Steve,

I suspect the current error you are seeing in the log is due to a layout 
error in weewx.conf. Under [[forecast]] move the HTML_ROOT = and skin = 
lines so they are immediately under [[forecast]]:

    [[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
    [[forecast]]
        HTML_ROOT = public_html/forecast
        skin = forecast
        [[[Extras]]]
            [[[[forecast_compact_settings]]]]
                source = WU
                num_days = 7

Stop then start weeWX and see what appears in the log.

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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to