Steve, Missed that duplicate, didn't see the woods for the trees. No need to look in any weeWX logs, I can see that everything is working as it should as there is a gauge-data.txt appearing in your Weather/gauges directory on your web server and it is current and updating. Since gauge-data.txt is in a different location to where the previous ss skin generated gauge-data.txt, you will need to make a change in one of the SteelSeries scripts so that the SteelSeries Gauges know where to find gauge-data.txt.
You need to edit the file gauges.js on your web server, you should find it in the Weather/ss/scripts directory. The following line (about line 68): realTimeURL_weewx : 'gauge-data.txt', //*** WeeWX Users: Change to your location of the gauge data file *** needs to be changed to realTimeURL_weewx : '../gauges/gauge-data.txt', //*** WeeWX Users: Change to your location of the gauge data file *** While you are at it, you should turn on display of the windrose since we now have windrose data in gauge-data.txt. Go down to line 323, it should be: config.showRoseGauge = false; // FIXME: add wind histogram to weewx SLE and change it to config.showRoseGauge = true; // FIXME: add wind histogram to weewx SLE Make the changes, save the file and try refreshing your gauges page. It should update on each loop packet and it should also show the windrose gauge. Gary On Friday, 23 June 2017 01:06:32 UTC+10, Steve2Q wrote: > > Gary...making progress!! I made the corrections you suggested and one I > found myself :); there was a duplicate line under [[Engine]] and when I > removed it it started. If you look at my site; > http://photokinetics.org/Weather/index.html and go to the Steel Gauges > button at the bottom you will see that the gauges don't "know" that weewx > is back online. > > At the present time I have this entry for [[SteelSeries]] in weewx.conf > under [StandardReport]. Perhaps it is not commented and/or indented > properly (I am slowly learning that is important) > > [[StandardReport]] > # See the customizing guide to change the units, plot types and > line > # colors, modify the fonts, display additional sensor data, and > other > # customizations. Many of those changes can be made here by > overriding > # parameters, or by modifying templates within the skin itself. > > # The StandardReport uses the 'Standard' skin, which contains the > # images, templates and plots for the report. > skin = Standard > > #[[SteelSeries]] > #skin = ss > #HTML_ROOT = public_html/ss > > There is also a /skins/ss directory from when I first added the gauges > which were updating at my 2 minute archive interval. > > That is where it is now. Are there any specific log files and/or should I > stop weewx, turn on debug and let it run? > > Also, a side question; /var/log is filled with various type of log, gz > files etc. Can all or some be deleted? > > I am in your debt...Steve > > > > > > > -- 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]. For more options, visit https://groups.google.com/d/optout.
