23 lines
662 B
YAML
23 lines
662 B
YAML
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/latest/configs/service-widgets
|
|
|
|
- resources:
|
|
cpu: true
|
|
memory: true
|
|
|
|
- search:
|
|
provider: google
|
|
target: _blank
|
|
|
|
- openweathermap:
|
|
label: Lyon #optional
|
|
latitude: 45.750000
|
|
longitude: 4.850000
|
|
units: metric # or imperial
|
|
provider: openweathermap
|
|
apiKey: d1de5d84854a33108d9360b3a88f84b8 # 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
|
|
|