mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-10 17:01:33 +01:00
12 lines
310 B
YAML
12 lines
310 B
YAML
![]() |
- weather: # type of the widget
|
||
|
latitude: 51.5072 # widget configuration
|
||
|
longitude: 0.1275
|
||
|
units: metric
|
||
|
apiKey: weather_api_key # get from https://www.weatherapi.com/
|
||
|
cache: 5 # cache time in minutes
|
||
|
|
||
|
- resources:
|
||
|
cpu: true
|
||
|
memory: true
|
||
|
disk: / # disk (path) to show usage for
|