Eric - you defined a [[StandardReport]] but did not tell the report 
generator where to find the skin.conf file in the appropriate subdirectory 
under the /etc/weewx/skins directory.

To have that report known to the report generator, but skipped, simply set 
enable=false ala:

[[StandardReport]]
   skin = Standard
   enable = false

To undefine that report completely, you could have commented it 'all' out 
ala:

# [[StandardReport]]
#   skin = Standard
#   enable = false

But your half-way variant is not valid.   Leave it uncommented and 
enable=false, or comment the whole report definition out completely.  The 
half-way measure you tried is not valid.


On Wednesday, April 1, 2026 at 4:32:13 AM UTC-7 Eric Gammeter wrote:

[[StandardReport]]
    # This is the old "Standard" skin. By default, it is not enabled.
    # skin = Standard
    # enable = false
    
    [[Belchertown]]
        skin = Belchertown
        HTML_ROOT = /var/www/html/weewx/belchertown
        enable = true

What part of StandardReport is not commented-out? 

On Tuesday, March 31, 2026 at 2:50:27 PM UTC-4 Vince Skahan wrote:

    [[StandardReport]]
    # This is the old "Standard" skin. By default, it is not enabled.
    # skin = Standard
    # enable = false
   

 You need to comment it all out, or leave it uncommented and set 
enable=false.


On Tuesday, March 31, 2026 at 11:29:47 AM UTC-7 Eric Gammeter wrote:

Trying to get Belchertown skin to run, continual file location problem 
(file not found)
Debug info has all log, info and file list information.  No joy after 
multiple installation attempts.  Please let me know what you find.
Thank you-
/Eric

-- 
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 visit 
https://groups.google.com/d/msgid/weewx-user/8a19f109-5ea7-4fb9-ac5e-a90605eb5055n%40googlegroups.com.

Reply via email to