42 lines
869 B
YAML
42 lines
869 B
YAML
- resources:
|
|
label: "Media Server"
|
|
cpu: true
|
|
memory: true
|
|
# Point this to your actual media mount to see your storage space
|
|
disk: /mnt/media
|
|
|
|
- datetime:
|
|
text_size: xl
|
|
format:
|
|
timeStyle: short
|
|
dateStyle: long
|
|
hourCycle: h12
|
|
|
|
- search:
|
|
provider: google
|
|
target: _blank
|
|
showOptional: true # Shows icons for the providers below
|
|
providers:
|
|
- radarr:
|
|
name: Movies
|
|
url: https://radarr.goattw.net
|
|
- sonarr:
|
|
name: TV
|
|
url: https://sonarr.goattw.net
|
|
- duckduckgo:
|
|
name: Web
|
|
|
|
# This adds a live greeting and your local weather (Saint Joseph, TN)
|
|
- greeting:
|
|
text_size: l
|
|
text: "Welcome back, Tommy"
|
|
|
|
|
|
- openmeteo:
|
|
label: Loretto
|
|
latitude: 35.0118
|
|
longitude: -87.5065
|
|
timezone: America/Chicago
|
|
units: imperial
|
|
cache: 15
|