New backup 2025-03-05 14:00:03
This commit is contained in:
parent
2f0eea4042
commit
b4390c6b61
2 changed files with 2 additions and 2 deletions
|
@ -371,7 +371,7 @@
|
|||
:height 300
|
||||
:style "background-image: url('${rat_image}');"))
|
||||
|
||||
(defpoll weather_status :interval "1h"
|
||||
(defpoll weather_status :interval "3600s"
|
||||
'curl wttr.in/Eugene?format=j1')
|
||||
(defwidget weather [json]
|
||||
(box
|
||||
|
@ -382,8 +382,8 @@
|
|||
:space-evenly true
|
||||
; :spacing 20
|
||||
"Eugene, OR | ${json.current_condition[0].weatherDesc[0].value}"
|
||||
"${json.weather[0].mintempF}°F / ${json.weather[0].maxtempF}°F"
|
||||
"${json.current_condition[0].temp_F}°F (feels like ${json.current_condition[0].FeelsLikeF}°F)"
|
||||
"${json.weather[0].mintempF}°F / ${json.weather[0].maxtempF}°F"
|
||||
"${json.current_condition[0].humidity}% humidity"))
|
||||
|
||||
(defwindow widgets
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
Loading…
Add table
Reference in a new issue