feat: replace Heimdall by Homepage
This commit is contained in:
27
homepage/tpl/widgets.yaml
Normal file
27
homepage/tpl/widgets.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/widgets
|
||||
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk:
|
||||
- /
|
||||
- /data
|
||||
|
||||
- search:
|
||||
provider: {{HOMEPAGE_VAR_SEARCH_PROVIDER}}
|
||||
target: _blank
|
||||
|
||||
- openmeteo:
|
||||
label: {{HOMEPAGE_VAR_WEATHER_CITY}}
|
||||
latitude: {{HOMEPAGE_VAR_WEATHER_LAT}}
|
||||
longitude: {{HOMEPAGE_VAR_WEATHER_LONG}}
|
||||
timezone: {{HOMEPAGE_VAR_WEATHER_TIME}}
|
||||
units: {{HOMEPAGE_VAR_WEATHER_UNIT}}
|
||||
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
||||
|
||||
- datetime:
|
||||
text_size: md
|
||||
format:
|
||||
timeStyle: short
|
||||
Reference in New Issue
Block a user