-
-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Welcome to the weewx-wdc wiki!
Feel free to open a new issue or start a new discussion if any topic is not yet covered.
Please have a look at the readme for Installation and Update instructions.
For a complete list of all changes see the changelog
Q: The graphs are showing very odd lines
A: This most likely is because your data is not continuous. For example, if using a weewx test system which is only occasional started with the simulator driver. This results in "holes in the data". The default curve
type natural
interpolates this in some "special way". This problem should be solved once your station gathers data continuously. Another way to change this is by changing the curve
of the chart, see https://github.com/Daveiano/weewx-wdc/wiki/Configuration#diagrams
For more info about this, see here https://github.com/Daveiano/weewx-wdc/issues/41
Q: The labels of the combined diagrams "Temperature / Dewpoint" or "Windchill / Heatindex" are not translated.
A: The labels of combined diagrams are set static in the skin.conf. If you want these to be translated, you need to update the skin.conf, see https://github.com/Daveiano/weewx-wdc/wiki/Configuration#combined-diagrams.