24 lines
658 B
YAML
24 lines
658 B
YAML
|
|
---
|
||
|
|
# For configuration options and examples, please see:
|
||
|
|
# https://gethomepage.dev/configs/info-widgets/
|
||
|
|
|
||
|
|
- resources:
|
||
|
|
cpu: true
|
||
|
|
memory: true
|
||
|
|
disk: /
|
||
|
|
|
||
|
|
- search:
|
||
|
|
provider: duckduckgo
|
||
|
|
target: _blank
|
||
|
|
|
||
|
|
- openweathermap:
|
||
|
|
label: Byers #optional
|
||
|
|
latitude: 39.777653
|
||
|
|
longitude: -104.100772
|
||
|
|
units: imperial # or imperial
|
||
|
|
#provider: openweathermap
|
||
|
|
apiKey: b3151b82a1f529a2a94c984f56890cd0 # required only if not using provider, this reveals api key in requests
|
||
|
|
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
||
|
|
format: # optional, Intl.NumberFormat options
|
||
|
|
maximumFractionDigits: 1
|