Hand-drawn clock widget
💡
Common Solutions when widget type = DRAWN_DIGITAL_CLOCK
Player Common Solution
playerIds
array[string]
required
schedule
object
optional
startDate
string
required
endDate
string
required
plans
array [object {3}]
required
pages
array [object {3}]
required
name
string
required
schedules
array [object {3}]
optional
widgets
array [anyOf]
required
Supported Widget Types: (PICTURE | GIF | VIDEO | ARCH_TEXT | SIMPLE_RSS | HTML | STREAM_MEDIA | BOX | WEATHER | DRAWN_DIGITAL_CLOCK | RT_MEDIA)
Each element in the array is dynamic type (AnyOf), it may be any of the following subtypes, specifically according to the type within it.
noticeUrl
string
optional
{
"playerIds": [
"553cbfe2ff4ad2e0d6bd89bb2c4e85e2"
],
"schedule": {
"startDate": "2020-04-11",
"endDate": "2060-05-12",
"plans": [
{
"weekDays": [
1,
2,
3,
4,
5
],
"startTime": "00:00",
"endTime": "22:00"
},
{
"weekDays": [
0,
6
],
"startTime": "00:33",
"endTime": "22: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-04-22 03:53:22