Have been reading docs and posts but I have to be missing something when it comes to making changes to the weewx.conf. My understanding is that config in the skins.conf can be overridden by settings in weewx.conf. My goal is to have all the settings in that main conf file.
The specific thing I want to change today is the rain chart type from bar to line. I found this block in one of the examples and have been trying to use that to test with the default theme. I have added this to the end of my weewx.conf and nothing changed after the next render. https://github.com/trodemaster/weather/blob/90147065ab8c206038762637163716f162bfb695/devweewx.conf#L620 [ImageGenerator] [[day_images]] [[[dayrain]]] yscale = None, None, 0.02 plot_type = line [[[[rain]]]] aggregate_type = sum aggregate_interval = 3600 label = Rain (hourly total) Am I on the right track configuring this in the ImageGenerator? Does it matter where in the config file I put this? Is there a way to see if my config file throws errors when it gets read? Weewx log : https://gist.github.com/trodemaster/e0d4e897a145f5e497927cf6902c8639 Weewx config file: https://github.com/trodemaster/weather/blob/90147065ab8c206038762637163716f162bfb695/devweewx.conf Station type: simulator (for testing) weewx 5.4.1 installed from source on macOS 12.1 Thanks, Blake -- 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/30051da0-94dd-471f-b2a0-e364042dc7f7n%40googlegroups.com.
