28 lines
558 B
YAML
Executable File
28 lines
558 B
YAML
Executable File
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/latest/configs/service-widgets
|
|
|
|
- resources:
|
|
cpu: true
|
|
memory: true
|
|
disk: /
|
|
|
|
- search:
|
|
provider: google
|
|
target: _blank
|
|
|
|
- datetime:
|
|
text_size: xl
|
|
locale: fr
|
|
format:
|
|
timeStyle: short
|
|
dateStyle: long
|
|
|
|
- openmeteo:
|
|
label: Mont-Cauvaire
|
|
latitude: 49.56931958278305
|
|
longitude: 1.1149359812259398
|
|
timezone: Europe/Paris
|
|
units: metric
|
|
cache: 5 # Time in minutes to cache API responses, to stay within limits
|