Re: [weewx-user] Min/Max

2024-09-12 Thread gjr80
Appreciated. One thing I don't think is mentioned in the linked thread (but you must have worked it out since you previously got alltime tags working) is you will need to tell the Standard skin to load the xstats search list. You do this by adding a line to the Standard skin.conf: [CheetahGene

Re: [weewx-user] Min/Max

2024-09-12 Thread Monica Mulholland
Well ThankYou*10^100 On Thursday 12 September 2024 at 13:52:19 UTC+12 gjr80 wrote: > The problem is the extension installer is not finding the xstats extension > files in /usr/share/doc/weewx/examples/xstats. Creating the directory > just creates an empty directory but none of the xstats files

Re: [weewx-user] Min/Max

2024-09-11 Thread gjr80
The problem is the extension installer is not finding the xstats extension files in /usr/share/doc/weewx/examples/xstats. Creating the directory just creates an empty directory but none of the xstats files will be present. I know the readme says /usr/share/doc/weewx/examples/xstats, but have a l

Re: [weewx-user] Min/Max

2024-09-11 Thread Monica Mulholland
I even created the directory and it still could not find it?!?!? On Wednesday 11 September 2024 at 23:10:35 UTC+12 Monica Mulholland wrote: > Hmm! found it ...but > > weatherpi@weatherpi:~ $ sudo weectl extension install > /usr/share/doc/weewx/examples/xstats > > Using configuration file /et

Re: [weewx-user] Min/Max

2024-09-11 Thread Monica Mulholland
Hmm! found it ...but weatherpi@weatherpi:~ $ sudo weectl extension install /usr/share/doc/weewx/examples/xstats Using configuration file /etc/weewx/weewx.conf Install extension '/usr/share/doc/weewx/examples/xstats' (y/n)? y Traceback (most recent call last): File "/usr/share/weewx/weectl

Re: [weewx-user] Min/Max

2024-09-11 Thread Monica Mulholland
Thank you Gary, do you have a favorite charity? I would like to make a donation to it for your constant helpfulness and kindness. You folks at weewx are indeed one of a kind! On Wednesday 11 September 2024 at 20:54:41 UTC+12 gjr80 wrote: > Some comments below. > > Gary > > On Wednesday 11 Septe

Re: [weewx-user] Min/Max

2024-09-11 Thread gjr80
Some comments below. Gary On Wednesday 11 September 2024 at 17:25:25 UTC+10 dunb...@gmail.com wrote: Thanks Gary, sorry to bother you yet again with the same problem..having read back through our correspondence in 2019...(i can't believe I was clever enough to do this back thenI cert

Re: [weewx-user] Min/Max

2024-09-10 Thread gjr80
Had a quick look at those files and they should be fine, or if not pretty close to the mark. index.html.tmpl has the code for a 'Max/Min' button and alltime.html.tmpl appears to have all the correct $alltime tags. See how you go. Then once its working make a backup copy of you skins directory an

Re: [weewx-user] Min/Max

2024-09-10 Thread Monica Mulholland
Thanks for that! I have found these two files from 2019...hopefully they are the correct onesas they are from 2019 (according to the time stamp!) On Tuesday 10 September 2024 at 17:40:35 UTC+12 gjr80 wrote: > On Tuesday 10 September 2024 at 14:32:20 UTC+10 dunb...@gmail.com wrote: > > see w

Re: [weewx-user] Min/Max

2024-09-09 Thread gjr80
On Tuesday 10 September 2024 at 14:32:20 UTC+10 dunb...@gmail.com wrote: see what I mean about being (well) over 60! Tell me about it, almost but not quite there yet! alltime.html.tmpl is what you want, hopefully it's a recent copy. While you're looking see if you have an old copy of index.h

Re: [weewx-user] Min/Max

2024-09-09 Thread Monica Mulholland
Thank you for that Gary, much appreciatedI had forgotten all about that.see what I mean about being (well) over 60! I will work through it. I have found in my backup files alltime.html and alltime.html.tmplbut have not had time to look into them yet! On Tuesday 10 September 2024 at

Re: [weewx-user] Min/Max

2024-09-09 Thread gjr80
I seem to remember helping you with this a few years ago, if you are still using the Standard skin this thread may help. You would have to work through manually to reconstruct your page, but I guess that is the price you have

Re: [weewx-user] Min/Max

2024-09-09 Thread p q
I don't know if this is helpful or not. I use the standard skin and I have a section where it pulls out the min/max temperature for the current day of the year. And rain, if there was any. On This Day $day.dateTime.format("%b %d")

Re: [weewx-user] Min/Max

2024-09-09 Thread Tom Keffer
There is no alltime template that comes with the Standard skin, so if you have one in hand, you must have obtained it from someplace else. If it follows the same pattern as the "day", "week", "month", and "year" templates, and assuming it is named "alltime.html.tmpl", and assuming it is located in

Re: [weewx-user] Min/Max

2024-09-09 Thread Monica Mulholland
Ahm! Over 60 covers a lot of ground! :)...but you win the burrito!...anyway...back to the matter at handremind me, please, how to call the alltime template from the standard template? On Tuesday 10 September 2024 at 01:36:10 UTC+12 Tom Keffer wrote: > I'm 72. > > On Sun, Sep 8, 2024 at

