Thanks! I've been drinking a lot of it lately with my 2 month old and my 2 
year old :) Sleep will get back to normal again, right?

Ok I think I understand now. The time_length 
<https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation#time_length>of
 
"month" or "week" will begin on the 1st day of the month, or Sunday. You 
want time_length =  604800 - this is the number of seconds for the last 7 
days.  Adjust to however many seconds in the past you want to show. 

The code below will give the result attached

[raintotals]
    title = Rain Totals by Month
    show_button = true
    button_text = Rain Totals
    type = column
    time_length = 604800
    aggregate_type = max
    aggregate_interval = 86400 # 1 day

    [[raindaytotals]]
        title = Historical Rain Totals For The Last 7 Days
        xAxis_groupby = day
        [[[rainTotal]]]
            name = Rain Total
            

On Tuesday, June 9, 2020 at 5:49:43 PM UTC-4 [email protected] wrote:

>
> I just bought you a cup of coffee.  Thanks for the great skin and support!
>

-- 
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/27f31028-1f88-4fd7-aa74-1ff1e91f49acn%40googlegroups.com.

Reply via email to