On Tuesday, February 12, 2019 at 4:20:35 AM UTC-5, Wiggytoo wrote: > > Another dumb question, I can see how you tell each report which skin to > use, but which setting tells the website which skin to use? >
a skin is a collection of template files (.html.tmpl, .rss.tmpl, etc) and assets (.png, .gif, .css, .js, .etc) a report is a set of parameters applied to a skin a single skin can be used by any number of reports each report has a parameter HTML_ROOT that indicates where the output should go. if the web server is on the same machine as weewx, the output is typically directed to somewhere within the document root (htdocs) hierarchy of the web server. another option is to use ftp, sftp, ftps, or rsync to copy the report to whatever remote server the web server is running on. to enable a report, set 'enable=true' in the report's stanza in the [StdReport] section of your weewx configuration file enable=false will disable it the user guide and customization guide cover this, but maybe not all in one section? m -- 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]. For more options, visit https://groups.google.com/d/optout.
