40 lines
663 B
YAML
40 lines
663 B
YAML
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/latest/configs/service-widgets
|
|
|
|
- resources:
|
|
label: CPU
|
|
cpu: true
|
|
cputemp: true
|
|
tempmin: 40
|
|
tempmax: 80
|
|
|
|
- resources:
|
|
label: RAM
|
|
memory: true
|
|
|
|
- resources:
|
|
label: Personal
|
|
disk: /mnt/personal
|
|
diskUnits: bytes
|
|
|
|
- resources:
|
|
label: Immich
|
|
disk: /mnt/immich
|
|
diskUnits: bytes
|
|
|
|
- datetime:
|
|
locale: de
|
|
text_size: sm
|
|
format:
|
|
timeStyle: short
|
|
hourCycle: h23
|
|
dateStyle: short
|
|
|
|
- openmeteo:
|
|
label: Bremen
|
|
latitude: 53.084160
|
|
longitude: 8.830976
|
|
units: metric
|
|
timezone: Europe/Berlin
|