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.

               <td class="stats_label">
                  On This Day<br/>
                  $day.dateTime.format("%b %d")
                </td>
                <td class="stats_data" style="font-size: 10pt;">
                #for $day in $this_span.periods
                   #if $day.dateTime.format("%Y")!=$year.dateTime.format("%Y")
                      $day.dateTime.format("%Y")<br/>
                      &nbsp; H: $day.outTemp.max &nbsp;&nbspL:
$day.outTemp.min<br/>
                      #if $day.rain.sum.raw is not None and
$day.rain.sum.raw >0.0
                         &nbsp Rain: $day.rain.sum<br/>
                      #end if
                   #end if
                #end for
                </td>



On Mon, Sep 9, 2024 at 2:54 PM Tom Keffer <tkef...@gmail.com> wrote:

> 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 the same place as its cousins, and assuming it is mentioned in
> skin.conf, then I suppose you would add a button for it on the bottom of
> index.html.tmpl template. In that case, the bottom of index.html.tmpl would
> contain something like this
>
>         <input type="button" value=$pgettext("Buttons","Current")
> onclick="openURL('index.html')" />
>         <input type="button" value=$pgettext("Buttons","Week")
> onclick="openURL('week.html')" />
>         <input type="button" value=$pgettext("Buttons","Month")
> onclick="openURL('month.html')" />
>         <input type="button" value=$pgettext("Buttons","Year")
> onclick="openURL('year.html')" />
>         <input type="button" value=$pgettext("Buttons","All time")
> onclick="openURL('alltime.html')" />
>
> where the highlighted line is added.
>
> But, there are a lot of assumptions there. You'll have to give us a lot
> more details to be sure.
>
> -tk
>
>
>
> On Mon, Sep 9, 2024 at 2:20 PM Monica Mulholland <dunbro...@gmail.com>
> wrote:
>
>> Ahm! Over 60 covers a lot of ground! :)...but you win the
>> burrito!.......anyway...back to the matter at hand....remind 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 6:50 PM Monica Mulholland <dunb...@gmail.com>
>>> wrote:
>>>
>>>> Yes, I just found the alltime template....being 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 wrote:
>>>>
>>>>> Of course. For example, the tag
>>>>>
>>>>> *$alltime.outTemp.max*
>>>>>
>>>>>
>>>>> will give the maximum temperature ever seen.
>>>>>
>>>>> It's all in the *Customization Guide
>>>>> <https://www.weewx.com/docs/5.1/custom/introduction/>*, in this case,
>>>>> section *Aggregation periods
>>>>> <https://www.weewx.com/docs/5.1/custom/cheetah-generator/#aggregation-periods>*.
>>>>> Be sure to read it.
>>>>>
>>>>> -tk
>>>>>
>>>>>
>>>>>
>>>>> On Sun, Sep 8, 2024 at 6:40 PM Monica Mulholland <dunb...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> 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 Sun, Sep 8, 2024 at 6:29 PM Monica Mulholland <dunb...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> 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 history. Does that make any more sense. I had to redo the HTML 
>>>>>>>> when I
>>>>>>>> had a crash and decided to change from a Pi3 to a Pi4....and somewhere
>>>>>>>> along the way (while setting up the new HTML sheet) I seem to have 
>>>>>>>> missed
>>>>>>>> out putting in the min/max buttons. Thank you for your help!
>>>>>>>>
>>>>>>>> On Monday 9 September 2024 at 11:58:27 UTC+12 Tom Keffer wrote:
>>>>>>>>
>>>>>>>>> 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. Maybe 
>>>>>>>>> along the
>>>>>>>>> side? And, min/max of what?
>>>>>>>>>
>>>>>>>>> On Sun, Sep 8, 2024 at 4:25 PM Monica Mulholland <
>>>>>>>>> dunb...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> 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.
>>>>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>>>>> send an email to weewx-user+...@googlegroups.com.
>>>>>>>>>> To view this discussion on the web visit
>>>>>>>>>> https://groups.google.com/d/msgid/weewx-user/95efbe46-d035-4514-9d2e-c2cec3056bffn%40googlegroups.com
>>>>>>>>>> <https://groups.google.com/d/msgid/weewx-user/95efbe46-d035-4514-9d2e-c2cec3056bffn%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 weewx-user+...@googlegroups.com.
>>>>>>>>
>>>>>>> To view this discussion on the web visit
>>>>>>>> https://groups.google.com/d/msgid/weewx-user/76f2f44c-97ed-4d72-9e70-d4de431d40e3n%40googlegroups.com
>>>>>>>> <https://groups.google.com/d/msgid/weewx-user/76f2f44c-97ed-4d72-9e70-d4de431d40e3n%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 weewx-user+...@googlegroups.com.
>>>>>>
>>>>> To view this discussion on the web visit
>>>>>> https://groups.google.com/d/msgid/weewx-user/01ee1bac-18ec-4cb2-9f53-7aa319810de7n%40googlegroups.com
>>>>>> <https://groups.google.com/d/msgid/weewx-user/01ee1bac-18ec-4cb2-9f53-7aa319810de7n%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 weewx-user+...@googlegroups.com.
>>>>
>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/weewx-user/f65139ca-f28d-42c1-8b59-849f00d5c454n%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/weewx-user/f65139ca-f28d-42c1-8b59-849f00d5c454n%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 weewx-user+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/1ae3f27a-4ee1-4c57-9054-f377fdf084cdn%40googlegroups.com
>> <https://groups.google.com/d/msgid/weewx-user/1ae3f27a-4ee1-4c57-9054-f377fdf084cdn%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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/CAPq0zEC2LMdKPX-Cb8HxGkHbMxkE5Re%2B1rYHnJPty83LGpRLRQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/weewx-user/CAPq0zEC2LMdKPX-Cb8HxGkHbMxkE5Re%2B1rYHnJPty83LGpRLRQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Peter Quinn
(415)794-2264

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAA1SM22DAmKF7t1tz6Qr4zBr-Ag_jVoZVZQq8VP3AvH6ZB_PtQ%40mail.gmail.com.

Reply via email to