I want the days by month above 25ºC this year.
i have in the skin.conf of the skin seasons
[[[yeardias25]]]
[[[[outTemp]]]]
label = 25
plot_type = bar
aggregate_type = max_ge((25.0,"degree_C"))
aggregate_interval = month
i get an error
Jun 10 17:25:26 raspberrypi weewx[757] ERROR weewx.reportengine: Failed to read skin configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport': Parse error in value at line 852.
Jun 10 17:25:26 raspberrypi weewx[757] ERROR weewx.reportengine: Syntax error: Parse error in value at line 852.
Jun 10 17:25:26 raspberrypi weewx[757] ERROR weewx.reportengine: **** Report ignored
the line 852 is aggregate_type... where i get the error