Thanks for the info.
Where would I change the 
$week to $span($day_delta=7)

In the actual report file, in my case hilo.inc or in some definition 
elsewhere to set the aggravation period?
I have tried it in hilo.inc 
changing:-
#set $archive_data = [('day', $day), ('week', $week), ('month', $month), 
('year', $year), ('rainyear', $rainyear)]
to:
#set $archive_data = [('day', $day), ('week', $span($day_delta=7)), 
('month', $month), ('year', $year), ('rainyear', $rainyear)]
but it causes syntax errors.
So where would I change the definition of $week to a rolling 7 day period?
Regards
Phil

On Tuesday, September 1, 2020 at 12:36:02 PM UTC+1 [email protected] wrote:

> → see $span($day_delta=7) for rolling 7 days (vs $week for since start of 
> week)
>
> On 1 Sep 2020, at 7:27 am, Tom Keffer <[email protected]> wrote:
>
> NB: The weekly statistics start *Sunday*. It is not the same as "last 7 
> days."
>
>
>

-- 
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/97602bc2-65a0-4e3b-a9d2-782f77d605fen%40googlegroups.com.

Reply via email to