Pat, I think there is an error in the month chart. The NOAA data does not 
match the chart. Neither the minims nor the maxims. 
You can see with the images that I send that the NOAA data does not match 
the graph.
The section of graph.conf
[month]
    # Chart Timespan Defaults
    title = "Este Mes"
    show_button = true
    button_text = "Mes"
    type = spline
    time_length = 2592000 # Last 30 days
    tooltip_date_format = "dddd LL"
    aggregate_type = max
    aggregate_interval = 86400 # 1 day
    gapsize = 86400000 # 1 day in milliseconds

    [[chart1]]
        title = Temperatura
        [[[outTemp]]]
            zIndex = 1
            name = Max Temperature
            color = red
        [[[outTemp_min]]]
            name = Min Temperature
            observation_type = outTemp
            aggregate_type = min
            color = "#7cb5ec"

-- 
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/6ff621ac-674e-4b60-aba9-86732cfe903d%40googlegroups.com.

Reply via email to