Now I am a confused, it seems that there is more than one definition of 
HTML_ROOT (?)

Miguel


[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 = 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 = /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

    [[exfoliation]]
        HTML_ROOT = /var/www/html/weewx/exfoliation
        skin = exfoliation
        #        enable = true
        [[[Extras]]]
            current_show_radar = true

    #old    [[Exfoliation]]
    #old        SKIN_ROOT = skins
    #old        skin = exfoliation
    #old        HTML_ROOT = public_html
    #old        [[[Extras]]]
    #old            footer = /home/weewx/skins/exfoliation/footer.inc
    #old            header = /home/weewx/skins/exfoliation/header.inc
    #old            hilo = /home/weewx/skins/exfoliation/hilo.inc

    [[FTP]]
        # FTP'ing the results to a webserver is treated as just another 
report,
        # albeit one with an unusual report generator!
        skin = Ftp

        # If you wish to use FTP, set "enable" to "true", then
        # fill out the next four lines.
        # Use quotes around passwords to guard against parsing errors.

        enable = true
        user = XXXXXX
        password = YYYYYYYY
        server = ftp.meteolea.com    # The ftp server name, e.g, 
www.myserver.org
        path = /www/    # The destination directory, e.g., /weather

        # Set to True for an FTP over TLS (FTPS) connection. Not all servers
        # support this.
        secure_ftp = False

        # To upload files from something other than what HTML_ROOT is set
        # to above, specify a different HTML_ROOT here.
        HTML_ROOT = /var/www/html/weewx


        # Most FTP servers use port 21
        port = 21

        # Set to 1 to use passive mode, zero for active mode
        passive = 1

    [[RSYNC]]




-- 
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/ac319550-ee55-4534-94e7-41fd98840de6%40googlegroups.com.

Reply via email to