Here you go

Am Samstag, 18. April 2020 21:21:41 UTC+2 schrieb Pat:
>
> That's weird. Why would it be looking for it in the wrong spot? If your 
> front page graphs are working this one should be too. Can you share your 
> configs?
>
>
>
> On Saturday, April 18, 2020 at 3:17:29 PM UTC-4, Manfred Maier wrote:
>>
>> The station.json is stored at:
>> https://www.wetter-zorneding.de/json/station.json
>>
>> So it searches for the file in the wrong folder.
>>
>>
>> Am Samstag, 18. April 2020 21:06:47 UTC+2 schrieb Pat:
>>>
>>> For some reason the station.json isn't being generated. Check to make 
>>> sure the station.json file exists in your json folder in public_html
>>>
>>> This is returning 404 not found: 
>>> https://www.wetter-zorneding.de/station/json/station.json
>>>
>>> On Saturday, April 18, 2020 at 2:53:24 PM UTC-4, Manfred Maier wrote:
>>>>
>>>> Another issue after switching to version 1.1:
>>>> On my "station" page I used to have an embedded Highchart. But now it's 
>>>> not produced anymore :(
>>>>
>>>> In the graphs.conf I have:
>>>>
>>>> [station]
>>>>     show_button = false
>>>>     time_length = 259200 # 72 hours in seconds
>>>>     aggregate_type = last
>>>>     aggregate_interval = 300 # 5 min
>>>>     gapsize = 300000 # 5 min
>>>>     
>>>>     [[rxchart]]
>>>>         title = ISS Empfangsstärke
>>>>         [[[rxCheckPercent]]]
>>>>             name = Stärke des Funksignals
>>>>             color = "#e5544e"
>>>>             lineWidth = 1
>>>>             yaxis_min = 20
>>>>             yaxis_max = 100
>>>>
>>>>
>>>> My station.inc begins with:
>>>>
>>>> #encoding UTF-8
>>>> <script type='text/javascript'>showChart("station");</script>
>>>>
>>>> ... and later on there is the line
>>>> <div id="rxchart" style="margin-top:20px;"></div>
>>>>
>>>> On my website the chart still is not visible (but it had been with 
>>>> version 1.0).
>>>> https://www.wetter-zorneding.de/station/
>>>>
>>>>
>>>> Again some encoding issue?
>>>>
>>>> Any hints are highly welcome.
>>>>
>>>> Best regards,
>>>> Manfred
>>>>
>>>>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/6d78ba5a-7157-42a7-83f6-bc037a848129%40googlegroups.com.
# This is the Belchertown skin charting system which utilizes Highcharts to 
display the chart data.
#
# PLEASE READ THE CHARTS WIKI! A lot of information is there and it will help 
you! 
# It is located here: 
https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation
#   
# Caution!
# The more charts you have, the slower things can become. This is especially 
true at the YEAR level. These are interactive charts which have to build plot 
points from the database on every archive interval. This could result in large 
file sizes to generate, and for your website visitors to download. You're 
welcome to customize as many charts as you want, but be warned things could 
slow down if you do too much!
# The defaults in this skin have proven to be a good baseline for the number of 
charts and options without overwhelming your system. 
#
# Overview of options:
# A timespan refers to "day", "week", "month" or "year". 
# The first configuration item is the graph group, such as [day], [week], 
[month], [year] sections. 
# The charts are defined under the graph group and can be renamed and 
reorganized. They will display on your website in the order they appear here.
# Under the chart are the observation names from the WeeWX database. Any item 
within your database "archive type" can be charted. For a list of "archive 
types" refer to this chart. http://weewx.com/docs/customizing.htm#archive_types
# Each observation can be customized with built-in Highcharts "series" options. 
Popular ones are color, name and zIndex. For a list of Highcharts Series 
options refer to https://api.highcharts.com/highcharts/series 
#
# If a custom option broke your charts:
# Undo your change and run wee_reports. You do not need to restart weewx if you 
make a graphs.conf change.
# If that doesn't work, undo ALL changes and go back to the default 
graphs.conf.example configuration.
# There is no guarantee that every customization option will work. 
#
# Detailed settings overview can be found in the wiki under Detailed 
Configuration Settings Overview
#
###############################################################################

# Global Chart Defaults
# These are fallback options that charts will use if an option is not defined. 
aggregate_type = None
time_length = 90000 # Last 25 hours
type = line
colors = "#7cb5ec, #b2df8a, #f7a35c, #8c6bb1, #dd3497, #e4d354, #268bd2, 
#f45b5b, #6a3d9a, #33a02c"
tooltip_date_format = "LLL"

[homepage]
    # Chart Timespan Defaults
    title = "Aktuelle Werte."
    show_button = true
    button_text = "Aktuelle Werte"
    time_length = today
    tooltip_date_format = "LLL"
    gapsize = 300000 # This should be your archive_interval from weewx.conf 
multiplied by 1000 to get milliseconds. Standard is 5 minutes

    [[Temperatur]]
        title = Temperatur
        [[[outTemp]]]
            zIndex = 1
            name = Temperatur
        [[[appTemp]]]
            name = Gefühlte Temperatur
            lineWidth = 1
            yAxisLabel = "Temperatur (°C)"
    
    [[Sonne]]
        title = Sonnenstrahlung und UV-Index
        [[[radiation]]]
            zIndex = 2
            name = Sonnenstrahlung
            color = "#ffc83f"
        [[[MaxSolarRad]]]
            name = Theoretisch maximale Strahlung
            type = area
            color = "#f7f2b4"
            y_Label = "W/m2"
        [[[UV]]]
            zIndex = 2
            name = UV-Index
            yAxis = 1
            yaxis_min = 0
            yaxis_max = 12
            yAxisLabel = "UV-Index"
            color = "#90ed7d"
            lineWidth = 1

    [[Taupunkt]]
        title = Taupunkt (Schwüle)
        [[[dewpoint]]]
            name = Taupunkt
            yAxisLabel = "Taupunkt (°C)"
            yAxisLabel_unit = "°C"
            color = purple

    [[Winddiagramm]]
        # The combined Wind Chart works best in this configuration
        title = Windgeschwindigkeit und Richtung
        yaxis_min = 0
        [[[windDir]]]
            name = Windrichtung
            zIndex = 1
            yAxis = 1
            yaxis_max = 360
            lineWidth = 0
            [[[[marker]]]]
                enabled = true
            [[[[states]]]]
                [[[[[hover]]]]]
                        lineWidthPlus = 0
        [[[windGust]]]
            name = Windböen
            lineWidth = 1
        [[[windSpeed]]]
            zIndex = 2
            type = area
            name = Windgeschwindigkeit

    [[Niederschlag]]
        title = Niederschlag
        [[[rainRate]]]
            name = "Regenstärke (mm/h)"
            type = area
        [[[rainTotal]]]
            name = Gesamte Regenmenge
            yAxisLabel = "Regenmenge (mm)"

    [[roseplt]]
        title = Windrose
        [[[windRose]]]
    
    [[Luftfeuchte]]
        title = Luftfeuchtigkeit
        [[[outHumidity]]]
            name = Luftfeuchtigkeit
            
    [[Luftdruck]]
        title = Barometer
        [[[barometer]]]
            name = Luftdruck (Höhen- und Temp.-korrigiert)
            color = "#7cb5ec"
            yaxis_tickinterval = 2
            zIndex = 1
        [[[altimeter]]]
            name = Luftdruck (Höhen-korrigiert)
            yaxis_softmin = 1003
            yaxis_softmax = 1023
            color = "#b2df8a"
            lineWidth = 1


[day]
    # Chart Timespan Defaults
    title = "Gestern"
    show_button = true
    button_text = "Gestern"
    time_length = days_ago
    time_ago = 1
    tooltip_date_format = "LLL"
    gapsize = 300000 # This should be your archive_interval from weewx.conf 
multiplied by 1000 to get milliseconds. Standard is 5 minutes

    [[Temperatur]]
        title = Temperatur
        [[[outTemp]]]
            zIndex = 1
            name = Temperatur
        [[[appTemp]]]
            name = Gefühlte Temperatur
            lineWidth = 1    
            yAxisLabel = "Temperatur (°C)"

    [[Sonne]]
        title = Sonnenstrahlung und UV-Index
        [[[radiation]]]
            zIndex = 2
            name = Sonnenstrahlung
            color = "#ffc83f"
        [[[MaxSolarRad]]]
            name = Theoretisch maximale Strahlung
            type = area
            color = "#f7f2b4"
            y_Label = "W/m2"
        [[[UV]]]
            zIndex = 2
            name = UV-Index
            yAxis = 1
            yaxis_min = 0
            yaxis_max = 12
            yAxisLabel = "UV-Index"
            color = "#90ed7d"
            lineWidth = 1

    [[Taupunkt]]
        title = Taupunkt (Schwüle)
        [[[dewpoint]]]
            name = Taupunkt
            yAxisLabel = "Taupunkt (°C)"
            yAxisLabel_unit = "°C"
            color = purple

    [[Winddiagramm]]
        # The combined Wind Chart works best in this configuration
        title = Windgeschwindigkeit und Richtung
        yaxis_min = 0
        [[[windDir]]]
            name = Windrichtung
            zIndex = 1
            yAxis = 1
            yaxis_max = 360
            lineWidth = 0
            [[[[marker]]]]
                enabled = true
            [[[[states]]]]
                [[[[[hover]]]]]
                        lineWidthPlus = 0
        [[[windGust]]]
            name = Windböen
            lineWidth = 1
        [[[windSpeed]]]
            zIndex = 2
            type = area
            name = Windgeschwindigkeit

    [[Niederschlag]]
        title = Niederschlag
        [[[rainRate]]]
            name = "Regenstärke (mm/h)"
            type = area
        [[[rainTotal]]]
            name = Gesamte Regenmenge
            yAxisLabel = "Regenmenge (mm)"

    [[roseplt]]
        title = Windrose
        [[[windRose]]]
    
    [[Luftfeuchte]]
        title = Luftfeuchtigkeit
        [[[outHumidity]]]
            name = Luftfeuchtigkeit
            
    [[Luftdruck]]
        title = Barometer
        [[[barometer]]]
            name = Luftdruck (Höhen- und Temp.-korrigiert)
            color = "#7cb5ec"
            yaxis_tickinterval = 2
            zIndex = 1
        [[[altimeter]]]
            name = Luftdruck (Höhen-korrigiert)
            yaxis_softmin = 1003
            yaxis_softmax = 1023
            color = "#b2df8a"
            lineWidth = 1

            
[week]
    # Chart Timespan Defaults
    title = "Letzte 7 Tage"
    show_button = true
    button_text = "Letzte 7 Tage"
    time_length = 604800 # Last 7 days
    tooltip_date_format = "LLLL"
    aggregate_type = max
#    aggregate_interval = 3600 # 1 hour
    aggregate_interval = 600
    gapsize = 3600000 # 1 hour in milliseconds
#    xaxis_groupby = day

    [[Temperatur]]
        title = Temperatur
        [[[outTemp]]]
            zIndex = 1
            name = Temperatur
        [[[appTemp]]]
            name = Gefühlte Temperatur
            lineWidth = 1    
            yAxisLabel = "Temperatur (°C)"

    [[Sonne]]
        title = Sonnenstrahlung und UV-Index
        [[[radiation]]]
            zIndex = 2
            name = Sonnenstrahlung
            color = "#ffc83f"
            lineWidth = 1
        [[[MaxSolarRad]]]
            name = Theoretisch maximale Strahlung
            type = area
            color = "#f7f2b4"
            y_Label = "W/m2"
        [[[UV]]]
            zIndex = 2
            name = UV-Index
            yAxis = 1
            yaxis_min = 0
            yaxis_max = 12
            yAxisLabel = "UV-Index"
            color = "#90ed7d"
            lineWidth = 1

    [[Taupunkt]]
        title = Taupunkt (Schwüle)
        [[[dewpoint]]]
            name = Taupunkt
            yAxisLabel = "Taupunkt (°C)"
            yAxisLabel_unit = "°C"
            color = purple

    [[Winddiagramm]]
        # The combined Wind Chart works best in this configuration
        title = Windgeschwindigkeit und Richtung
        yaxis_min = 0
        [[[windDir]]]
            name = Windrichtung
            zIndex = 1
            yAxis = 1
            yaxis_max = 360
            lineWidth = 0
            [[[[marker]]]]
                enabled = true
            [[[[states]]]]
                [[[[[hover]]]]]
                        lineWidthPlus = 0
        [[[windGust]]]
            name = Windböen
            lineWidth = 1
        [[[windSpeed]]]
            zIndex = 2
            type = area
            name = Windgeschwindigkeit

    [[Niederschlag]]
        title = Niederschlag
        [[[rainRate]]]
            name = "Regenstärke (mm/h)"
            type = area
        [[[rainTotal]]]
            name = Gesamte Regenmenge
            yAxisLabel = "Regenmenge (mm)"

    [[roseplt]]
        title = Windrose
        [[[windRose]]]
    
    [[Luftfeuchte]]
        title = Luftfeuchtigkeit
        [[[outHumidity]]]
            name = Luftfeuchtigkeit
            
    [[Luftdruck]]
        title = Barometer
        [[[barometer]]]
            name = Luftdruck (Höhen- und Temp.-korrigiert)
            color = "#7cb5ec"
            aggregate_type = avg
            yaxis_tickinterval = 2
            zIndex = 1
        [[[altimeter]]]
            name = Luftdruck (Höhen-korrigiert)
            aggregate_type = avg
            yaxis_softmin = 1003
            yaxis_softmax = 1023
            color = "#b2df8a"
            lineWidth = 1

        
[month]
    # Chart Timespan Defaults
    title = "Dieser Monat"
    show_button = true
    button_text = "Monat"
    type = spline
    time_length = month
    tooltip_date_format = "dddd LL"
    aggregate_type = max
    aggregate_interval = 3600
#    aggregate_interval = 86400 # 1 day
    gapsize = 86400000 # 1 day in milliseconds
#    xaxis_groupby = day

    [[Temperatur]]
        title = Temperatur
        [[[outTemp]]]
            zIndex = 1
            name = Temperatur
        [[[appTemp]]]
            name = Gefühlte Temperatur
            lineWidth = 1    
            yAxisLabel = "Temperatur (°C)"

    [[Sonne]]
        title = Sonnenstrahlung und UV-Index
        [[[radiation]]]
            zIndex = 2
            name = Sonnenstrahlung
            color = "#ffc83f"
            lineWidth = 1
        [[[MaxSolarRad]]]
            name = Theoretisch maximale Strahlung
            type = area
            color = "#f7f2b4"
            y_Label = "W/m2"
        [[[UV]]]
            zIndex = 2
            name = UV-Index
            yAxis = 1
            yaxis_min = 0
            yaxis_max = 12
            yAxisLabel = "UV-Index"
            color = "#90ed7d"
            lineWidth = 1

    [[Taupunkt]]
        title = Taupunkt (Schwüle)
        [[[dewpoint]]]
            name = Taupunkt
            yAxisLabel = "Taupunkt (°C)"
            yAxisLabel_unit = "°C"
            color = purple

    [[Winddiagramm]]
        # The combined Wind Chart works best in this configuration
        title = Windgeschwindigkeit und Richtung
        yaxis_min = 0
        [[[windDir]]]
            name = Windrichtung
            zIndex = 1
            yAxis = 1
            yaxis_max = 360
            lineWidth = 0
            [[[[marker]]]]
                enabled = true
            [[[[states]]]]
                [[[[[hover]]]]]
                        lineWidthPlus = 0
        [[[windGust]]]
            name = Windböen
            lineWidth = 1
        [[[windSpeed]]]
            zIndex = 2
            type = area
            name = Windgeschwindigkeit

    [[Niederschlag]]
        title = Niederschlag
        [[[rainRate]]]
            type = area
            name = "Regenstärke (mm/h)"
        [[[rainTotal]]]
            name = Gesamte Regenmenge
            yAxisLabel = "Regenmenge (mm)"

    [[roseplt]]
        title = Windrose
        [[[windRose]]]
    
    [[Luftfeuchte]]
        title = Luftfeuchtigkeit
        [[[outHumidity]]]
            name = Luftfeuchtigkeit
            
    [[Luftdruck]]
        title = Barometer
        [[[barometer]]]
            name = Luftdruck (Höhen- und Temp.-korrigiert)
            color = "#7cb5ec"
            aggregate_type = avg
            yaxis_tickinterval = 2
            zIndex = 1
        [[[altimeter]]]
            name = Luftdruck (Höhen-korrigiert)
            aggregate_type = avg
            yaxis_softmin = 1003
            yaxis_softmax = 1023
            color = "#b2df8a"
            lineWidth = 1


[lastmonth]
    # Chart Timespan Defaults
    title = "Letzter Monat"
    show_button = true
    button_text = "Letzter Monat"
    type = spline
    time_length = months_ago
    time_ago = 1
    tooltip_date_format = "dddd LL"
    aggregate_type = max
    aggregate_interval = 3600
#    aggregate_interval = 86400 # 1 day
    gapsize = 86400000 # 1 day in milliseconds
#    xaxis_groupby = day

    [[Temperatur]]
        title = Temperatur
        [[[outTemp]]]
            zIndex = 1
            name = Temperatur
        [[[appTemp]]]
            name = Gefühlte Temperatur
            lineWidth = 1    
            yAxisLabel = "Temperatur (°C)"

    [[Sonne]]
        title = Sonnenstrahlung und UV-Index
        [[[radiation]]]
            zIndex = 2
            name = Sonnenstrahlung
            color = "#ffc83f"
            lineWidth = 1
        [[[MaxSolarRad]]]
            name = Theoretisch maximale Strahlung
            type = area
            color = "#f7f2b4"
            y_Label = "W/m2"
        [[[UV]]]
            zIndex = 2
            name = UV-Index
            yAxis = 1
            yaxis_min = 0
            yaxis_max = 12
            yAxisLabel = "UV-Index"
            color = "#90ed7d"
            lineWidth = 1
     
    [[Taupunkt]]
        title = Taupunkt (Schwüle)
        [[[dewpoint]]]
            name = Taupunkt
            yAxisLabel = "Taupunkt (°C)"
            yAxisLabel_unit = "°C"
            color = purple

    [[Winddiagramm]]
        # The combined Wind Chart works best in this configuration
        title = Windgeschwindigkeit und Richtung
        yaxis_min = 0
        [[[windDir]]]
            name = Windrichtung
            zIndex = 1
            yAxis = 1
            yaxis_max = 360
            lineWidth = 0
            [[[[marker]]]]
                enabled = true
            [[[[states]]]]
                [[[[[hover]]]]]
                        lineWidthPlus = 0
        [[[windGust]]]
            name = Windböen
            lineWidth = 1
        [[[windSpeed]]]
            zIndex = 2
            type = area
            name = Windgeschwindigkeit

    [[Niederschlag]]
        title = Niederschlag
        [[[rainRate]]]
            name = "Regenstärke (mm/h)"
            type = area
        [[[rainTotal]]]
            name = Gesamte Regenmenge
            yAxisLabel = "Regenmenge (mm)"

    [[roseplt]]
        title = Windrose
        [[[windRose]]]
    
    [[Luftfeuchte]]
        title = Luftfeuchtigkeit
        [[[outHumidity]]]
            name = Luftfeuchtigkeit
            
    [[Luftdruck]]
        title = Barometer
        [[[barometer]]]
            name = Luftdruck (Höhen- und Temp.-korrigiert)
            color = "#7cb5ec"
            aggregate_type = avg
            yaxis_tickinterval = 2
            zIndex = 1
        [[[altimeter]]]
            name = Luftdruck (Höhen-korrigiert)
            aggregate_type = avg
            yaxis_softmin = 1003
            yaxis_softmax = 1023
            color = "#b2df8a"
            lineWidth = 1

        
[year]
    # Chart Timespan Defaults
    title = "Dieses Jahr"
    show_button = true
    button_text = "Jahr"
    type = spline
    time_length = year
    tooltip_date_format = "dddd LL"
    aggregate_type = max
    aggregate_interval = 86400 # 1 day
    gapsize = 86400000 # 1 day in milliseconds
    xaxis_groupby = month
    xaxis_categories = 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez' 


    [[Temperatur]]
        title = Temperatur
        [[[outTemp]]]
            zIndex = 1
            name = Temperatur
        [[[appTemp]]]
            name = Gefühlte Temperatur
            lineWidth = 1    
            yAxisLabel = "Temperatur (°C)"

    [[Sonne]]
        title = Sonnenstrahlung und UV-Index
        [[[radiation]]]
            zIndex = 2
            name = Sonnenstrahlung
            color = "#ffc83f"
        [[[MaxSolarRad]]]
            name = Theoretisch maximale Strahlung
            type = area
            color = "#f7f2b4"
            y_Label = "W/m2"
        [[[UV]]]
            zIndex = 2
            name = UV-Index
            yAxis = 1
            yaxis_min = 0
            yaxis_max = 12
            yAxisLabel = "UV-Index"
            color = "#90ed7d"

    [[Taupunkt]]
        title = Taupunkt (Schwüle)
        [[[dewpoint]]]
            name = Taupunkt
            yAxisLabel = "Taupunkt (°C)"
            yAxisLabel_unit = "°C"
            color = purple

    [[Winddiagramm]]
        # The combined Wind Chart works best in this configuration
        title = Windgeschwindigkeit und Richtung
        yaxis_min = 0
        [[[windDir]]]
            name = Windrichtung
            zIndex = 1
            yAxis = 1
            yaxis_max = 360
            lineWidth = 0
            [[[[marker]]]]
                enabled = true
            [[[[states]]]]
                [[[[[hover]]]]]
                        lineWidthPlus = 0
        [[[windGust]]]
            name = Windböen
        [[[windSpeed]]]
            zIndex = 2
            type = area
            name = Windgeschwindigkeit

    [[Niederschlag]]
        title = Niederschlag
        [[[rainRate]]]
            name = "Regenstärke (mm/h)"
        [[[rainTotal]]]
            name = Gesamte Regenmenge
            yAxisLabel = "Regenmenge (mm)"

    [[roseplt]]
        title = Windrose
        [[[windRose]]]
    
    [[Luftfeuchte]]
        title = Luftfeuchtigkeit
        [[[outHumidity]]]
            name = Luftfeuchtigkeit
            
    [[Luftdruck]]
        title = Barometer
        [[[barometer]]]
            name = Luftdruck (Höhen- und Temp.-korrigiert)
            color = "#BECC00"
            aggregate_type = avg
            yaxis_tickinterval = 2
            zIndex = 1
        [[[altimeter]]]
            name = Luftdruck (Höhen-korrigiert)
            aggregate_type = avg
            yaxis_softmin = 1003
            yaxis_softmax = 1023
            color = "#b2df8a"
            lineWidth = 1
           

[station]
    show_button = false
    time_length = 259200 # 72 hours in seconds
    aggregate_type = last
    aggregate_interval = 300 # 5 min
    gapsize = 300000 # 5 min
    
    [[rxchart]]
        title = ISS Empfangsstärke
        [[[rxCheckPercent]]]
            name = Stärke des Funksignals
            color = "#e5544e"
            lineWidth = 1
            yaxis_min = 20
            yaxis_max = 100
###############################################################################
# SKIN CONFIGURATION FILE                                                     #
# Copyright (c) 2010 Tom Keffer <[email protected]>                           #
# Updated for the Belchertown Skin by Pat O'Brien, 2019                       #
###############################################################################

[Extras]

    # General Site Defaults
    check_for_updates = 1
    belchertown_debug = 1
    belchertown_locale = "auto"
    theme = light
    theme_toggle_enabled = 1
    site_title = "My Weather Website"
    logo_image = ""
    radar_html = ""

    # Station Observations. Special observation rainWithRainRate combines Daily 
Rain with Rain Rate in 1 line
    station_observations = "barometer", "dewpoint", "outHumidity", 
"rainWithRainRate"

    # Manifest Settings for Mobile Phones
    manifest_name = "My Weather Website"
    manifest_short_name = "MWW"

    # Highcharts settings
    highcharts_enabled = 1
    graph_page_show_all_button = 1
    graph_page_default_graphgroup = "day"
    highcharts_homepage_graphgroup = "homepage"
    highcharts_decimal = "auto"
    highcharts_thousands = "auto"
        
    # MQTT Websockets defaults
    mqtt_websockets_enabled = 0
    mqtt_websockets_host = ""
    mqtt_websockets_port = 1883
    mqtt_websockets_ssl = 0
    mqtt_websockets_topic = ""
    disconnect_live_website_visitor = 1800000

    # Show an alert if the page updated timestamp is older than expected with 
this setting. Does not apply to MQTT Websocket enabled websites
    # The late time threshold is defined in seconds. This should be greater 
than your archive_interval from weewx.conf.
    # Typically you would want this 2 or 3 times archive_interval
    show_last_updated_alert = 0
    last_updated_alert_threshold = 1800

    # If mqtt_websockets_enabled is set to 0, but want the page to full reload 
on an interval, specify this below in milliseconds. 300000 = 5 minutes
    webpage_autorefresh = 0

    # Image Reload Section.
    # Set reload_hook_images to 1 to enable, then set the number of *seconds* 
for each section to reload.
    # A value of -1 will disable reloading images in that section.
    # radar = the radar image if you used radar_html setting
    # asi = index_hook_after_station_info.inc
    # af = index_hook_after_forecast.inc
    # as = index_hook_after_snapshot.inc
    # ac = index_hook_after_charts.inc
    reload_hook_images = 0
    reload_images_radar = 300
    reload_images_hook_asi = -1
    reload_images_hook_af = -1
    reload_images_hook_as = -1
    reload_images_hook_ac = -1

    # Forecast defaults
    forecast_enabled = 0
    darksky_secret_key = ""
    darksky_units = "auto"
    darksky_lang = "en"
    forecast_stale = 3540
    forecast_alert_enabled = 0

    # Earthquake defaults
    earthquake_enabled = 0
    earthquake_maxradiuskm = 1000
    earthquake_stale = 10740

    # Social Share Button Defaults. Define the text below under Labels
    facebook_enabled = 0
    twitter_enabled = 0
    social_share_html = "http://yourwebsite";

    # Google Analytics
    #googleAnalyticsId = UA-######

    # This is the display of the Pi Kiosk which is in the /pi folder
    pi_kiosk_bold = "false"
    pi_theme = "auto"

###############################################################################

[Labels]
    # Labels used in this skin

    [[Generic]]
        # Generic labels, keyed by an observation type.
        # To change a label or translate it to your language
        # change the text after the equal sign.

        # Extra Observation labels
        appTemp              = Apparent Temperature
        cloudbase            = Cloud Base
        visibility           = Visibility
        windrun              = Wind Run

        # HTML Header Meta Tags and HTML Title. These labels have a default 
value
        # set inside of header.html.tmpl. Leave as "" to use the default value.
        html_title         = ""
        html_description   = ""

        # Footer Information
        footer_copyright_text = "My Weather Website"
        footer_disclaimer_text = "Never make important decisions from this 
website."

        # Twitter Social Share
        twitter_text = "Check out my website: My Weather Website Weather 
Conditions"
        twitter_owner = "YourTwitterUsernameHere"
        twitter_hashtags = "weewx #weather"

        # Station Observation Table
        rainWithRainRate     = Rain

        # Navigation Menu
        nav_home        = Home
        nav_graphs      = Graphs
        nav_records     = Records
        nav_reports     = Reports
        nav_about       = About

        # Default page headers
        home_page_header        = "My Station Weather Conditions"
        graphs_page_header      = "Weather Observation Graphs"
        records_page_header     = "Weather Observation Records"
        reports_page_header     = "Weather Observation Reports"
        about_page_header       = "About This Weather Station"
        powered_by              = "Observations are powered by a Personal 
Weather Station"

        # DarkSky translations
        alert_in_effect             = in effect until
        forecast_last_updated       = Last Updated on
        clear                       = Clear
        darksky_rain                = Rain
        snow                        = Snow
        sleet                       = Sleet
        windy                       = Windy
        fog                         = Fog
        overcast                    = Overcast
        partly_cloudy               = Partly Cloudy
        hail                        = Hail
        thunderstorm                = Thunderstorm
        tornado                     = Tornado

        # Earthquake translations
        earthquake_no_data          = No recent earthquake data available!

        # Home Page Text and Titles
        second                      = "second", "seconds"
        minute                      = "minute", "minutes"
        hour                        = "hour", "hours"
        sun                         = Sun
        moon                        = Moon
        sun_and_moon                = Sun & Moon
        moon_visible                = visible
        daily_forecast              = Daily Forecast
        wind_speed                  = Speed
        wind_gust                   = Gust
        wind_today_max              = Today Max
        feels_like                  = Feels like
        highest_temperature         = High
        lowest_temperature          = Low
        average_temperature         = Average
        forecast_header             = 8 Day Forecast
        header_last_updated_alert   = Notice: This page hasn't been updated 
recently and may contain stale data!
        header_last_updated         = Last Updated
        mqtt_websockets_connecting  = Connecting to weather station real time 
data.
        mqtt_websockets_waiting     = Connected. Waiting for data.
        mqtt_websockets_connected   = Connected to weather station live. Data 
received
        mqtt_websockets_stopped     = Live updates have stopped.
        mqtt_websockets_continue    = Continue live updates
        mqtt_websockets_failed      = Failed connecting to the weather station. 
Please try again later!
        mqtt_websockets_lost        = Lost connection to the weather station. 
Please try again later!
        weather_snapshots           = Weather Record Snapshots.
        weather_snapshots_link      = View all weather records here.
        snapshot_high               = High
        snapshot_low                = Low
        snapshot_today_avg_wind     = Average Wind
        snapshot_today_high_wind    = Highest Wind
        snapshot_today_high_uv      = Highest UV
        snapshot_today_rain         = Today's Rain
        snapshot_today_rainrate     = Highest Rate
        snapshot_month_avg_wind     = Average Wind
        snapshot_month_high_wind    = Highest Wind
        snapshot_month_high_uv      = Highest UV
        snapshot_month_rain         = Total Rain
        snapshot_month_rainrate     = Highest Rate
        earthquake_title            = Recent Local Earthquake
        earthquake_magnitude        = Magnitude
        homepage_graphs_link        = View more here.
        copyright                   = Copyright

        # Almanac Popup
        close                       = Close
        almanac_more_details        = More Almanac Information
        almanac_modal_title         = Almanac Information
        sun_always_down             = Always down
        sun_always_up               = Always up
        more_than_yesterday         = more than yesterday
        less_than_yesterday         = less than yesterday
        start_civil_twilight        = Start civil twilight
        rise                        = Rise
        transit                     = Transit
        set                         = Set
        end_civil_twilight          = End Civil Twilight
        azimuth                     = Azimuth
        altitude                    = Altitude
        right_ascension             = Right ascension
        declination                 = Declination
        equinox                     = Equinox
        solstice                    = Solstice
        total_daylight              = Total daylight
        full_moon                   = Full moon
        new_moon                    = New moon
        phase                       = Phase
        full                        = full
        install_pyephem             = Install pyephem for detailed celestial 
timings.

        # Graphs Page Text and Titles
        graphs_page_all_button      = All
        graphs_windrose_frequency   = Frequency
        graphs_windDir_ordinals     = '{ 0: "N", 90: "E", 180: "S", 270: "W", 
360: "N" }'

        # Records Page Text and Titles
        records_ending                      = ending
        records_days_text                   = days
        records_all_time                    = All Time
        records_temperature_records         = Temperature Records
        records_high_temp                   = Highest Temperature
        records_low_temp                    = Lowest Temperature
        records_high_apptemp                = Highest Apparent Temperature
        records_low_apptemp                 = Lowest Apparent Temperature
        records_high_heatindex              = Highest Heat Index
        records_low_windchill               = Lowest Wind Chill
        records_largest_temp_range          = Largest Daily Temperature Range
        records_smallest_temp_range         = Smallest Daily Temperature Range
        records_wind_records                = Wind Records
        records_strongest_wind              = Strongest Wind Gust
        records_daily_windrun               = Highest Daily Wind Run
        records_rain_records                = Rain Records
        records_highest_daily_rainfall      = Highest Daily Rainfall
        records_highest_daily_rainrate      = Highest Daily Rain Rate
        records_month_high_rainfall         = Month with Highest Total Rainfall
        records_total_rainfall              = Total Rainfall for
        records_consec_days_with_rain       = Consecutive Days With Rain
        records_consec_days_without_rain    = Consecutive Days Without Rain
        records_humidity_records            = Humidity Records
        records_high_humidity               = Highest Humidity
        records_lowest_humidity             = Lowest Humidity
        records_highest_dewpoint            = Highest Dewpoint
        records_lowest_dewpoint             = Lowest Dewpoint
        records_barometer_records           = Barometer Records
        records_high_barometer              = Highest Barometer
        records_low_barometer               = Lowest Barometer
        records_sun_records                 = Sun Records
        records_high_solar_rad              = Highest Solar Radiation
        records_high_uv                     = Highest UV
        records_inTemp_records              = Inside Temp Records
        records_high_inTemp                 = Highest inside Temp
        records_low_inTemp                  = Lowest inside Temp

        # NOAA Reports Page Text and Titles
        reports_title               = NOAA Reports
        reports_click_here_link     = Click here
        reports_view_more           = to view this report directly or click on 
a month or year to change the NOAA report.
        
        # Pi Page Text and Titles
        mqtt_websockets_connected_pi        = Connected. Received
        
        # moment.js default labels formats
        time_earthquake                         = "LLL"
        time_last_updated                       = "LL, LTS"
        time_snapshot_records_today_header      = "dddd, LL"
        time_snapshot_records_month_header      = "MMMM YYYY"
        time_sunrise                            = "LT"
        time_sunset                             = "LT"
        time_darksky_alert_expires              = "LLL"
        time_darksky_forecast_date              = "ddd M/DD"
        time_forecast_last_updated              = "LLL"
        time_records_page_full_date             = "LLL"
        time_records_page_month_day_year        = "LL"
        time_records_page_rainfall_range_begin  = "MMMM DD"
        time_records_page_rainfall_range_end    = "LL"



###############################################################################

[Almanac]
    # The labels to be used for the phases of the moon:
    moon_phases = New Moon, Waxing Crescent, First Quarter, Waxing Gibbous, 
Full Moon, Waning Gibbous, Last Quarter, Waning Crescent

###############################################################################

[Units]
    # This section is for managing the selection and formatting of units.

    [[Groups]]
        # For each group of measurements, this section sets what units to
        # use for it.
        # NB: The unit is always in the singular. I.e., 'mile_per_hour',
        # NOT 'miles_per_hour'

        group_altitude     = foot                 # Options are 'foot' or 
'meter'
        group_degree_day   = degree_F_day         # Options are 'degree_F_day' 
or 'degree_C_day'
        group_direction    = degree_compass
        group_distance     = mile                 # Options are 'mile' or 'km'
        group_moisture     = centibar
        group_percent      = percent
        group_pressure     = inHg                 # Options are 'inHg', 'mmHg', 
'mbar', or 'hPa'
        group_radiation    = watt_per_meter_squared
        group_rain         = inch                 # Options are 'inch', 'cm', 
or 'mm'
        group_rainrate     = inch_per_hour        # Options are 
'inch_per_hour', 'cm_per_hour', or 'mm_per_hour'
        group_speed        = mile_per_hour        # Options are 
'mile_per_hour', 'km_per_hour', 'knot', or 'meter_per_second'
        group_speed2       = mile_per_hour2       # Options are 
'mile_per_hour2', 'km_per_hour2', 'knot2', or 'meter_per_second2'
        group_temperature  = degree_F             # Options are 'degree_F' or 
'degree_C'
        group_uv           = uv_index
        group_volt         = volt

        # The following are used internally and should not be changed:
        group_count        = count
        group_interval     = minute
        group_time         = unix_epoch
        group_elapsed      = second

    [[StringFormats]]
        # This section sets the string formatting for each type of unit.

        centibar           = %.0f
        cm                 = %.2f
        cm_per_hour        = %.2f
        degree_C           = %.1f
        degree_F           = %.1f
        degree_compass     = %.0f
        foot               = %.0f
        hPa                = %.1f
        hour               = %.1f
        inHg               = %.3f
        inch               = %.2f
        inch_per_hour      = %.2f
        km                 = %.2f
        km_per_hour        = %.0f
        km_per_hour2       = %.1f
        knot               = %.0f
        knot2              = %.1f
        mbar               = %.1f
        meter              = %.0f
        meter_per_second   = %.1f
        meter_per_second2  = %.1f
        mile               = %.2f
        mile_per_hour      = %.0f
        mile_per_hour2     = %.1f
        mm                 = %.1f
        mmHg               = %.1f
        mm_per_hour        = %.1f
        percent            = %.0f
        second             = %.0f
        uv_index           = %.1f
        volt               = %.1f
        watt_per_meter_squared = %.0f
        NONE               = "N/A"

    [[Labels]]
        # This section sets a label to be used for each type of unit.

        centibar          = " cb"
        cm                = " cm"
        cm_per_hour       = " cm/hr"
        degree_C          =  " °C"
        degree_F          =  " °F"
        degree_compass    =   °
        foot              = " feet"
        hPa               = " hPa"
        inHg              = " inHg"
        inch              = " in"
        inch_per_hour     = " in/hr"
        km                = " km"
        km_per_hour       = " km/h"
        km_per_hour2      = " km/h"
        knot              = " knots"
        knot2             = " knots"
        mbar              = " mbar"
        meter             = " meters"
        meter_per_second  = " m/s"
        meter_per_second2 = " m/s"
        mile              = " miles"
        mile_per_hour     = " mph"
        mile_per_hour2    = " mph"
        mm                = " mm"
        mmHg              = " mmHg"
        mm_per_hour       = " mm/h"
        percent           =   %
        volt              = " V"
        watt_per_meter_squared = " W/m²"
        day               = " day",    " days"
        hour              = " hour",   " hours"
        minute            = " minute", " minutes"
        second            = " second", " seconds"
        NONE              = ""

    [[TimeFormats]]
        # This section sets the string format to be used for each time scale.
        # The values below will work in every locale, but may not look
        # particularly attractive. See the Customization Guide for alternatives.

        day        = %X
        week       = %X (%A)
        month      = %x %X
        year       = %x %X
        rainyear   = %x %X
        current    = %x %X
        ephem_day  = %X
        ephem_year = %x %X

    [[Ordinates]]
        # The ordinal directions. The last one should be for no wind direction
        directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, 
