Place the code I've pasted to you beneath the Solarstrahlung chart you've 
created. 

   [[avgclimatethisyear]]
        title = "Average Climatological Values for This Year"
        type = spline
        time_length = year
        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'
        [[[outTemp]]]
            zIndex = 2
            name = Max Temperature
            color = red
        [[[outTemp_min]]]
            name = Min Temperature
            observation_type = outTemp
            aggregate_type = min
            zIndex = 2
        [[[rainTotal]]]
            name = Rain Total
            type = column
            yAxis = 1
            zIndex = 0
            color = "#268bd2"

On Monday, March 23, 2020 at 11:00:16 AM UTC-4, Meteo Oberwallis wrote:
>
> Hello Pat.
>
> I would like to insert the year graph "Average Climatological Values for This 
> Year" at the bottom right next to the solar. However, how do I do that. What 
> does the code look like?
>
>
>
> Am Montag, 23. März 2020 14:21:58 UTC+1 schrieb Pat:
>>
>> You need to provide more information, such as the error, your skin.conf 
>> config for your homepage graph group, etc. More information the better. 
>>
>> On Monday, March 23, 2020 at 4:46:29 AM UTC-4, Meteo Oberwallis wrote:
>>>
>>> Hi there. 
>>> Sorry for the stupid question. That would be under the "tab" homepage. If I 
>>> use this now, then weewx gives an error message.
>>>
>>> [homepage]
>>>     # Chart Timespan Defaults
>>>     title = "Homepage"
>>>     show_button = true
>>>     button_text = "Homepage"
>>>     time_length = today
>>>     tooltip_date_format = "LLL"
>>>     gapsize = 300000 # This should be your archive_interval from weewx.conf 
>>> multiplied by 1000 to get milliseconds. Standard is 5 minutes
>>>
>>>     [[chart1]]
>>>         title = Temperatur
>>>         [[[outTemp]]]
>>>             zIndex = 1
>>>             name = Temperatur
>>>             color = lightblue
>>>         [[[dewpoint]]]
>>>             color = purple
>>>         title = Temperatur
>>>         [[[outHumidity]]]
>>>             yAxis = 1
>>>             color = "#ffc83f"
>>>     time_length = today
>>>     tooltip_date_format = "LLL"
>>>     gapsize = 300000 # This should be your archive_interval from weewx.conf 
>>> multiplied by 1000 to get milliseconds. Standard is 5 minutes
>>>
>>>     [[chart1]]
>>>         title = Temperatur
>>>         [[[outTemp]]]
>>>             zIndex = 1
>>>             name = Temperatur
>>>             color = lightblue
>>>         [[[dewpoint]]]
>>>             color = purple
>>>         title = Temperatur
>>>         [[[outHumidity]]]
>>>             yAxis = 1
>>>             color = "#ffc83f"
>>>
>>>
>>> It should be inserted here now?
>>>
>>> Thx for Help
>>>
>>>
>>>
>>> Am Sonntag, 22. März 2020 18:39:19 UTC+1 schrieb Pat:
>>>>
>>>> Yes, place it under the section you have defined for 
>>>> highcharts_homepage_graphgroup 
>>>>
>>>> <https://github.com/poblabs/weewx-belchertown/blob/master/skins/Belchertown/skin.conf#L30>
>>>>
>>>> On Sunday, March 22, 2020 at 1:36:18 PM UTC-4, Meteo Oberwallis wrote:
>>>>>
>>>>> Ok thanks.
>>>>>
>>>>> Can I install the current graphics on the Belchertown homepage? What 
>>>>> code? I have to replace the [day]? Or how does it work?
>>>>>
>>>>> thanks
>>>>>
>>>>>
>>>>> Am Sonntag, 22. März 2020 18:15:19 UTC+1 schrieb Pat:
>>>>>>
>>>>>> This is exactly how I have it in my graphs.conf. Which is the same as 
>>>>>> the wiki and the example.
>>>>>>
>>>>>> [day]
>>>>>>     title = Today since Midnight
>>>>>>     show_button = true
>>>>>>     button_text = Today
>>>>>>     time_length = today
>>>>>>     gapsize = 300000
>>>>>>
>>>>>>
>>>>>>     [[avgclimatethisyear]]
>>>>>>         title = "Average Climatological Values for This Year"
>>>>>>         type = spline
>>>>>>         time_length = year
>>>>>>         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'
>>>>>>         [[[outTemp]]]
>>>>>>             zIndex = 2
>>>>>>             name = Max Temperature
>>>>>>             color = red
>>>>>>         [[[outTemp_min]]]
>>>>>>             name = Min Temperature
>>>>>>             observation_type = outTemp
>>>>>>             aggregate_type = min
>>>>>>             zIndex = 2
>>>>>>         [[[rainTotal]]]
>>>>>>             name = Rain Total
>>>>>>             type = column
>>>>>>             yAxis = 1
>>>>>>             zIndex = 0
>>>>>>             color = "#268bd2"
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Sunday, March 22, 2020 at 1:12:43 PM UTC-4, Meteo Oberwallis wrote:
>>>>>>>
>>>>>>> Hello
>>>>>>>
>>>>>>> It should appear that way
>>>>>>>
>>>>>>>
>>>>>>> Am Sonntag, 22. März 2020 18:08:26 UTC+1 schrieb p q:
>>>>>>>>
>>>>>>>> The problem with your graph isn't obvious to me. What's wrong with 
>>>>>>>> it?
>>>>>>>>
>>>>>>>> On Sun, Mar 22, 2020 at 9:57 AM Meteo Oberwallis <
>>>>>>>> [email protected]> wrote:
>>>>>>>>
>>>>>>>>> Hello everybody.
>>>>>>>>>
>>>>>>>>> Can someone please help me with this problem? Why is this graphic not 
>>>>>>>>> displayed correctly?
>>>>>>>>>
>>>>>>>>> Thanks for Help
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Am Dienstag, 17. März 2020 11:18:53 UTC+1 schrieb Meteo Oberwallis:
>>>>>>>>>>
>>>>>>>>>> Hello Pat.
>>>>>>>>>>
>>>>>>>>>> I have this in my Code under the Option [day]:
>>>>>>>>>>
>>>>>>>>>> [[avgclimatethisyear]] 
>>>>>>>>>>
>>>>>>>>>>         title = "Average Climatological Values for This Year"
>>>>>>>>>>         type = spline
>>>>>>>>>>         time_length = year
>>>>>>>>>>         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'
>>>>>>>>>>         [[[outTemp]]]
>>>>>>>>>>             zIndex = 2
>>>>>>>>>>             name = Max Temperature
>>>>>>>>>>             color = red
>>>>>>>>>>         [[[outTemp_min]]]
>>>>>>>>>>             name = Min Temperature
>>>>>>>>>>             observation_type = outTemp
>>>>>>>>>>             aggregate_type = min
>>>>>>>>>>             zIndex = 2
>>>>>>>>>>         [[[rainTotal]]]
>>>>>>>>>>             name = Rain Total
>>>>>>>>>>             type = column
>>>>>>>>>>             yAxis = 1
>>>>>>>>>>             zIndex = 0
>>>>>>>>>>             color = "#268bd2"
>>>>>>>>>>
>>>>>>>>>> This is the result:
>>>>>>>>>>
>>>>>>>>>> [image: Unbenannt.JPG]
>>>>>>>>>>
>>>>>>>>>> Its not right? Who is my Problem? Can i more this graphs from 
>>>>>>>>>> Year 2019, 2018 etc. under this graphs?
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Thanks for Help
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Am Freitag, 13. März 2020 13:59:01 UTC+1 schrieb Pat:
>>>>>>>>>>>
>>>>>>>>>>> Examples like this and many others are in the Belchertown 
>>>>>>>>>>> Charts Wiki 
>>>>>>>>>>> <https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation>.
>>>>>>>>>>>  
>>>>>>>>>>> Just go to the Examples section. 
>>>>>>>>>>>
>>>>>>>>>>> On Friday, March 13, 2020 at 2:27:54 AM UTC-4, Meteo Oberwallis 
>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Hi there.
>>>>>>>>>>>> I have seen this page and I like it very much. Now I wanted to ask 
>>>>>>>>>>>> how to create this page "Climate" so that I can display all past 
>>>>>>>>>>>> years there.
>>>>>>>>>>>> Ich habe bereits schon eine "Climate" Seite, dort wird aber immer 
>>>>>>>>>>>> nur eine Grafik angezeigt.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Am Samstag, 1. Juni 2019 18:57:56 UTC+2 schrieb Pat:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Belchertown skin 1.0 is released!
>>>>>>>>>>>>>
>>>>>>>>>>>>> This update contains a lot of updates and changes including *an 
>>>>>>>>>>>>> entire rewrite of the Highcharts system* which allows you to 
>>>>>>>>>>>>> make almost any graph you want for almost any time span you want. 
>>>>>>>>>>>>> You can 
>>>>>>>>>>>>> see some examples of the charts you can make on the 
>>>>>>>>>>>>> BelchertownWeather.com 
>>>>>>>>>>>>> website graphs page 
>>>>>>>>>>>>> <https://belchertownweather.com/graphs/?graph=all>.
>>>>>>>>>>>>>
>>>>>>>>>>>>> You can add/remove/change/reorder any chart, change colors, 
>>>>>>>>>>>>> add observation plots, categorize for all time. Almost anything 
>>>>>>>>>>>>> you want to 
>>>>>>>>>>>>> do is available! The skin comes with the standard 4 charts ready 
>>>>>>>>>>>>> to go, but 
>>>>>>>>>>>>> there's extensive Belchertown Charts Documentation 
>>>>>>>>>>>>> <https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation>
>>>>>>>>>>>>>  
>>>>>>>>>>>>> which can help you get started. 
>>>>>>>>>>>>>
>>>>>>>>>>>>> In addition to the Charts there's now a dark mode (which has 
>>>>>>>>>>>>> an auto-switching mode based on sunset/sunrise), more flexibility 
>>>>>>>>>>>>> for 
>>>>>>>>>>>>> translations, user customized station observation table which is 
>>>>>>>>>>>>> updated in 
>>>>>>>>>>>>> real time if the MQTT Websockets are enabled, and a lot more. 
>>>>>>>>>>>>> Check the 
>>>>>>>>>>>>> release notes for all the details! 
>>>>>>>>>>>>>
>>>>>>>>>>>>> You can download the latest release here 
>>>>>>>>>>>>> <https://github.com/poblabs/weewx-belchertown/releases/download/weewx-belchertown-1.0/weewx-belchertown-release-1.0.tar.gz>,
>>>>>>>>>>>>>  
>>>>>>>>>>>>> and read all of the details on the changes here: 
>>>>>>>>>>>>> https://github.com/poblabs/weewx-belchertown/releases
>>>>>>>>>>>>>
>>>>>>>>>>>>> *Note: You cannot upgrade from Belchertown 0.9 and older*. 
>>>>>>>>>>>>> You must uninstall everything and reinstall new. This is due to 
>>>>>>>>>>>>> the Chart 
>>>>>>>>>>>>> system being fully rewritten and the potential for conflicts. 
>>>>>>>>>>>>> Please 
>>>>>>>>>>>>> read this upgrade guide if you are upgrading from an older 
>>>>>>>>>>>>> version of 
>>>>>>>>>>>>> Belchertown skin 
>>>>>>>>>>>>> <https://github.com/poblabs/weewx-belchertown/wiki/Upgrading-to-Belchertown-skin-1.0>
>>>>>>>>>>>>> . 
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks to all the beta testers and translators over the last 
>>>>>>>>>>>>> couple of months help me iron out all the kinks and shape the 
>>>>>>>>>>>>> skin in a way 
>>>>>>>>>>>>> that can be translated a little easier! 
>>>>>>>>>>>>>
>>>>>>>>>>>>> Attached are some examples of the charts that can be made. If 
>>>>>>>>>>>>> you find any issues, you can reply here or open an issue on 
>>>>>>>>>>>>> the Belchertown skin GitHub page 
>>>>>>>>>>>>> <https://github.com/poblabs/weewx-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 on the web visit 
>>>>>>>>> https://groups.google.com/d/msgid/weewx-user/c2496443-c2c4-447a-8c24-e9384874547e%40googlegroups.com
>>>>>>>>>  
>>>>>>>>> <https://groups.google.com/d/msgid/weewx-user/c2496443-c2c4-447a-8c24-e9384874547e%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>> .
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> -- 
>>>>>>>> Peter Quinn
>>>>>>>> (415)794-2264
>>>>>>>>
>>>>>>>

-- 
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/57e56935-8fa6-4e54-a691-a9812f24410d%40googlegroups.com.

Reply via email to