Simple Clock Widget
Create a new widget from template
Modify Widget Information
Add DateTime Measure
"measures":{
"datetime":{
"name":"datetime1", //use this name in index.html to get measure data
"title":"Clock", //this title will display at the widget setting tab page
"is12hr":true, //12HourClock option
}
}Modify Widget UI
Using Widget
Last updated