...
...
belchertown_locale = "auto"
# belchertown_locale = "nl_NL.utf8" #checked this setting, without results
theme = light
...
...
# MQTT Websockets defaults
mqtt_websockets_enabled = 1
mqtt_websockets_host = my.external.ip.address
mqtt_websockets_port = 9001
mqtt_websockets_ssl = 0
mqtt_websockets_topic = weather/loop
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
...
...
header_last_updated = Laatste update
mqtt_websockets_connecting = Real-time verbonden met weerstation
mqtt_websockets_waiting = Verbonden, wacht op data.
mqtt_websockets_connected = Real-time verbonden met weerstation
mqtt_websockets_stopped = Real-time updates zijn gestopt
mqtt_websockets_continue = Updates hervatten
mqtt_websockets_failed = Verbinding verbroken
mqtt_websockets_lost = Verbinding verbroken
...
...
# moment.js default labels formats
time_earthquake = "LLL"
time_lastUpdated = "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 DD/M"
time_forecast_last_updated = "LLL"
time_mqtt_websockets_last_updated = "LL, LTS"
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"
...
...