On v1.7 of Belchertown, I added more graphs, one of which is "Rain Totals" 
https://www.woodlands-weather.co.za/weewx/belchertown/graphs/?graph=raintotals

I cannot get the "Rain Totals" graphs or rather *charts*, to display in 
new-belchertown v2.0

I started a process of elimination. 
I only added [raintotals] to the original charts.conf AND THEN adding 
individual charts below raintotals one by one.
*The below works:*
[raintotals]
    title = Rain Totals by Period
    show_button = true
    button_text = Rain Totals
    type = column
    time_length = all
    aggregate_type = sum
    aggregate_interval = 86400
 
    [[raintoday]]
        title = "Rain Today"
        subtitle = "5-minute intervals + cumulative total"
        type = column
        time_length = today
        gapsize = 300
        aggregate_type = sum
        aggregate_interval = 300
        tooltip_date_format = "HH:mm"
        [[[rain]]]
            name = "Rain per 5 min (mm)"
            color = "#438bd6"
            yAxis_min = 0
        [[[rainTotal]]]
            name = "Cumulative Rain Today (mm)"
            type = line
            color = "#ff0000"
            zIndex = 3
            yAxis = 1

*The below does not work:*
    [[rainthisweek]]
        title = "Rain This Week"
        subtitle = "Hourly bars + cumulative total (Mon–Sun)"
        type = column
        time_length = week
    #    time_length = 604800 *(I tried this too)*
        gapsize = 3600
        aggregate_type = sum
        aggregate_interval = 3600
        tooltip_date_format = "dddd HH:mm"
        [[[rain]]]
            name = "Rain per hour (mm)"
            color = "#438bd6"
            yAxis_min = 0
        [[[rainTotal]]]
            name = "Cumulative Rain This Week (mm)"
            type = line
            color = "#ff0000"
            zIndex = 3
            lineWidth = 3

Could this be a bug?

On Friday, 5 June 2026 at 01:01:34 UTC+2 [email protected] wrote:

>
> will not work on Safari - schade.
>
>
> [image: Bildschirmfoto 2026-06-05 um 00.57.48.png]
>
>
>
> uajqq schrieb am Dienstag, 2. Juni 2026 um 23:13:44 UTC+2:
>
>> New Belchertown (the updated fork of the original Belchertown) v2.0 is 
>> now out with a refreshed card-based layout and tons of new features. Let me 
>> know what you think!
>>
>> https://github.com/uajqq/weewx-belchertown-new
>>
>> Example site: https://www.uajqq.com/new-belchertown
>>
>

-- 
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 visit 
https://groups.google.com/d/msgid/weewx-user/23a2ac77-b0e8-4934-88bf-abde364a8725n%40googlegroups.com.

Reply via email to