Skip to content
Discussion options

You must be logged in to vote

I had a similar issue. Initially, none of the Insights sections worked for me. I got that fixed but the Weather section still wouldn't populate. This is what I did to fix Weather:

The Problem

The weather system works by running scripts/utils/weather.py once per hour via a cron job. It calls the free Open-Meteo API using your Pi's configured latitude/longitude and writes hourly temperature, conditions, wind speed, and wind direction into a weather table in your birds.db database. The cron template exists in the repo but was never added to the installer — so it just never runs.


Fix — Run These on Your Pi

Step 1 — Run the weather script once right now to immediately populate the last 48 hou…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@jheath
Comment options

Answer selected by jheath
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants