Ok, I just set debug to 1 and restarted weewx. When it gets a few cycles i 
wil post the results, but It looks like its not executing the steel series 
stuff
Here is my StdReport stanza:
[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


The rest is at defaults

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-development+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-development/066d6dde-af7c-42d6-822d-69fb02cd71cc%40googlegroups.com.

Reply via email to