-
I want to query the text of scheduled passes (not on webpage) and scroll them across an led marquee sign. Does anyone know where they are 'stored'? |
Beta Was this translation helpful? Give feedback.
Answered by
ysamouhos
Jul 12, 2023
Replies: 1 comment
-
The info is in sqlite3 db in /home/pi/raspberry-noaa-v2/db/panel.db if you have the default install. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dandspach
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The info is in sqlite3 db in /home/pi/raspberry-noaa-v2/db/panel.db if you have the default install.
There are 2 tables "predict_passes" and "decoded_passes".
Obviously the fist is the passes to come and the second the decoded ones.