19 lines
465 B
YAML
19 lines
465 B
YAML
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/configs/info-widgets/
|
|
|
|
- datetime:
|
|
text_size: 4x1
|
|
format:
|
|
timeStyle: short
|
|
dateStyle: long
|
|
|
|
- openmeteo:
|
|
latitude: 55.938060
|
|
longitude: -3.233772
|
|
timezone: GB
|
|
units: metric # or imperial
|
|
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
|
format: # optional, Intl.NumberFormat options
|
|
maximumFractionDigits: 1
|