Add weather widgets with Tokyo settings to the dashboard

This commit is contained in:
Nik Afiq 2026-01-24 22:03:50 +09:00
parent 6c876daa0a
commit ae2f1ac433

View File

@ -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: