Yeah, what I was looking for was something like what Weather Underground has. There you have a "Weather History" section that lets you select a date and it'll show the high/low/average for temperature, dew point, humidity, etc.
- Jeff On Saturday, July 18, 2026 at 10:10:53 AM UTC-7 Vince Skahan wrote: > When Jeff asked about Seasons skin specifically and statistics I > interpreted that to mean text key/value pairs ala the data on the left hand > side of the Seasons skin. So I was thinking some javascript addition to > view a generated alternate statistics.inc file or the like. > > But yes Belchertown original + the newer fork both let you scroll nicely > in their graphs. Unfortunately you can only scroll backward one item at a > time which (to me) isn't what he was asking about. > > On Saturday, July 18, 2026 at 12:57:11 AM UTC-7 John Smith wrote: > >> 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. >> >> >> It would be more efficient to use a javascript graphing library like >> Highcharts and have it plot data instead of pre-rendering a lot of static >> graph images. >> >> I believe this is the direction they went with the new Belchertown skin. >> It's just a matter of exposing suitable data and letting the browser do all >> rendering. >> >> On Sat, 18 Jul 2026 at 02:30, Vince Skahan <[email protected]> wrote: >> >>> 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. >>> >>> Running weectl from the shell gets you ireports as of that specified >>> date but when weewxd runs the normal reports the next time it’ll revert to >>> current info. >>> >>> On Friday, July 17, 2026 at 6:16:28 AM UTC-7 Jeff Allison wrote: >>> >>>> OK. Thanks for the input! >>>> >>>> - Jeff >>>> >>>> On Thu, Jul 16, 2026 at 2:53 PM Jeff A. D. <[email protected]> wrote: >>>> >>>>> You could run a report for any date. For instance >>>>> >>>>> sudo weectl report run --date=2026-01-02 --time=00:00 >>>>> >>>>> would run a report for New Year's day of this year. >>>>> >>>>> On Thursday, July 16, 2026 at 11:13:12 AM UTC-6 Vince Skahan wrote: >>>>> >>>>>> Weewx generates a variety of predefined static web pages when the >>>>>> reports periodically run. >>>>>> >>>>>> If you want something much more generic that would let you pick ‘any’ >>>>>> date of your choosing then you’d have to write some custom code to >>>>>> make that happen… >>>>>> >>>>>> On Thursday, July 16, 2026 at 9:23:30 AM UTC-7 Jeff Allison wrote: >>>>>> >>>>>>> I think I must be missing something obvious, but I can't figure out >>>>>>> how to display data for a specific date in the Seasons skin. I can see >>>>>>> statistics for the current day, and I can see how to bring up the NOAA >>>>>>> reports, but how do I pull up statistics for yesterday or any arbitrary >>>>>>> date? >>>>>>> >>>>>>> This is Seasons 5.0.2. >>>>>>> >>>>>>> Thanks! >>>>>>> >>>>>>> - Jeff >>>>>>> >>>>>> -- >>>>> 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 >>>>> [email protected]. >>>>> To view this discussion visit >>>>> https://groups.google.com/d/msgid/weewx-user/26991640-f2b8-46f8-a945-927af571fdbcn%40googlegroups.com >>>>> >>>>> <https://groups.google.com/d/msgid/weewx-user/26991640-f2b8-46f8-a945-927af571fdbcn%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> >>>> -- >>> >> 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/d41d9d03-de03-4f61-8d0d-8e171fd95ceen%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/weewx-user/d41d9d03-de03-4f61-8d0d-8e171fd95ceen%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- 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/715dc6b0-e305-41fb-9184-d8014a5f2763n%40googlegroups.com.
