[FEAT] frame: BirdWeather refreshes every 15 min, only when the birds change

This commit is contained in:
Twarner491
2026-06-30 17:00:42 -07:00
parent 268b682c9d
commit 9915e5c86a
6 changed files with 143 additions and 64 deletions
+8
View File
@@ -14,6 +14,14 @@ shoot = true
# Or read a PNG a sibling process drops next to us:
# image = "~/.birdframe/frame.png"
# Or render from BirdWeather for any ZIP, no mic (what install.sh --bird-weather
# writes). The panel still refreshes only when the local top birds change:
# species_source = "birdweather"
# zip = "94107"
# bw_days = 7 # BirdWeather lookback window, in days
# bw_country = "us" # geocoder country for the ZIP
# shoot = true # this Pi renders the collage
hours = 24 # window shown on the frame
# --- Titles and look (used when this Pi renders, i.e. shoot = true) ----------