I have installed or turned on several skins (smartphone, forecast, neowx, and Washboard). They are each generating reports in their respective folders in /var/www/html/weewx. They can be seen in the browser and update.
I installed exfoliation and it is not generating folders or reports. Here are the lines from weewx.conf on the skins:
# Where the generated reports should go, relative to WEEWX_ROOT
HTML_ROOT = /var/www/html/weewx
[[SeasonsReport]]
# The SeasonsReport uses the 'Seasons' skin, which contains the
# images, templates and plots for the report.
skin = Seasons
enable = true
HTML_ROOT = /var/www/html/weewx/seasons
[[SmartphoneReport]]
# The SmartphoneReport uses the 'Smartphone' skin, and the images and
# files are placed in a dedicated subdirectory.
skin = Smartphone
enable = true
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
[[forecast]]
HTML_ROOT = /var/www/html/weewx/forecast
skin = forecast
enable = false
[[exfoliation]]
HTML_ROOT = /var/www/html/weewx/exfoliation
skin = exfoliation
enable = true
[[neowx]]
HTML_ROOT = /var/www/html/weewx/neowx
skin = neowx
enable = true
[[Washboard]]
HTML_ROOT = /var/www/html/weewx/Washboard
skin = Washboard
enable = true
[[StandardReport]]
# This is the old "Standard" skin. By default, it is not enabled.
#skin = Washboard
enable = false
Why is exfoliation not generating reports? Thanks.