Most likely, you have an archive record with an early timestamp. You can check it with the tool sqlite3 (assuming you are using sqlite):
$ *sqlite3 /home/weewx/archive/weewx.sdb* *select dateTime, datetime(dateTime,'unixepoch','localtime') from archive order by dateTime limit 1;* Adjust path to your sqlite database as necessary. -tk On Tue, Aug 21, 2018 at 2:56 AM Cycle London <[email protected]> wrote: > Hi, > > I installed my Oregon Scientific weather station on 01 January this year, > but when I click on the 'monthly summary' at the bottom of the screen, I > see entries for months in 2017. If I click through to them, they're of > course empty. > > But I'd like to remove those entries in the menu. Can someone tell me > how to do this? > > Thanks. > > [image: Screen Shot 2018-08-21 at 10.53.49.png] > > > > > -- > 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]. > 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]. For more options, visit https://groups.google.com/d/optout.
