I followed this tutorial for making a web server for displaying weather data from my BME280 temp/humidity/pressure sensor board. It's great, but is there any way to modify the code to save weather data from previous days/months? You can adjust how many data points are saved and how often the sensor is accessed, but it's all only saved in the tab where the server is being accessed from, so it's lost if you close it.
I set up a Raspberry Pi weather station in the past where data was fed into Grafana which was perfect, it just sucks that you have to pay for what could easily be done locally as this tutorial partially accomplishes:
https://www.donskytech.com/raspberry-pi ... and-flask/
Any ideas or links would be appreciated. I don't have coding skills but I can work with existing code, thanks!
