31 lines
768 B
YAML
31 lines
768 B
YAML
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/configs/info-widgets/
|
|
|
|
#- logo:
|
|
# icon: /images/Tux.svg
|
|
|
|
- datetime:
|
|
#text_size: xl
|
|
locale: gb
|
|
format:
|
|
dateStyle: full
|
|
- datetime:
|
|
# text_size: xl
|
|
locale: gb
|
|
format:
|
|
timeStyle: short
|
|
- search:
|
|
provider: google
|
|
target: _blank
|
|
showSearchSuggestions: true # Optional, will show search suggestions. Defaults to false
|
|
- openmeteo:
|
|
label: London # optional
|
|
latitude: 51.469278
|
|
longitude: -0.267361
|
|
timezone: Europe/London # optional
|
|
units: metric # or imperial
|
|
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
|
format: # optional, Intl.NumberFormat options
|
|
maximumFractionDigits: 1
|