mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-12 16:08:48 +00:00
Added OpenWeatherMap widget.
This commit is contained in:
parent
f0f470ba8b
commit
6a97d392c9
6 changed files with 482 additions and 0 deletions
|
@ -5,6 +5,13 @@
|
|||
apiKey: weather_api_key # get from https://www.weatherapi.com/
|
||||
cache: 5 # cache time in minutes
|
||||
|
||||
- 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
|
||||
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue