Add weather

This commit is contained in:
Daniel Cosme
2026-05-07 16:49:26 -04:00
parent bbc6ef34a4
commit d05afbc973
3 changed files with 52 additions and 42 deletions
+11 -6
View File
@@ -12,7 +12,7 @@ data:
branding: branding:
custom-footer: | custom-footer: |
<p>Configured and Deployed via GitOps from: <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p> <p>Configured and Deployed using GitOps from: <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p>
# logo-url: /assets/logo.png # logo-url: /assets/logo.png
# favicon-url: /assets/logo.png # favicon-url: /assets/logo.png
app-name: "Daniel's Dashboard" app-name: "Daniel's Dashboard"
@@ -98,7 +98,8 @@ data:
- type: videos - type: videos
channels: channels:
- UCD3mA_LbjO8V515Hw1jlYhg # Cigarette in Paris - UCD3mA_LbjO8V515Hw1jlYhg # Cigarette in Paris
- TheSilentGentleman-l8h # - TheSilentGentleman-l8h
# - @AURALE_MUSIC
- type: twitch-channels - type: twitch-channels
channels: channels:
@@ -107,19 +108,23 @@ data:
- size: small - size: small
widgets: widgets:
- type: group - type: weather
widgets: location: Montreal, Canada
units: metric # alternatively "imperial"
hour-format: 24h # alternatively "24h"
# Optionally hide the location from being displayed in the widget
# hide-location: true
- type: clock - type: clock
hour-format: 24h hour-format: 24h
timezones: timezones:
- timezone: America/Montreal - timezone: America/Montreal
label: Montreal label: Montreal
- timezone: America/Bogota
label: Bogota
- timezone: America/Vancouver - timezone: America/Vancouver
label: Vancouver label: Vancouver
- timezone: UTC - timezone: UTC
label: UTC label: UTC
- timezone: America/Bogota
label: Bogota
- timezone: Europe/Madrid - timezone: Europe/Madrid
label: Madrid label: Madrid
- timezone: Europe/Sofia - timezone: Europe/Sofia
+1 -1
View File
@@ -9,7 +9,7 @@ theme:
branding: branding:
custom-footer: | custom-footer: |
<p>Configured and Deployed via GitOps from: <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p> <p>Configured and Deployed using GitOps from: <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p>
# logo-url: /assets/logo.png # logo-url: /assets/logo.png
# favicon-url: /assets/logo.png # favicon-url: /assets/logo.png
app-name: "Daniel's Dashboard" app-name: "Daniel's Dashboard"
+10 -5
View File
@@ -60,7 +60,8 @@
- type: videos - type: videos
channels: channels:
- UCD3mA_LbjO8V515Hw1jlYhg # Cigarette in Paris - UCD3mA_LbjO8V515Hw1jlYhg # Cigarette in Paris
- TheSilentGentleman-l8h # - TheSilentGentleman-l8h
# - @AURALE_MUSIC
- type: twitch-channels - type: twitch-channels
channels: channels:
@@ -69,19 +70,23 @@
- size: small - size: small
widgets: widgets:
- type: group - type: weather
widgets: location: Montreal, Canada
units: metric # alternatively "imperial"
hour-format: 24h # alternatively "24h"
# Optionally hide the location from being displayed in the widget
# hide-location: true
- type: clock - type: clock
hour-format: 24h hour-format: 24h
timezones: timezones:
- timezone: America/Montreal - timezone: America/Montreal
label: Montreal label: Montreal
- timezone: America/Bogota
label: Bogota
- timezone: America/Vancouver - timezone: America/Vancouver
label: Vancouver label: Vancouver
- timezone: UTC - timezone: UTC
label: UTC label: UTC
- timezone: America/Bogota
label: Bogota
- timezone: Europe/Madrid - timezone: Europe/Madrid
label: Madrid label: Madrid
- timezone: Europe/Sofia - timezone: Europe/Sofia