Short answer is I don't know. As I understand it all points on the wind directions plots are 90 degree but the underlying json files that contain the wind direction data have normal (as expected) wind direction data that is not always 90 degrees. Is this correct? If you want to continue to find the issue it would be good to see one of the offending json files.
Gary
My json can be taken from
http://bedi.co.in:15000/pc-aws/weather/json/week.json
As you can see wind direction is all fine in this but graphics shows all as 90 degrees
Regards,
Praveen
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/WgCKuU-gBcU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
var week_json = '../json/week.json';
var year_json = '../json/year.json';
var week_json = '../weather/json/week.json';
var year_json = '../weather/json/year.json';
$ wget -P /home/weewx/bin/user https://raw.githubusercontent.com/gjr80/weewx-highcharts/3aac742ff778dbd6e6710b440c38dedade5c8880/bin/user/highcharts.pyIf you haven't restarted WeeWX then you are still using the old highcharts.py which will of course cause the error. Please restart WeeWX and see how the new code goes. The point of the instrumented version I said I would send was to troubleshoot the new code, I won't be doing that until I know for sure the new code causes a problem.
Simple rule of thumb for WeeWX changes:
'Change something in a .py file and you need to restart WeeWX, change something in weewx.conf and you need do a config reload or a restart, change something in a skin and there is no need to do anything.'
Gary