https://github.com/wiboma/hudiy/blob/ma ... clock.html
Sample dashboards.json config:
Code: Select all
{
"dashboards": [
{
"isDefault": true,
"action": "hudiy_dashboard",
"widgets": [
{
"type": "navigation",
"size": "small_narrow"
},
{
"type": "web_static",
"size": "medium_narrow",
"url": "file:///home/pi/hudiy/examples/analog_clock.html"
},
{
"type": "now_playing",
"size": "large_narrow"
},
{
"type": "phone",
"size": "small_narrow"
}
]
}
]
}