Double check whether you have any old data in your sqlite data file. Use the tool sqlite3.
$ *sudo apt install sqlite3* # If necessary $ *sqlite3 weewx.sdb* sqlite> *select min(dateTime), datetime(min(dateTime),'unixepoch','localtime') from archive;* See what it says. If that comes out clean, make sure you are using the copy of weewx.sdb that you think you are using. -tk On Thu, Jun 6, 2019 at 8:54 AM 'Andy Hudson-Smith' via weewx-user < [email protected]> wrote: > Hope its ok ask this - my system has created a series of NOAA reports back > to 1970 (I assumed due to a date/time error on the pi). > > I have deleted the files from /var/www/html/weewx/NOAA/ and rerun reports > but the data still appears at: > > http://www.finchamweather.co.uk/weewx/reports/ > > I could not find any old data in archive on weewx.sdb so wondering where > they are being generated from. I must have made a basic error but cant seem > to find how to clear my NOAA page - any thoughts/help would be great, > > Andy > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/76c5b5a6-3bf1-406a-8aa4-e071443decbc%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zECy1ufZKzr-YuR-QEj9DX-gwopppif%2BdG9gtK84Cd9zwQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
