NovaCloud-EN
  1. Program widget examples
NovaCloud-EN
  • API Access Guide
  • Common HTTP Status Codes
  • VNNOX
    • Player
      • Player Management
        • Obtain player list
      • Obtaining Player Status
        • Obtaining Basic Player Information
        • Obtaining Player Configuration Status
    • Solutions
      • Emergency Insertion
        • Single-Page Emergency Insertion Solutions
        • Canceling Emergency Insertion Solutions
      • Program widget examples
        • Hand-drawn clock widget
        • Weather widget
        • Environmental Monitoring widget
      • Common Solutions
        POST
      • Offline Export
        POST
      • Over-specification Detection Switching
        POST
      • Program Over-specification Detection
        POST
    • Real-Time Control
      • NTP Time Synchronization
      • Synchronous playback
      • Brightness Adjustment
      • Screenshots
      • Volume Adjustment
      • Video Source Switching
      • Screen Status
      • Restart Players
      • Screen Power
    • Scheduled Control
      • Scheduled Screen Status
      • Scheduled Restart Players
      • Scheduled Volume Adjustment
      • Scheduled Brightness Adjustment
      • Scheduled Video Source Switching
    • Logs
      • Play Logs
        • Batch Searching for Play Log Overviews
        • Batch Searching for Play Log Details
        • Searching for the Play Log Detail of a Single Player
        • Searching for the Play Log Overview of a Single Player
      • Obtaining Control Command Execution Logs
    • Notifications
      • Video Source Change Notifications
      • Solution Change Notifications
  • VNNOXCare
    • Notes
    • Device Status Monitoring
      • Receiving Card
        • Topology Information
        • Basic Information
        • Monitoring Information
        • Alarm Information
      • Screen
        • Screen list
        • Screen detail
        • Monitoring Information
      • Master Controller
        • Basic Information
        • Alarm Information
        • Operating Parameters Information
      • Smart Module
        • Monitoring Information
        • Alarm Infomation
      • Input Source
        • Monitor Infomation
      • Module/Cabinet
        • Monitoring Information
      • Monitoring Card
        • Alarm Information
        • Monitoring Information
      • Camera
        • Camera configuration
        • The camera monitors the aggregated information
    • Brightness Log
      • Brightness History
  • Others
    • Third-Party System Authorization
      • Obtaining User List
      • Obtaining Login URL
  1. Program widget examples

Hand-drawn clock widget

💡
This page describes the dedicated data structure and provide an example for API
Common Solutions when widget type = DRAWN_DIGITAL_CLOCK
Player Common Solution

    {
      "playerIds": [
        "553cbfe2ff4ad2e0d6bd89bb2c4e85e2"
      ],
      "schedule": {
        "startDate": "2020-04-11",
        "endDate": "2060-05-12",
        "plans": [
          {
            "weekDays": [
              1,
              2,
              3,
              4,
              5
            ],
            "startTime": "00:00:00",
            "endTime": "22:00:00"
          },
          {
            "weekDays": [
              0,
              6
            ],
            "startTime": "00:33:00",
            "endTime": "22:00:00"
          }
        ]
      },
      "pages": [
        {
          "name": "a-page",
          "widgets": [
            {
              "zIndex": 1,
              "type": "DRAWN_DIGITAL_CLOCK",
              "zone": "Asia/Shanghai",
              "gmt": "GMT+08:00",
              "regular": "$MM/$dd/$yyyy\n$E\n$N $hh:$mm:$ss",
              "weekTemplates": [
                "Sun",
                "Mon",
                "Tue",
                "Wed",
                "Thu",
                "Fri",
                "Sat"
              ],
              "suffixTemplates": [
                "AM",
                "PM"
              ],
              "textColor": "#ff0000",
              "fontSize": 14,
              "fontFamily": [
                "Times",
                "Georia",
                "New York"
              ],
              "fontStyle": "Bold",
              "fontIsUnderline": false,
              "backgroundColor": "#00ff00",
              "shadowEnable": false,
              "shadowRadius": 10,
              "shadowDx": 2,
              "shadowDy": 2,
              "shadowColor": "#00ff00",
              "layout": {
                "x": "0%",
                "y": "0%",
                "width": "30%",
                "height": "30%"
              }
            }
          ]
        }
      ]
    }
Modified at 2025-05-13 02:19:17
Previous
Program widget examples
Next
Weather widget
Built with