2022-08-24 10:44:35 +03:00
|
|
|
- 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
|
|
|
|
|
2022-08-27 13:30:17 +03:00
|
|
|
- openweathermap:
|
|
|
|
latitude: 51.5072 # widget configuration
|
|
|
|
longitude: 0.1275
|
|
|
|
units: metric
|
|
|
|
apiKey: openweathermap_api_key # get from https://openweathermap.org/api
|
|
|
|
cache: 10 # cache time in minutes
|
|
|
|
|
2022-08-24 10:44:35 +03:00
|
|
|
- resources:
|
|
|
|
cpu: true
|
|
|
|
memory: true
|
|
|
|
disk: / # disk (path) to show usage for
|