I have copied sofaskin into folder /etc/weewx/skins/sofaskin

end enable it in weewx.conf

#   This section specifies what reports, using which skins, to generate.

[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
        skin = sofaskin
        enable = false
    
    [[SmartphoneReport]]
        # The SmartphoneReport uses the 'Smartphone' skin, and the images 
and
        # files are placed in a dedicated subdirectory.
#        skin = Smartphone
        skin = sofaskin
        enable = false
        HTML_ROOT = /var/www/html/weewx
    
    [[MobileReport]]
        # The MobileReport uses the 'Mobile' skin, and the images and files
        # are placed in a dedicated subdirectory.
#        skin = Mobile
        skin = sofaskin
        enable = false
        HTML_ROOT = /var/www/html/weewx
    
    [[StandardReport]]
        # This is the old "Standard" skin. By default, it is not enabled.
#        skin = Standard
        skin = Sofaskin
        enable = true


Dne nedelja, 16. junij 2019 22.17.46 UTC+2 je oseba gjr80 napisala:
>
> You say ‘whatever I do’ - exactly what have have you tried? Have you 
> restarted WeeWX? What does the log show when debug = 1? 
>
> Gary

-- 
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/8558cce7-55ee-4fd3-98f4-41e34f1e4266%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to