I just imported about a year's worth of data from WeatherUnderground into my database. Now, I would like to show the reports.
I ran "wee_database --drop-daily" and "wee_database --rebuild-daily", followed by "wee_reports" in an attempt to generate everything.
At this point, the daily, weekly reports are fine. The monthly report for May is fine. The yearly report for 2018 is fine.
I am missing:
All months other than May 2018
The year 2017.
I know that I have data in my database for these, but it seems like I need to force these reports to be generated. How can I go about this?