> > 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/CAGTinV6xU%2BDGVKPKYcvwoFHXeJ1G__LzeT58MxYO%3DX%2BJPvr1dg%40mail.gmail.com.
