[StdReport]
# Where the skins reside, relative to WEEWX_ROOT
SKIN_ROOT = ss
# Where the generated reports should go, relative to WEEWX_ROOT
HTML_ROOT = public_html
# 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 = false
[[SmartphoneReport]]
# The SmartphoneReport uses the 'Smartphone' skin, and the images and
# files are placed in a dedicated subdirectory.
skin = Smartphone
enable = false
HTML_ROOT = public_html/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 = public_html/mobile
[[StandardReport]]
# This is the old "Standard" skin. By default, it is not enabled.
skin = ss
enable = false
[[SteelSeries]]
skin = ss
HTML_ROOT = public_html/ss
enable = true
[[[ImageGenerator]]]
top_label_font_size = 14
bottom_label_path = /usr/share/fonts/texlive-gnu-freefont/FreeSerif.ttf
bottom_label_size = 16
axis_label_path = /usr/share/fonts/texlive-gnu-freefont/FreeSerif.ttf
axis_label_size = 16 [[StandardReport]]
# This is the old "Standard" skin. By default, it is not enabled.
skin = ss
enable = true
DEBUG weewx.reportengine: Cannot read skin configuration file /usr/local/bin/weewx/ss/ss/skin.conf for report 'SteelSeries': Config file not found: "/usr/local/bin/weewx/ss/ss/skin.conf".# Where the skins reside, relative to WEEWX_ROOT
SKIN_ROOT = skins [[StandardReport]]
# This is the old "Standard" skin. By default, it is not enabled.
skin = Standard
enable = false