what you want to do is disable seasons and leave just belchertown enabled. 
I would also clear out the target public_html directory and point your 
belchertown skin there.

In this example, I am disabling the seasons skin and writing the generated 
html to /home/weewx/public_html. Adjust your target html directory in both 
HTML_ROOT and in HTML_ROOT under [Belchertown]

# ===== START EXAMPLE =====

# Options for 'StdReport'
[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 = /home/weewx/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 = True
    
    # 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   
    
    [[Belchertown]]
        skin = Belchertown
        HTML_ROOT = /home/weewx/public_html
        enable = true

# ===== END EXAMPLE =====

On Monday, September 27, 2021 at 4:44:39 AM UTC-4 [email protected] wrote:

> May be, you want to add 'belchertown' at the end of the URL you enter into 
> the browser.
>
> [email protected] schrieb am Montag, 27. September 2021 um 07:58:31 
> UTC+2:
>
>> I am doing a brand new install of the Belchertown skin so here is a noob 
>> question for the group.  How do I actually get weewx to start using the 
>> Belchertown skin and start uploading it to my webhost?  Do I need to set 
>> enable = true in the weewx.conf file?
>>
>> It seems to still constantly upload the Seasons skin to my web host.  
>> Where is the switch to start using the new Belchertown skin?  
>>
>> Here is the weewx.conf file.
>>
>> [[Belchertown]]
>>         skin = Belchertown
>> enable=true
>> HTML_ROOT = /var/www/html/weewx/belchertown
>>
>> Is this the old Seasons skin?  This is what it constantly uploads.  I'm 
>> not seeing Belchertown at all and I'm pulling my hair out trying to 
>> understand what is wrong.  
>>
>> Thanks for the help.
>> Chris 
>> [image: Capture.JPG]
>>
>>

-- 
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/73bedb22-061b-4d29-b869-4d8e10c06ff5n%40googlegroups.com.

Reply via email to