Untested.....but......

The Seasons skin uses:
    [[year_images]]
        x_label_format = %m
        bottom_label_format = %x %X
        time_length = 31536000 # 365 days
        aggregate_type = avg
        aggregate_interval = 1d
        show_daynight = false

The Standard skin uses:
    [[year_images]]
        x_label_format = %m/%d
        bottom_label_format = %x %X
        time_length = 365d
        aggregate_type = avg
        aggregate_interval = 1d
        show_daynight = false

The Belchertown graphs.conf uses:
[year]
    # Chart Timespan Defaults
    title = "This Year"
    show_button = true
    button_text = "Year"
    type = spline
    time_length = year
    tooltip_date_format = "dddd LL"
    aggregate_type = max
    aggregate_interval = 86400 # 1 day
    gapsize = 86400000 # 1 day in milliseconds

I don't know if time_length in seconds or days or year all end up in the 
same result for Belchertown specifically, but I'd try making your 
graphs.conf for Belchertown look like either of the weewx default skins and 
see if that works.  I've found that messing with Belchertown sometimes 
requires a weewx stop/restart,  so I'd recommend that just in case.

Worth a try.

On Sunday, January 5, 2025 at 8:31:58 AM UTC-8 lecoqacr...@gmail.com wrote:

> Is it possible to have a running 12 month period showing last 12 months 
> graph and not the yearly graph only for the Belchertown Skin? Below is the 
> graphs.conf for this section.
>
> title = "Climatological Values since weather station startup"
>     show_button = true
>     button_text = Climate
>     type = spline
> #    time_length = year_specific
>     time_length = all 
> #    year_specific = 2023
>     aggregate_type = max
>     aggregate_interval = 86400 # 1 day
>     gapsize = 86400000
>     xAxis_groupby = month
>     xAxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 
> 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>
> I had searched but only found the ability to do specific days,weeks or 
> months. I am interested in a running 12 month period showing last 12 months 
> regardless to where we are in the year without being limited to a yearly 
> display showing only the present year.
> Thank you for weewx and all of the support.
> Tim
>

-- 
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 visit 
https://groups.google.com/d/msgid/weewx-user/d74eefb7-6a97-40df-8b0f-064136e12d57n%40googlegroups.com.

Reply via email to