NW, NNW, N/A

    [[DegreeDays]]
        # This section sets the base temperatures used for the calculation
        # of heating and cooling degree-days.

        # Base temperature for heating days, with unit:
        heating_base = 65, degree_F
        # Base temperature for cooling days, with unit:
        cooling_base = 65, degree_F

    [[Trend]]
        time_delta = 10800  # 3 hours
        time_grace = 300    # 5 minutes

###############################################################################

[CheetahGenerator]
    # This section is used by the generator CheetahGenerator, and specifies
    # which files are to be generated from which template.

    search_list_extensions = user.belchertown.getData

    # Possible encodings are 'html_entities', 'utf8', or 'strict_ascii'
    encoding = html_entities

    [[SummaryByMonth]]
        # Reports that summarize "by month"
        [[[NOAA_month]]]
            encoding = strict_ascii
            template = NOAA/NOAA-YYYY-MM.txt.tmpl

    [[SummaryByYear]]
        # Reports that summarize "by year"
        [[[NOAA_year]]]
            encoding = strict_ascii
            template = NOAA/NOAA-YYYY.txt.tmpl

    [[ToDate]]
        # Reports that show statistics "to date", such as day-to-date,
        # week-to-date, month-to-date, etc.
        [[[weewx_data]]]
            template = json/weewx_data.json.tmpl

        [[Belchertown]]
            template = js/belchertown.js.tmpl

        [[[home]]]
            template = index.html.tmpl

        [[[about]]]
            template = about/index.html.tmpl

        [[[graphs]]]
            template = graphs/index.html.tmpl

        [[[records]]]
            template = records/index.html.tmpl

        [[[reports]]]
            template = reports/index.html.tmpl

        [[[station]]]
            template = station/index.html.tmpl

        [[[webcam]]]
            template = webcam/index.html.tmpl

        [[[pi]]]
            template = pi/index.html.tmpl

        [[[manifest]]]
            encoding = utf8
            template = manifest.json.tmpl

###############################################################################

[CopyGenerator]

    # This section is used by the generator CopyGenerator

    # List of files to be copied only the first time the generator runs
    copy_once = favicon.ico, images/*, json/index.html, js/index.html, 
js/responsive-menu.js, robots.txt

    # List of files to be copied each time the generator runs
    copy_always = *.css


###############################################################################

#
# The list of generators that are to be run:
#
[Generators]
    generator_list = weewx.cheetahgenerator.CheetahGenerator, 
weewx.reportengine.CopyGenerator, user.belchertown.HighchartsJsonGenerator

Reply via email to