Add Homepage config files
This commit is contained in:
41
homepage/widgets.yaml
Normal file
41
homepage/widgets.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user