# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2019 Tom Keffer <
tke...@gmail.com>
# See the file LICENSE.txt for your rights.
##############################################################################
#<meta name="twitter:card" content="summary_large_image">
#<meta name="twitter:site" content="@Parsoli">
#<meta name="twitter:creator" content="@Parsoli">
#<meta name="twitter:title" content="Elburn Weather">
#<meta name="twitter:image" content="
https://www.elburn.il.us/wp-content/uploads/2018/04/EburnFooterLogo-e1525036460870.png">
# This section is for general configuration information.
# Set to 1 for extra debug info, otherwise comment it out or set to zero
#debug = 1
# Root directory of the weewx data file hierarchy for this station
WEEWX_ROOT = /
# Whether to log successful operations
log_success = True
# Whether to log unsuccessful operations
log_failure = True
# How long to wait before timing out a socket (FTP, HTTP) connection
socket_timeout = 20
# Do not modify this. It is used when installing and updating weewx.
version = 3.9.2
loop_on_init = True
##############################################################################
[StdReport]
# Where the skins reside, relative to WEEWX_ROOT
SKIN_ROOT = /etc/weewx/skins
# Where the generated reports should go, relative to WEEWX_ROOT
HTML_ROOT = /var/www/html/weewx
# The database binding indicates which data should be used in reports.
data_binding = wx_binding
# Whether to log a successful operation
log_success = True
# Whether to log an unsuccessful operation
log_failure = False
# Each of the following subsections defines a report that will be run.
# 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.
[[SeasonsReport]]
# The SeasonsReport uses the 'Seasons' skin, which contains the
# images, templates and plots for the report.
skin = Seasons
enable = true
[[SmartphoneReport]]
# The SmartphoneReport uses the 'Smartphone' skin, and the images and
# files are placed in a dedicated subdirectory.
skin = Smartphone
enable = false
HTML_ROOT = /var/www/html/weewx/smartphone
[[MobileReport]]
# The MobileReport uses the 'Mobile' skin, and the images and files
# are placed in a dedicated subdirectory.
skin = Mobile
enable = false
HTML_ROOT = /var/www/html/weewx/mobile
[[StandardReport]]
# This is the old "Standard" skin. By default, it is not enabled.
skin = Standard
enable = false
[[Belchertown]]
HTML_ROOT = /var/www/html/
belchertown_debug = 1
skin = Belchertown
enable = true
[[[Extras]]]
logo_image = "
https://www.elburn.il.us/wp-content/uploads/2018/04/EburnFooterLogo-e1525036460870.png"
earthquake_enabled = 1
twitter_enabled = 1
belchertown_locale = auto
#darksky_secret_key = "REDACTED"
forecast_alert_enabled = 1
#STEVE ADDED FORECAST DATA APR 23#
forecast_enabled = 1
forecast_provider = aeris
forecast_api_id = REDACTED
forecast_api_secret = REDACTED
forecast_units = us
forecast_lang = en
forecast_stale = 3540
forecast_aeris_use_metar = 1
forecast_interval_hours = 24
aqi_enabled = 1
site_title = "Elburn Weather"
belchertown_root_url =
https://elburnweather.org # default = auto
theme = auto
theme_toggle_enabled = 1
station_observations = barometer, dewpoint, outHumidity, rainWithRainRate
show_apptemp = 1
highcharts_enabled = 1
graph_page_show_all_button = 1
graph_page_default_graphgroup = "day"
highcharts_homepage_graphgroup = "day"
highcharts_decimal = "auto"
highcharts_thousands = "auto"
webpage_autorefresh = 60000
footer_copyright_text = "Elburn Weather"
# [[Highcharts_Belchertown]]
# HTML_ROOT = /var/www/html/weewx/belchertown
# skin = Highcharts_Belchertown
# #site_title = Elburn Weather
# For help refer to the docs at
https://github.com/poblabs/weewx-belchertown # and consult skin.conf for the configurable elements and their hierarchy
#--- General Options ---
# belchertown_debug = 0
# belchertown_locale = "auto"
# theme = light
# theme_toggle_enabled = 1
# logo_image = ""
# logo_image_dark = ""
# site_title = "My Weather Website"
# station_observations = "barometer","dewpoint","outHumidity","rainWithRainRate"
# beaufort_category = 0
# manifest_name = "My Weather Website"
# manifest_short_name = "MWW"
# aeris_map = 0
# radar_html = '' # (default seems to center on your lat/lon)
# radar_html_dark = None
# radar_zoom = 8
# radar_marker = 0
# almanac_extras = 1
# highcharts_enabled = 1
# graph_page_show_all_button = 1
# graph_page_default_graphgroup = "day"
# highcharts_homepage_graphgroup = "day"
# highcharts_decimal = "auto"
# highcharts_thousands = "auto"
# googleAnalyticsId = ""
# pi_kiosk_bold = "false"
# pi_theme = "auto"
# webpage_autorefresh = 0
# 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
# show_last_updated_alert = 0
# last_updated_alert_threshold = 1800