Attached

--
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.

Attachment: forecast.html.tmpl
Description: Binary data

--
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.

Attachment: skin.conf
Description: Binary data

--
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.
[StdReport]
    
    # Where the skins reside, relative to WEEWX_ROOT
    SKIN_ROOT = skins
    
    # Where the generated reports should go, relative to WEEWX_ROOT
    HTML_ROOT = public_html/vantage
    
    # The database binding indicates which data should be used in reports.
    data_binding = wx_binding
    
    # Each of the following subsections defines a report that will be run.
    
    [[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 = exfoliation
        [[[Units]]]
            [[[[Groups]]]]
                group_altitude = foot
                group_speed2 = mile_per_hour2
                group_pressure = inHg
                group_rain = inch
                group_rainrate = inch_per_hour
                group_temperature = degree_F
                group_degree_day = degree_F_day
                group_speed = mile_per_hour
    [[SteelSeries]]
        HTML_ROOT = public_html/vantage/ss
        skin = ss
        [[[Units]]]
            [[[[StringFormats]]]]
                mm_per_hour = %.1f
                mile_per_hour = %.0f
                degree_compass = %.0f
                degree_C = %.1f
                inHg = %.3f
                mmHg = %.1f
                meter_per_second = %.1f
                meter = %.0f
                mile = %.1f
                uv_index = %.1f
                watt_per_meter_squared = %.0f
                percent = %.0f
                km_per_hour = %.0f
                inch = %.2f
                degree_F = %.1f
                knot = %.0f
                foot = %.0f
                hPa = %.1f
                mbar = %.1f
                inch_per_hour = %.2f
                mm = %.1f
                km = %.1f
            [[[[Groups]]]]
                group_temperature = degree_C
                group_altitude = foot
                group_pressure = hPa
                group_rain = mm
                group_rainRate = mm_per_hour
                group_speed = km_per_hour
    [[forecast]]
        HTML_ROOT = public_html/vantage/forecast
        skin = forecast
    [[exfoliation]]
        HTML_ROOT = public_html/vantage/exfoliation
        skin = exfoliation
    [[wdTesttags]]
        HTML_ROOT = public_html/vantage/WD
        skin = Testtags
        [[[Units]]]
            [[[[TimeFormats]]]]
                date_time_f = %d/%m/%Y %H:%M
                date_f = %d/%m/%Y
            [[[[Groups]]]]
                group_altitude = foot
                group_speed2 = km_per_hour2
                group_pressure = hPa
                group_rain = mm
                group_rainrate = mm_per_hour
                group_temperature = degree_C
                group_degree_day = degree_C_day
                group_speed = km_per_hour
    [[wdPWS]]
        HTML_ROOT = public_html/vantage/WD
        skin = PWS
        [[[Units]]]
            [[[[Groups]]]]
                group_speed2 = km_per_hour2
                group_temperature = degree_C
                group_pressure = hPa
                group_rain = mm
                group_rainrate = mm_per_hour
                group_speed = km_per_hour
    [[wdClientraw]]
        HTML_ROOT = public_html/vantage/WD
        skin = Clientraw
    [[wdStackedWindRose]]
        HTML_ROOT = public_html/vantage/WD
        skin = StackedWindRose
        [[[Units]]]
            [[[[TimeFormats]]]]
                date_time_f = %d/%m/%Y %H:%M
                date_f = %d/%m/%Y
            [[[[Groups]]]]
                group_speed2 = km_per_hour2
                group_speed = km_per_hour
    [[wdSteelGauges]]
        HTML_ROOT = public_html/vantage/WD
        skin = SteelGauges
        [[[Units]]]
            [[[[Groups]]]]
                group_speed2 = km_per_hour2
                group_temperature = degree_C
                group_pressure = hPa
                group_rain = mm
                group_rainrate = mm_per_hour
                group_speed = km_per_hour

On 5 Apr, 2018, at 19:10, mwall <[email protected]> wrote:

looks like something is wrong with the forecast.html.tmpl file

please post forecast.html.tmpl, your exfoliation skin.conf, and the StdReport section of your vantage.conf


-- 
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/5ibJZAx5oxQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

--
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