>From your note, it wasn't clear where your second skin lives, so let's use the example <http://weewx.com/docs/customizing.htm#_________Overriding_options_in_skin.conf_from_weewx.conf_______> from the Customizing Guide. In this example, the USReport ends up in public_html, with the MetricReport underneath it, in the subdirectory public_html/MetricReport
Say you wanted to FTP only MetricReport, but not USReport. Your FTP section would look like: [[FTP]] skin = Ftp ... HTML_ROOT = public_html/MetricReport The FTP report recursively sends everything from public_html/MetricReport downward. Because the US Report is above it, in public_html, it will not be sent. If you wanted to do it the other way around, that is, send only USReport and not MetricReport, you would have to either reverse their positions, or put the two reports in completely different subdirectories, say public_html/US and public_html/MetricReport. Hope this helps. -tk On Sat, Jan 27, 2018 at 1:26 PM, plock yaa <[email protected]> wrote: > Hi Tom, > > That's exactly what I was looking for. Thanks. My bad I did not see it in > the documentation. Works great now. > > Now, is it possible to use an alternative/different skin for the data to > be published on the external web server? I added the following in weewx.conf > > [[WebReport]] > skin = StandardWeb > HTML_ROOT = /var/www/html/web > > and copied skins/Standard into skins/StandardWeb and started to edit > index.html.tmpl. > > Unfortunately, it looks like only Standard is being taken into account by > the engine. Any hint, if possible, on how to use 2 different skins, one for > local and one for the external webpage? > > -- > 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. > -- 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.
