allebb / pirrot

A radio repeater controller (supporting both simplex and duplex operation modes) for the RaspberryPi.
https://pirrot.hallinet.com
54 stars 12 forks source link

Store downloaded weather reports to SQLite allowing viewing of historical reports in the web interface. #34

Closed allebb closed 4 years ago

allebb commented 4 years ago

This will enable the admin to view historical downloaded weather reports in the web interface (if he/she desires).

allebb commented 4 years ago

Weather data is now being stored in the SQLite database by the daemon (when weather data is downloaded). Will complete the web dashbaord view for this historical data later this afternoon when I'm back home.

allebb commented 4 years ago

This has now been implemented and tested.