The table data is working fine. As a header to the Yesterday page, I notice
<h2>Yesterday's Wx Summary</h2>
<h2>$yesterday.dateTime</h2>
.
the tag yesterday doesn't seem to exist in .dateTime; I was expecting it to
give Yesterday's date. Of course :)
Also, I'm not sure the image generator is building the images.
skin.conf excerpt:
[[yesterday_images]]
x_label_format = %d
bottom_label_format = %x %H:%M
time_length = 97200 # == 27 hours
[[[yesterdaybarometer]]]
[[[[barometer]]]]
[[[yesterdaytempdew]]]
[[[[outTemp]]]]
[[[[dewpoint]]]]
yesterday.html.tmpl excerpt:
<div class="header">
<h3>Yesterday Statistics and Plots</h3>
</div>
<div id="plots">
<img src="yesterdaytempdew.png" alt="temperatures" />
<img src="yesterdayrain.png" alt="rain" />
<img src="yesterdaywind.png" alt="wind" />
<img src="yesterdaybarometer.png" alt="barometer"/>
<img src="yesterdaywinddir.png" alt="Hi Wind" />
<img src="yesterdayinside.png" alt="Inside" />
<img src="yesterdayDnldSpd.png" alt="Download" />
#if $week.extraTemp1.has_data
<img src="weekpond.png" alt="Pond Temperatures" />
#end if
</div>
Hope I'm not expecting too much. /var/log/weewx doesn't show any complaints
(default debug)
Phil
On Wednesday, April 15, 2020 at 11:26:58 PM UTC+2, Messy Potamia wrote:
>
> Okay thanks, I'll try that.
>
>
> On Wednesday, April 15, 2020 at 10:07:44 PM UTC+2, gjr80 wrote:
>>
>> Ah, OK, I have some notes for how to make similar changes to Seasons that
>> could serve as a simple checklist. Standard should not be too hard, in a
>> nutshell you just need to:
>>
>> 1. Create a yesterday.html.tmpl. I would base this off week.html.tmpl
>> 2. Change $week to $yesterday in yesterday.html.tmpl
>> 3. Change a couple of heading from Week to Yesterday
>> 4. In skin.conf add yesterday plots
>> 5. Change yesterday.html.tmpl to use your yesterday plots
>> 6. You might want to remove the 'This Month' panel, just remove the
>> applicable div in its entirety (starts around line 201 in the template)
>> 6. Add some navigation by adding a 'yesterday' button to each of the
>> other .html.tmpl templates in the skin (look at the navbar div in the
>> template)
>> 7. Add yesterday.html.tmpl to skin.conf so it is generated
>>
>> Maybe one or two others but they will show up once you get the basic page
>> going. If you work through the template looking for week specific things
>> and changing them to yesterday you should be 90% there.
>>
>> Just remember backup what works.
>>
>> Gary
>>
>> On Thursday, 16 April 2020 05:30:30 UTC+10, Messy Potamia wrote:
>>>
>>> Standard. I saw it on someone's Seasons page and thought I'd like it but
>>> on my Std page here. My other system although it has Seasons will stay
>>> without it for now as it's across the ocean.
>>>
>>> PH
>>>
>>> On Wed, Apr 15, 2020, 12:54 gjr80 <[email protected]> wrote:
>>>
>>>> Which skin, Seasons or Standard?
>>>>
>>>> Gary
>>>>
>>>> --
>>>> 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/QoUlovvIZoI/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to
>>>> [email protected].
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/weewx-user/03c147d6-3ffc-466a-805f-7457c07ead37%40googlegroups.com
>>>> .
>>>>
>>>
--
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 on the web visit
https://groups.google.com/d/msgid/weewx-user/dfa38211-d423-42ce-867c-82e7e3de5a3f%40googlegroups.com.