Add weather widgets with Tokyo settings to the dashboard
This commit is contained in:
parent
6c876daa0a
commit
ae2f1ac433
24
conf.yml
24
conf.yml
@ -11,6 +11,30 @@ appConfig:
|
|||||||
statusCheckInterval: 60
|
statusCheckInterval: 60
|
||||||
|
|
||||||
sections:
|
sections:
|
||||||
|
- name: At a Glance
|
||||||
|
icon: fas fa-home
|
||||||
|
widgets:
|
||||||
|
- type: clock
|
||||||
|
options:
|
||||||
|
timeZone: Asia/Tokyo
|
||||||
|
format: ja-JP
|
||||||
|
hideSeconds: true
|
||||||
|
|
||||||
|
- type: weather
|
||||||
|
options:
|
||||||
|
apiKey: 770d36389dd547e8e3daccb39debde64
|
||||||
|
city: Tokyo, JP
|
||||||
|
units: metric
|
||||||
|
hideDetails: false
|
||||||
|
|
||||||
|
- type: weather-forecast
|
||||||
|
options:
|
||||||
|
apiKey: 770d36389dd547e8e3daccb39debde64
|
||||||
|
city: Tokyo, JP
|
||||||
|
numDays: 5
|
||||||
|
units: metric
|
||||||
|
hideDetails: true
|
||||||
|
|
||||||
- name: System
|
- name: System
|
||||||
icon: fas fa-server
|
icon: fas fa-server
|
||||||
widgets:
|
widgets:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user