Skip to content

After 1.3 update, no graph lines on homepage or day graphs #877

Answered by TippyTurtle
TippyTurtle asked this question in Q&A
Discussion options

You must be logged in to vote

I've solved my problem... archive_interval in weewx.conf must match gapsize in graphs.conf

My /etc/weewx/weewx.conf file has:
archive_interval = 600

...because I am using the very excellent weewx-sdr and switching between 433mhz and 915mhz for my sensors and need to stay on each frequency long enough to ensure readings.

Either during the 1.3 upgrade or from my own doing (most likely) my /etc/weewx/skins/Belchertown/graphs.conf had the default:
gapsize = 300 # This should be your archive_interval from weewx.conf

I've updated it to:
gapsize = 600 # This should be your archive_interval from weewx.conf

...and life is good again. :-)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TippyTurtle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant