mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-10 10:32:09 +08:00
first public source commit
This commit is contained in:
11
src/skeleton/widgets.yaml
Normal file
11
src/skeleton/widgets.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user