Phil,

The problem is the JavaScript that loads and displays the plot is looking in 
the wrong directory for the .json file containing the plot data; it is 
currently looking in the scripts directory but it should be looking in the json 
directory. To fix it, on your WeeWX machine edit 
skins/HighcartsAverages/scripts/averages.js (will be in the /etc/weewx or 
/home/weewx directory depending on your install type). Around line 44 you have:

json_source: 'scripts/averages.json',  // path to the JSON file holding the 
source data

change it to:

json_source: 'json/averages.json',  // path to the JSON file holding the source 
data

Save the file and restart WeeWX. The plot should work after the next report 
cycle completes.

Gary

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/3f63b213-12d7-419d-8b89-770f7dc7dd69%40googlegroups.com.

Reply via email to