Re: [weewx-user] Min/Max

2024-09-09 Thread Graham Eddy
vintage wine - improves with age ⊣GE⊢ > On 9 Sep 2024, at 11:35 PM, Tom Keffer wrote: > > I'm 72. -- 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+uns

Re: [weewx-user] Min/Max

2024-09-09 Thread Tom Keffer
I'm 72. On Sun, Sep 8, 2024 at 6:50 PM Monica Mulholland wrote: > Yes, I just found the alltime templatebeing over 60, my memory is not > as good as it was! See attached.how do I call that sheet from the main > HTML sheet? > > On Monday 9 September 2024 at 13:46:32 UTC+12 Tom Keffer wrot

Re: [weewx-user] Min/Max

2024-09-08 Thread Tom Keffer
Of course. For example, the tag *$alltime.outTemp.max* will give the maximum temperature ever seen. It's all in the *Customization Guide *, in this case, section *Aggregation periods

Re: [weewx-user] Min/Max

2024-09-08 Thread Monica Mulholland
Hmm! Is there a way of interrogating the data to find min/max temp, rainfall etc.of the history? On Monday 9 September 2024 at 13:34:34 UTC+12 Tom Keffer wrote: > That does not sound familiar. You must have been using a 3rd party skin. > > Maybe it triggers somebody else's memory...? > > On

Re: [weewx-user] Min/Max

2024-09-08 Thread Tom Keffer
That does not sound familiar. You must have been using a 3rd party skin. Maybe it triggers somebody else's memory...? On Sun, Sep 8, 2024 at 6:29 PM Monica Mulholland wrote: > Apologies for that confusion. I should have been more clear. In a previous > version of my HTML sheet, (an example of w

Re: [weewx-user] Min/Max

2024-09-08 Thread Monica Mulholland
Apologies for that confusion. I should have been more clear. In a previous version of my HTML sheet, (an example of which I do not have any more)...at the bottom of the sheet, along with the week, month, year was a button which would allow one to look at the global min or max for all of the his

Re: [weewx-user] Min/Max

2024-09-08 Thread Tom Keffer
Monica, you are being very vague. Which previous version of the html output? You're making us look through your emails trying to figure out what you're referring to. Attach it! Don't know what you mean by min/max at the bottom. None of the WeeWX skins include a min/max of anything along the bottom

[weewx-user] Min/Max

2024-09-08 Thread Monica Mulholland
In my previous version of the html output, I had a min/max at the bottom along with month, year, day etc. - see attached. Can somebody please remind me how how to find how/where to turn this on. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. T