--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/iIYvDOC5-Oo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/26991640-f2b8-46f8-a945-927af571fdbcn%40googlegroups.com.
Jeff perhaps I misinterpreted what you wanted. I was thinking you wanted some web based way to pick a date from a calendar picker or by entering a date in a form then clicking ok. That would need some code to enhance the skin.
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 weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/d41d9d03-de03-4f61-8d0d-8e171fd95ceen%40googlegroups.com.
I’ll take a look at these. Thanks.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/93906529-5af7-4397-b1e0-c547689666b6n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/2b4701dd192b%24b6af1ac0%24240d5040%24%40gmail.com.
I do appreciate the input here. I am finding myself getting confused about handling multiple skins in WeeWx, so I’m going to pull back, dig into the documentation, and get a better handle on this.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/53DA5BC7-2E49-4402-991D-569DB2597E14%40gmail.com.
OK, so if you’re only using one skin, say Seasons, and you don’t have an HTML_ROOT option defined in the [[SeasonsReport]] section, then the Seasons report is going to dump its output into the generic HTML_ROOT as defined at the [StdReport] level. If I have multiple skins defined, then each needs its own HTML_ROOT. For Seasons I could set HTML_ROOT=/var/www/html/weewx/seasons. Then, from a user perspective, I’d access this report by going to http://<server>/weewx/seasons. Same for other reports.
Now if I do that and I don’t have any reports writing to the general HTML_ROOT (/var/www/html/weewx), then if I browse to http://<server>/weewx, I’m just going to get a listing of the various directories there. Is the idea that I handcraft some HTML to put in that directory as the index file that lists my supported skins with links to each? Or is there some way to have WeeWx manage that automatically?
Sorry for all the dumb questions. I truly appreciate the assistance here!
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/545766fb-006d-4f83-a314-5d81e62c80acn%40googlegroups.com.