Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-29 Thread Jan Stelling
Found my mistake as I am still on skin version 1.0.1. So no worries... 
I am just getting started with the graphs.conf after installing a new 
weather station in my garden.

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/6aba82f7-44ec-466b-b804-d991e1322c76%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-27 Thread Jan Stelling
Hej Pat,

I am facing an issue with the weather radials. I used the 
graphs.conf.example and renamed it to graphs.conf and finally inserted this 
snippet at the end:

[weatherRadialGraphGroup]
title = Temperature Range Radial
show_button = true
button_text = Weather Radial
time_length = year

[[radialChartName]]
title = This Year
css_class = "weatherRadial"
[[[weatherRange]]]
range_type = outTemp


Unfortuantely nothing shows up on my graphs page, only the button > 
https://www.janstelling.de/wetter
Any idea what I miss?




-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/bf779bd7-0aa8-4ddd-912d-ae6493cba286%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-24 Thread Meteo Oberwallis


Hi there.

It should look like the first (1.JPG) graphic. The second does not represent 
the months, but the days (2.JPG).



Am Dienstag, 24. März 2020 08:30:57 UTC+1 schrieb Gert Andersen:
>
> Hi
>
> Please explain what you think is wrong?
>
> Gert
>
> On Tuesday, March 24, 2020 at 7:30:31 AM UTC+1, Meteo Oberwallis wrote:
>>
>>
>> Hello Pat.
>>
>> Thank you very much. But now it looks like this to me. Why is that?
>>
>> Thanks for you Help!
>>
>>
>> Am Montag, 23. März 2020 17:58:24 UTC+1 schrieb Pat:
>>>
>>> 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 = 8640
>>> 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"
>>>
>>>
>>>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/ceaccbea-8663-46a2-a72c-97d8606636a3%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-24 Thread Pat
Are you running the development 1.1 beta version of the skin?  You can 
download it here 
.  
Install it just like you did the first time then restart weewx. Also save 
your graphs.conf.example and move them to graphs.conf since the upgrade 
will erase graphs.conf.example

On Tuesday, March 24, 2020 at 2:30:31 AM UTC-4, Meteo Oberwallis wrote:
>
>
> Hello Pat.
>
> Thank you very much. But now it looks like this to me. Why is that?
>
> Thanks for you Help!
>
>
> Am Montag, 23. März 2020 17:58:24 UTC+1 schrieb Pat:
>>
>> 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 = 8640
>> 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"
>>
>>
>>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/67d1c4b0-758e-4c07-b1c1-6757ca365e6e%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-24 Thread Gert Andersen
Hi

Please explain what you think is wrong?

Gert

On Tuesday, March 24, 2020 at 7:30:31 AM UTC+1, Meteo Oberwallis wrote:
>
>
> Hello Pat.
>
> Thank you very much. But now it looks like this to me. Why is that?
>
> Thanks for you Help!
>
>
> Am Montag, 23. März 2020 17:58:24 UTC+1 schrieb Pat:
>>
>> 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 = 8640
>> 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"
>>
>>
>>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/28beaf05-c515-4ae6-8aae-9d05ce8c84e4%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-23 Thread Pat
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 = 8640
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 = 30 # 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 = 30 # 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 

 

 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 = 30
>>
>>
>> [[avgclimatethisyear]]
>> title = "Average Climatological Values for This Year"
>> type = spline
>> time_length = year
>> aggregate_type = max
>> aggregate_interval = 86400 # 1 day
>> gapsize = 8640
>> 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
>>>

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-23 Thread 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 = 30 # 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 = 30 # 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 
>>
>> 
>>
>> 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 = 30


 [[avgclimatethisyear]]
 title = "Average Climatological Values for This Year"
 type = spline
 time_length = year
 aggregate_type = max
 aggregate_interval = 86400 # 1 day
 gapsize = 8640
 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  
>> 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 = 8640
 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]]]

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-23 Thread Meteo Oberwallis


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 = 30 # 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 = 30 # 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 
>
> 
>
> 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 = 30
>>>
>>>
>>> [[avgclimatethisyear]]
>>> title = "Average Climatological Values for This Year"
>>> type = spline
>>> time_length = year
>>> aggregate_type = max
>>> aggregate_interval = 86400 # 1 day
>>> gapsize = 8640
>>> 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  
> 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 = 8640
>>> 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
>>>

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-22 Thread Pat
Yes, place it under the section you have defined for 
highcharts_homepage_graphgroup 


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 = 30
>>
>>
>> [[avgclimatethisyear]]
>> title = "Average Climatological Values for This Year"
>> type = spline
>> time_length = year
>> aggregate_type = max
>> aggregate_interval = 86400 # 1 day
>> gapsize = 8640
>> 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  
 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 = 8640
>> 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 
>>> .
>>>  
>>> 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 
> .
>
> You can add/remove/change/reorder any chart, change colors, add 
> observation plots, categorize for all time. Almost anything you want 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-22 Thread Meteo Oberwallis
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 = 30
>
>
> [[avgclimatethisyear]]
> title = "Average Climatological Values for This Year"
> type = spline
> time_length = year
> aggregate_type = max
> aggregate_interval = 86400 # 1 day
> gapsize = 8640
> 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  
>>> 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 = 8640
> 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 
>> .
>>  
>> 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 
 .

 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 
 
  
 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 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-22 Thread 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 = 30


[[avgclimatethisyear]]
title = "Average Climatological Values for This Year"
type = spline
time_length = year
aggregate_type = max
aggregate_interval = 86400 # 1 day
gapsize = 8640
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  
>> 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 = 8640
 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 
> .
>  
> 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 
>>> .
>>>
>>> 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 
>>> 
>>>  
>>> 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 
>>> 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-22 Thread Meteo Oberwallis
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  > 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 = 8640
>>> 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 
 .
  
 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 
>> .
>>
>> 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 
>> 
>>  
>> 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 
>> ,
>>  
>> 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 
>> 
>> . 
>>
>> 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 
>> . 
>>
> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-22 Thread 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 
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 = 8640
>> 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
>>> .
>>> 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 
> .
>
> 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
> 
> 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
> ,
> 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
> 
> .
>
> 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 .
>
 --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/c2496443-c2c4-447a-8c24-e9384874547e%40googlegroups.com
> 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-12-19 Thread rich T
Yes use the proper skin names. 

What errors are you getting  on your RPi4 running WeeWX 4b with Belchertown 
skin 1.1b7/b8 using python 3?  
  


On Thursday, December 19, 2019 at 10:17:14 PM UTC-5, Xant wrote:

>
> Tom previously mentioned that Bskin may not be ready for W4 yet, but now 
> clarified.
>
> Will investigate further.
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/ad4c8ac7-8bfd-43aa-b470-4ed644746188%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-12-19 Thread Andrew Milner
Can you use the correct names for skins rather than your own abbreviations 
as it makes it appear that there is another skin available!



On Friday, 20 December 2019 05:17:14 UTC+2, Xant wrote:
>
>
> Tom previously mentioned that Bskin may not be ready for W4 yet, but now 
> clarified.
>
> Will investigate further.
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/a6a10667-19de-48c9-b9cc-0cd228c04a9a%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-12-19 Thread Xant

Tom previously mentioned that Bskin may not be ready for W4 yet, but now 
clarified.

Will investigate further.

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/3733c899-b0c1-4c7b-ade3-0a0cfde1b3ff%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-12-19 Thread vince
On Thursday, December 19, 2019 at 2:27:28 PM UTC-8, Xant wrote

>
> I'm not reporting errors (yet), but must assure the basics as this post 
> relates to Belchertown skin.
>
> 1) Does Bskin works with Weewx?
> 2) Does Bskin works with Python 3?
>
> With this assurance, will then investigate further.
>
>
>
I don't quite know what you're investigating.  Pat and I are both running 
weewx v4 betas vs. python3 using the Belchertown skin.

You have to use the development branch of Belchertown to be python3

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/f0afbcca-385d-4f2d-b4a2-3783d86b6857%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-12-19 Thread Pat
This post has thoroughly confused me since you are using Belchertown.

1) yes. I'm confused why this is being asked.
2) yes if you use the beta in the development branch.

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/9ba5c9a7-c3ec-4d6a-9650-6916e7857429%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-12-19 Thread Xant

Vince

I'm not reporting errors (yet), but must assure the basics as this post 
relates to Belchertown skin.

1) Does Bskin works with Weewx?

2) Does Bskin works with Python 3?

With this assurance, will then investigate further.

X

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/b09e230a-eb51-49d7-a29c-a6accb15822a%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-12-19 Thread Xant
Correct. Bskin = Belchertown skin

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/725194f4-7400-4b57-b93a-d0983a14a9c0%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-12-19 Thread Thomas Keffer
I do not know what "Bskin" is. Belchertown? Something else?

Yes, we would like to see the errors. Please include configuration
information. In particular, what driver and any extensions you are using.

-tk

On Thu, Dec 19, 2019 at 11:33 AM Xant  wrote:

>
>- RPi3 (base machine), WeeWX 3.9.2, Bskin 1.1b7, python 2 --> working
>- RPi4 (test machine), WeeWX 4b, Bskin 1.1b7/b8, python 3 --> errors
>
> Should wait for WeeWX 4 and Python 3?
>
> X
>
> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/ec12adb0-c5f5-45f5-bd5b-9fd90eb0a228%40googlegroups.com
> 
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEAhyFgDrz37_p0KZ%2B_3nYicOS_uXLJ7BqtJ87uY_OP09Q%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-12-19 Thread vince
On Thursday, December 19, 2019 at 10:33:08 AM UTC-8, Xant wrote:
>
>
>- RPi3 (base machine), WeeWX 3.9.2, Bskin 1.1b7, python 2 --> working
>- RPi4 (test machine), WeeWX 4b, Bskin 1.1b7/b8, python 3 --> errors
>
> Should wait for WeeWX 4 and Python 3?
>
>
Should post what errors you are seeing.

Nobody can work a problem when the problem report is " --> errors" with 
zero details.

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/c74f4779-0fc7-4653-927d-80f36540174a%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-12-19 Thread Xant

   
   - RPi3 (base machine), WeeWX 3.9.2, Bskin 1.1b7, python 2 --> working
   - RPi4 (test machine), WeeWX 4b, Bskin 1.1b7/b8, python 3 --> errors

Should wait for WeeWX 4 and Python 3?

X

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/ec12adb0-c5f5-45f5-bd5b-9fd90eb0a228%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-12-02 Thread Pat
If this is still a problem for you, then you need to add the name 
parameter. This will change the name in the MQTT payload and adjust the 
website values

For example 

[[[inputs]]]
windSpeed
name = windSpeed_kmh


On Thursday, November 28, 2019 at 3:09:10 PM UTC-5, Kike .Asekas wrote:
>
> Sorry. I didn't see your message. It was that. I change MQTT inputs and 
> now the speed is in km/h althought it reports windSpeed_mps
> {"noise_dB": "-29.591", "cloudbase_meter": "134.366868777", "outHumidity": 
> "96.0", "pressure_mbar": "1004.74", "maxSolarRad": "0.0", "barometer_mbar": 
> "1011.6171679", "rainRate_mm_per_hour": "0.0", "dewpoint_C": 
> "11.7795292565", "heatindex_C": "12.4", "dayRain_mm": "2.1", "battery": 
> "0.0", "altimeter_mbar": "1011.2607317", "windchill_C": "12.4", "snr_dB": 
> "29.476", "rain_total": "68.55", "appTemp_C": "12.4773944539", "outTemp_C": 
> "12.4", "humidex_C": "14.545643026", "hourRain_mm": "0.0", "windGust_mps": 
> "3.67200912966", "rssi_dB": "-0.115", "inTemp_C": "19.5", "usUnits": 
> "17.0", "rain_mm": "0.0", "rain24_mm": "3.9", "dateTime": "1574971656.0", 
> "windDir": "0.0", "windSpeed_mps": "2.44800608644"}
>
> El miércoles, 27 de noviembre de 2019, 20:12:17 (UTC+1), Greg Troxel 
> escribió:
>>
>> "Kike .Asekas"  writes: 
>>
>> > I use MQTT y I have configure it with METRICWX. 
>> > [[MQTT]] 
>> > server_url = mqtt://broker.hivemq.com:1883 
>> > topic = estacion/datos 
>> > unit_system = METRICWX 
>> > binding = loop 
>> > ... 
>> > When I load the page goes well, but at the time of updating the wind 
>> speed 
>> > appears in m / s. If I change the lines I told you multiplying x3.6 it 
>> goes 
>> > well. 
>>
>> You can tell the mqtt publisher to set the units on each thing to 
>> publish.   Probably you should just do that, even if in the background 
>> you try to investigate the defaults. 
>>
>> For example, I have 
>>
>> [[[inputs]]] 
>> barometer 
>> name = barometer_hPa 
>> units = hPa 
>>
>> I am really not sure why I needed this, as I have group_pressure set to 
>> hPa as a default for all reports, but it was easy to set. 
>>
>> > This is the output of MQTT. By the way, I don't understand how 
>> maxSolarRad 
>> > appears without having a solar sensor 
>>
>> That does not make sense.  Some stations pretend to measure solar 
>> radation from an illuminance sensor, but I don't even see that in your 
>> output. 
>>
>> Also, since solar radiation is more or less always in W/m^2 (even in the 
>> US we do not use hp/ft^2), the value 7 does not really make sense unless 
>> right at dawn.  Even a very dark day will see 50. 
>>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/fe9a2d5d-298e-40ef-a1ff-86b2886b1c5a%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-11-28 Thread Kike .Asekas
Sorry. I didn't see your message. It was that. I change MQTT inputs and now 
the speed is in km/h althought it reports windSpeed_mps
{"noise_dB": "-29.591", "cloudbase_meter": "134.366868777", "outHumidity": 
"96.0", "pressure_mbar": "1004.74", "maxSolarRad": "0.0", "barometer_mbar": 
"1011.6171679", "rainRate_mm_per_hour": "0.0", "dewpoint_C": 
"11.7795292565", "heatindex_C": "12.4", "dayRain_mm": "2.1", "battery": 
"0.0", "altimeter_mbar": "1011.2607317", "windchill_C": "12.4", "snr_dB": 
"29.476", "rain_total": "68.55", "appTemp_C": "12.4773944539", "outTemp_C": 
"12.4", "humidex_C": "14.545643026", "hourRain_mm": "0.0", "windGust_mps": 
"3.67200912966", "rssi_dB": "-0.115", "inTemp_C": "19.5", "usUnits": 
"17.0", "rain_mm": "0.0", "rain24_mm": "3.9", "dateTime": "1574971656.0", 
"windDir": "0.0", "windSpeed_mps": "2.44800608644"}

El miércoles, 27 de noviembre de 2019, 20:12:17 (UTC+1), Greg Troxel 
escribió:
>
> "Kike .Asekas" > writes: 
>
> > I use MQTT y I have configure it with METRICWX. 
> > [[MQTT]] 
> > server_url = mqtt://broker.hivemq.com:1883 
> > topic = estacion/datos 
> > unit_system = METRICWX 
> > binding = loop 
> > ... 
> > When I load the page goes well, but at the time of updating the wind 
> speed 
> > appears in m / s. If I change the lines I told you multiplying x3.6 it 
> goes 
> > well. 
>
> You can tell the mqtt publisher to set the units on each thing to 
> publish.   Probably you should just do that, even if in the background 
> you try to investigate the defaults. 
>
> For example, I have 
>
> [[[inputs]]] 
> barometer 
> name = barometer_hPa 
> units = hPa 
>
> I am really not sure why I needed this, as I have group_pressure set to 
> hPa as a default for all reports, but it was easy to set. 
>
> > This is the output of MQTT. By the way, I don't understand how 
> maxSolarRad 
> > appears without having a solar sensor 
>
> That does not make sense.  Some stations pretend to measure solar 
> radation from an illuminance sensor, but I don't even see that in your 
> output. 
>
> Also, since solar radiation is more or less always in W/m^2 (even in the 
> US we do not use hp/ft^2), the value 7 does not really make sense unless 
> right at dawn.  Even a very dark day will see 50. 
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/a90413e3-59c6-47d3-8ecd-4d1754510750%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-11-27 Thread Greg Troxel
"Kike .Asekas"  writes:

> I use MQTT y I have configure it with METRICWX.
> [[MQTT]]
> server_url = mqtt://broker.hivemq.com:1883
> topic = estacion/datos
> unit_system = METRICWX
> binding = loop
> ...
> When I load the page goes well, but at the time of updating the wind speed 
> appears in m / s. If I change the lines I told you multiplying x3.6 it goes 
> well. 

You can tell the mqtt publisher to set the units on each thing to
publish.   Probably you should just do that, even if in the background
you try to investigate the defaults.

For example, I have

[[[inputs]]]
barometer
name = barometer_hPa
units = hPa

I am really not sure why I needed this, as I have group_pressure set to
hPa as a default for all reports, but it was easy to set.

> This is the output of MQTT. By the way, I don't understand how maxSolarRad 
> appears without having a solar sensor

That does not make sense.  Some stations pretend to measure solar
radation from an illuminance sensor, but I don't even see that in your
output.

Also, since solar radiation is more or less always in W/m^2 (even in the
US we do not use hp/ft^2), the value 7 does not really make sense unless
right at dawn.  Even a very dark day will see 50.

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/rmi5zj5qgl0.fsf%40s1.lexort.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-10-11 Thread Gavin Anderson
Perfect - thanks.

Gavin

On Thu, Oct 10, 2019 at 8:44 PM Pat  wrote:

> Take a look at Common Titles config options
> 
> from the skin options documentation
> .
>
>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAEYKupqD3jW2kWzkgOmY%3DZFvx-ZaWbZDN-Fs2mFAytB7B5z-EQ%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-10-10 Thread Pat
Take a look at Common Titles config options 

 
from the skin options documentation 
. 


On Thursday, October 10, 2019 at 3:24:31 PM UTC-4, Wiggytoo wrote:
>
> Maybe it is called something else, see attached.
>
> It says "My station weather conditions" below the logo and menu 
> "hamburger".
>
> This is the text I want to change.
>
> Gavin
>
> On Thu, 10 Oct 2019, 16:19 Pat, > 
> wrote:
>
>> It says "Great Coxwell, Oxon, UK Weather Conditions" for me. Maybe you 
>> have a conflict in skin.conf, or maybe try a hard reload in your browser?
>>
>> On Thursday, October 10, 2019 at 11:11:47 AM UTC-4, Wiggytoo wrote:
>>>
>>> Hi Pat,
>>>
>>> I may have missed something here but I have set this in weewx.conf
>>>
>>> site_title = "Great Coxwell Weather Conditions"
>>>
>>> But the website still shows the default
>>>
>>> www,wiggytoo.co.uk
>>>
>>> Anywhere I should look for my error?
>>>
>>> Gav
>>>
>>> On Saturday, 1 June 2019 17:57:56 UTC+1, Pat wrote:

 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 .

 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 
 
  
 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 
 ,
  
 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 
 
 . 

 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 . 

>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "weewx-user" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> weewx...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/3e0ed132-1108-4062-8881-13c276970889%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/da5d60ee-8b5e-48ca-acb1-aaa636037187%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-10-01 Thread Gavin Anderson
Ok, thanks, you are right there is no data for January.

Gavin

On Tue, 1 Oct 2019, 20:33 Pat,  wrote:

> Does your database have data for January? I'm guessing no. So you'll need
> to update your graphs.conf to remove January from the xaxis categories. The
> graphs JSON code isn't "smart" enough to determine the first month of your
> dataset, so it relies on you knowing that and setting those categories
> accordingly.
>
>
> On Tuesday, October 1, 2019 at 6:58:14 AM UTC-4, Wiggytoo wrote:
>>
>> Hi Pat,
>>
>> I've just noticed that the Average Climatological Values for this Year
>> Chart on my homepage (http://www.wiggytoo.co.uk/) seems to be one month
>> out
>>
>> For example
>>
>> Jun - Max 35.6, Min 15.2, Rain 43.03
>> July - Max 33, Min 12.2, Rain 49.35
>> Aug - Max 24.5, Min 8.5, Rain 87.14
>> Sep - Max 16.2, Min 14.2, Rain 7.3
>>
>> The actual values from the Reports page (
>> http://www.wiggytoo.co.uk/reports/?yr=2019) are
>>
>> July - Max 35.6, Min 15.2, Rain 43.0
>> Aug - Max 33, Min 12.2, Rain 49.4
>> Sep - Max 24.5, Min 8.5, Rain 87.1
>> Oct - Max 16.2, Min 14.2, Rain 7.3
>>
>> Any ideas - I have used the sample code from the Charts WIki
>> Thanks,
>> Gavin
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/d9f975a4-8220-4309-99bf-8262f952e304%40googlegroups.com
> 
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAEYKupoYJB7Hdn%2Bkn%3DC7DuQS9L5y%2Bunhrdsab_sct%3DodsJd95g%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-25 Thread Pat
Those gaps represent missing data. 

Make sure your signal strength is good from the station, or if you don't 
want the gaps to show missing data, enable connectNulls 

.


On Tuesday, September 24, 2019 at 4:38:06 PM UTC-4, Greg from Oz wrote:
>
> I get those gaps when the communication from the console to the weather 
> station drops.
>
> I graph the signal quality and the gaps coincide with the missing data. 
>
> On Tue, 24 Sep. 2019, 21:47 Kike .Asekas, > 
> wrote:
>
>> I have some small gaps in the graphics that I don't know because they 
>> appear since those records exist in the database.
>> What can they be due to?
>>
>> [image: Screenshot_2019-09-24 Areal, Padrón Weather Conditions.png]
>>
>>
>>
>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "weewx-user" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> weewx...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/231950ff-48fe-482f-af71-b012c12f4225%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/24fe7325-428a-4414-b7a4-e307a1773e11%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-24 Thread Greg Reive
I get those gaps when the communication from the console to the weather
station drops.

I graph the signal quality and the gaps coincide with the missing data.

On Tue, 24 Sep. 2019, 21:47 Kike .Asekas,  wrote:

> I have some small gaps in the graphics that I don't know because they
> appear since those records exist in the database.
> What can they be due to?
>
> [image: Screenshot_2019-09-24 Areal, Padrón Weather Conditions.png]
>
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/231950ff-48fe-482f-af71-b012c12f4225%40googlegroups.com
> 
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAD_tbc95U5soP1e99_57UsOKLuSewKEw%3DcjZ%3Dg7w-LKQg9AumA%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-18 Thread Greg Reive
OK thanks anyway.

On Thu, 19 Sep 2019 at 11:38, Pat  wrote:

> Unsure. I don't see a license on the file, so not sure if I can just add
> it to me belchertown.py.
>
> It also won't fix the charts or the MQTT. Those rely on the weewx-mqtt
> extension and built-in weewx functions (non-Belchertown).
>
> On Wednesday, September 18, 2019 at 9:35:07 PM UTC-4, Greg from Oz wrote:
>>
>> Could this be a standard option for your next release?
>>
>>
>> On Thu, 19 Sep 2019 at 11:33, Pat  wrote:
>>
>>> Ah, looks like you've got it. Probably won't help you for MQTT for the
>>> Charts, but you can at least replace the tags you're looking for
>>>
>>> On Wednesday, September 18, 2019 at 9:29:35 PM UTC-4, Greg from Oz wrote:

 Yes I think Gary wrote a python script to work out 9 am.

 https://github.com/weewx/weewx/files/2082668/since.py.txt

 It is called since.py

 There is a bit in the index.html.tmpl

 

 Today's Rain since 9am
 $since($hour=9).rain.sum
   
 It was a long time since I installed this.



 On Thu, 19 Sep 2019 at 11:18, Pat  wrote:

> In the skin, not that I'm aware of. The skin is using the standard
> weewx $tags for rain timespans on static pages, and weewx-mqtt gives the
> values for rain on live updates. The charts get their daily timespans from
> weewx's built in archiveDaySpan() function.
>
> The website you link isn't showing Belchertown though, so I'm not sure
> what that is or how it's showing 9am.
>
> Maybe there's a setting in weewx.conf?
>
> I'm not sure if Gary or someone would be able to offer insight.
>
>
>
> On Wednesday, September 18, 2019 at 8:46:49 PM UTC-4, Greg from Oz
> wrote:
>>
>> Hi Pat.
>>
>> Is there an option in the skin to change the reporting time of rain?
>> Here in Australia it is from 9 am to 9 am and I know in other
>> countries it is different.
>> I show both on my web site.
>> https://weather.ubeaut.work/
>> It is good to have from 9 am as I can compare to the nearby official
>> weather station.
>>
>> Thanks
>>
>>
>> On Sunday, 2 June 2019 02:57:56 UTC+10, Pat wrote:
>>>
>>> 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
>>> .
>>>
>>> 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
>>> 
>>> 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
>>> ,
>>> 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
>>> 
>>> .
>>>
>>> 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
>>> .
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-18 Thread Pat
Unsure. I don't see a license on the file, so not sure if I can just add it 
to me belchertown.py. 

It also won't fix the charts or the MQTT. Those rely on the weewx-mqtt 
extension and built-in weewx functions (non-Belchertown). 

On Wednesday, September 18, 2019 at 9:35:07 PM UTC-4, Greg from Oz wrote:
>
> Could this be a standard option for your next release?
>
>
> On Thu, 19 Sep 2019 at 11:33, Pat > 
> wrote:
>
>> Ah, looks like you've got it. Probably won't help you for MQTT for the 
>> Charts, but you can at least replace the tags you're looking for
>>
>> On Wednesday, September 18, 2019 at 9:29:35 PM UTC-4, Greg from Oz wrote:
>>>
>>> Yes I think Gary wrote a python script to work out 9 am.
>>>
>>> https://github.com/weewx/weewx/files/2082668/since.py.txt
>>>
>>> It is called since.py
>>>
>>> There is a bit in the index.html.tmpl
>>>
>>> 
>>>
>>> Today's Rain since 9am
>>> $since($hour=9).rain.sum
>>>   
>>> It was a long time since I installed this.
>>>
>>>
>>>
>>> On Thu, 19 Sep 2019 at 11:18, Pat  wrote:
>>>
 In the skin, not that I'm aware of. The skin is using the standard 
 weewx $tags for rain timespans on static pages, and weewx-mqtt gives the 
 values for rain on live updates. The charts get their daily timespans from 
 weewx's built in archiveDaySpan() function.

 The website you link isn't showing Belchertown though, so I'm not sure 
 what that is or how it's showing 9am. 

 Maybe there's a setting in weewx.conf? 

 I'm not sure if Gary or someone would be able to offer insight. 



 On Wednesday, September 18, 2019 at 8:46:49 PM UTC-4, Greg from Oz 
 wrote:
>
> Hi Pat.
>
> Is there an option in the skin to change the reporting time of rain?
> Here in Australia it is from 9 am to 9 am and I know in other 
> countries it is different.
> I show both on my web site.
> https://weather.ubeaut.work/
> It is good to have from 9 am as I can compare to the nearby official 
> weather station.
>
> Thanks
>
>
> On Sunday, 2 June 2019 02:57:56 UTC+10, Pat wrote:
>>
>> 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 
>> .
>>
>> 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 
>> 
>>  
>> 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 
>> ,
>>  
>> 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 
>> 
>> . 
>>
>> 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 
>> . 
>>
> -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups "weewx-user" group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
 To unsubscribe from this group and all its topics, send an email 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-18 Thread Greg Reive
Could this be a standard option for your next release?


On Thu, 19 Sep 2019 at 11:33, Pat  wrote:

> Ah, looks like you've got it. Probably won't help you for MQTT for the
> Charts, but you can at least replace the tags you're looking for
>
> On Wednesday, September 18, 2019 at 9:29:35 PM UTC-4, Greg from Oz wrote:
>>
>> Yes I think Gary wrote a python script to work out 9 am.
>>
>> https://github.com/weewx/weewx/files/2082668/since.py.txt
>>
>> It is called since.py
>>
>> There is a bit in the index.html.tmpl
>>
>> 
>>
>> Today's Rain since 9am
>> $since($hour=9).rain.sum
>>   
>> It was a long time since I installed this.
>>
>>
>>
>> On Thu, 19 Sep 2019 at 11:18, Pat  wrote:
>>
>>> In the skin, not that I'm aware of. The skin is using the standard weewx
>>> $tags for rain timespans on static pages, and weewx-mqtt gives the values
>>> for rain on live updates. The charts get their daily timespans from weewx's
>>> built in archiveDaySpan() function.
>>>
>>> The website you link isn't showing Belchertown though, so I'm not sure
>>> what that is or how it's showing 9am.
>>>
>>> Maybe there's a setting in weewx.conf?
>>>
>>> I'm not sure if Gary or someone would be able to offer insight.
>>>
>>>
>>>
>>> On Wednesday, September 18, 2019 at 8:46:49 PM UTC-4, Greg from Oz wrote:

 Hi Pat.

 Is there an option in the skin to change the reporting time of rain?
 Here in Australia it is from 9 am to 9 am and I know in other countries
 it is different.
 I show both on my web site.
 https://weather.ubeaut.work/
 It is good to have from 9 am as I can compare to the nearby official
 weather station.

 Thanks


 On Sunday, 2 June 2019 02:57:56 UTC+10, Pat wrote:
>
> 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 
> .
>
> 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
> 
> 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
> ,
> 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
> 
> .
>
> 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 .
>
 --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "weewx-user" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> weewx...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/3dcb13a7-2007-4ee8-9c4d-2b04bcabe2e1%40googlegroups.com
>>> 
>>> .
>>>
>>
>>
>> --
>> ¯\_(ツ)_/¯
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-18 Thread Pat
Ah, looks like you've got it. Probably won't help you for MQTT for the 
Charts, but you can at least replace the tags you're looking for

On Wednesday, September 18, 2019 at 9:29:35 PM UTC-4, Greg from Oz wrote:
>
> Yes I think Gary wrote a python script to work out 9 am.
>
> https://github.com/weewx/weewx/files/2082668/since.py.txt
>
> It is called since.py
>
> There is a bit in the index.html.tmpl
>
> 
>
> Today's Rain since 9am
> $since($hour=9).rain.sum
>   
> It was a long time since I installed this.
>
>
>
> On Thu, 19 Sep 2019 at 11:18, Pat > 
> wrote:
>
>> In the skin, not that I'm aware of. The skin is using the standard weewx 
>> $tags for rain timespans on static pages, and weewx-mqtt gives the values 
>> for rain on live updates. The charts get their daily timespans from weewx's 
>> built in archiveDaySpan() function.
>>
>> The website you link isn't showing Belchertown though, so I'm not sure 
>> what that is or how it's showing 9am. 
>>
>> Maybe there's a setting in weewx.conf? 
>>
>> I'm not sure if Gary or someone would be able to offer insight. 
>>
>>
>>
>> On Wednesday, September 18, 2019 at 8:46:49 PM UTC-4, Greg from Oz wrote:
>>>
>>> Hi Pat.
>>>
>>> Is there an option in the skin to change the reporting time of rain?
>>> Here in Australia it is from 9 am to 9 am and I know in other countries 
>>> it is different.
>>> I show both on my web site.
>>> https://weather.ubeaut.work/
>>> It is good to have from 9 am as I can compare to the nearby official 
>>> weather station.
>>>
>>> Thanks
>>>
>>>
>>> On Sunday, 2 June 2019 02:57:56 UTC+10, Pat wrote:

 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 .

 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 
 
  
 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 
 ,
  
 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 
 
 . 

 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 . 

>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "weewx-user" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> weewx...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/3dcb13a7-2007-4ee8-9c4d-2b04bcabe2e1%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> ¯\_(ツ)_/¯
>
>

-- 
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 on the web visit 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-18 Thread Greg Reive
Yes I think Gary wrote a python script to work out 9 am.

https://github.com/weewx/weewx/files/2082668/since.py.txt

It is called since.py

There is a bit in the index.html.tmpl



Today's Rain since 9am
$since($hour=9).rain.sum
  
It was a long time since I installed this.



On Thu, 19 Sep 2019 at 11:18, Pat  wrote:

> In the skin, not that I'm aware of. The skin is using the standard weewx
> $tags for rain timespans on static pages, and weewx-mqtt gives the values
> for rain on live updates. The charts get their daily timespans from weewx's
> built in archiveDaySpan() function.
>
> The website you link isn't showing Belchertown though, so I'm not sure
> what that is or how it's showing 9am.
>
> Maybe there's a setting in weewx.conf?
>
> I'm not sure if Gary or someone would be able to offer insight.
>
>
>
> On Wednesday, September 18, 2019 at 8:46:49 PM UTC-4, Greg from Oz wrote:
>>
>> Hi Pat.
>>
>> Is there an option in the skin to change the reporting time of rain?
>> Here in Australia it is from 9 am to 9 am and I know in other countries
>> it is different.
>> I show both on my web site.
>> https://weather.ubeaut.work/
>> It is good to have from 9 am as I can compare to the nearby official
>> weather station.
>>
>> Thanks
>>
>>
>> On Sunday, 2 June 2019 02:57:56 UTC+10, Pat wrote:
>>>
>>> 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 .
>>>
>>> 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
>>> 
>>> 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
>>> ,
>>> 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
>>> 
>>> .
>>>
>>> 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 .
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/3dcb13a7-2007-4ee8-9c4d-2b04bcabe2e1%40googlegroups.com
> 
> .
>


-- 
¯\_(ツ)_/¯

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAD_tbc9EFjA4xbGzicYMh2sANs671tecSxtJs5Ehy7yHQFo1Ag%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-10 Thread Pat
(And to remind me that it's HTML that's needed)

Done


On Tuesday, September 10, 2019 at 9:39:02 PM UTC-4, Greg from Oz wrote:
>
> Maybe in the readme put an example like:
>
> radar_html = " target='_blank'> width='360' height='360' /> "
>
> For the dummies like me who totally missed the point. :)
>
> On Wednesday, 11 September 2019 10:36:29 UTC+10, Greg from Oz wrote:
>>
>> I did see the  readme and I did see the radar_html bit but I overlooked 
>> the bit that says
>>
>>  Full HTML Allowed. Recommended size 650 pixels wide by 360 pixels high. 
>> This URL will be used as the radar iFrame or image hyperlink.
>> Couldn't see if for looking :)
>> Thanks
>>
>>
>> On Wed, 11 Sep 2019 at 10:27, Pat > 
>> wrote:
>>
>>> I've thought about that but afraid it'd make the skin.conf a mile long. 
>>> So I've opted for a mile long README 
>>>  with a section for the 
>>> skin.conf options 
>>> , can be 
>>> updated adhoc. This is where the official skin documentation resides 
>>> currently. 
>>>
>>> On Tuesday, September 10, 2019 at 8:24:41 PM UTC-4, Greg from Oz wrote:

 I did this and it works!
 radar_html = ">>> target='_blank'>"

 As a suggestion maybe you should add comments and examples in the 
 skin.conf for each configurable parameter?

 Thanks again.


 On Wed, 11 Sep 2019 at 10:12, Pat  wrote:

> Yep, since it's HTML you can do whatever you want with it, so a link 
> should work fine
>
> On Tuesday, September 10, 2019 at 8:11:41 PM UTC-4, Greg from Oz wrote:
>>
>> Yes that worked.
>> So I can just add a hyperlink that opens a new page to that as it is 
>> html?
>> Thanks
>>
>> Like I stated earlier the windy.com is good but when viewed on the 
>> phone I had to swipe the screen so I could get past the windy.com 
>> graphic because if you try swiping on the graphic the map moves and not 
>> the 
>> screen.
>> That is why I am changing it.
>>
>>
>> On Wed, 11 Sep 2019 at 10:06, Pat  wrote:
>>
>>> I guess it's been a long day. I've forgotten how this option works. 
>>> This option has to be in HTML, so users can display an iframe, a gif, a 
>>> png, whatever they want. 
>>>
>>> Try this, it's worked for me. 
>>>
>>> radar_html = ""
>>>
>>>
>>>
>>> On Tuesday, September 10, 2019 at 8:05:30 PM UTC-4, Greg from Oz 
>>> wrote:

 Good to know that I didn't break it :)
 I will leave it until the next version then?
 If you want me to test the latest version let me know. I am good at 
 breaking things..haha
 Thanks

 On Wednesday, 11 September 2019 10:01:02 UTC+10, Pat wrote:
>
> Yes and apparently not since 1.0 was released :)
>
> On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz 
> wrote:
>>
>> Is it designed to be able to change radar sites?
>> Has anyone else asked to change the site?
>>
>>
>> On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:
>>>
>>> Yeah it was a long shot and I was being hopeful that those 
>>> numbers maybe were the problem. I just tried it myself and it 
>>> failed so let 
>>> me see if I can get it fixed up in development for the 1.1 release. 
>>>
>>> On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz 
>>> wrote:

 Same thing. It just displays text where the windy.com was and 
 shows whatever URL I typed in.

 On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:
>
> What if you try it without the numbers at the end? 
> http://www.bom.gov.au/radar/IDR033.gif ?
>
> On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from 
> Oz wrote:
>>
>> The space does remove the windy.com site.
>>
>> The windy.com is pretty good but if I look at it on the 
>> phone and I swipe up or down and accidentally press the graphic 
>> the map 
>> moves so I would like to change it to a different site.
>>
>> I want to replace it with 
>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and 
>> have that as a hyperlink to 
>> http://m.bom.gov.au/nsw/moss-vale/radar/
>>
>> Similar to what I have on https://weather.ubeaut.work/
>>
>> I change the skin.conf radar_html = "
>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but 
>> the web page doesn't display the graphic it just displays the 
>> text 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-10 Thread Greg from Oz
Maybe in the readme put an example like:

radar_html = " "

For the dummies like me who totally missed the point. :)

On Wednesday, 11 September 2019 10:36:29 UTC+10, Greg from Oz wrote:
>
> I did see the  readme and I did see the radar_html bit but I overlooked 
> the bit that says
>
>  Full HTML Allowed. Recommended size 650 pixels wide by 360 pixels high. 
> This URL will be used as the radar iFrame or image hyperlink.
> Couldn't see if for looking :)
> Thanks
>
>
> On Wed, 11 Sep 2019 at 10:27, Pat  wrote:
>
>> I've thought about that but afraid it'd make the skin.conf a mile long. 
>> So I've opted for a mile long README 
>>  with a section for the 
>> skin.conf options 
>> , can be 
>> updated adhoc. This is where the official skin documentation resides 
>> currently. 
>>
>> On Tuesday, September 10, 2019 at 8:24:41 PM UTC-4, Greg from Oz wrote:
>>>
>>> I did this and it works!
>>> radar_html = ">> target='_blank'>"
>>>
>>> As a suggestion maybe you should add comments and examples in the 
>>> skin.conf for each configurable parameter?
>>>
>>> Thanks again.
>>>
>>>
>>> On Wed, 11 Sep 2019 at 10:12, Pat  wrote:
>>>
 Yep, since it's HTML you can do whatever you want with it, so a link 
 should work fine

 On Tuesday, September 10, 2019 at 8:11:41 PM UTC-4, Greg from Oz wrote:
>
> Yes that worked.
> So I can just add a hyperlink that opens a new page to that as it is 
> html?
> Thanks
>
> Like I stated earlier the windy.com is good but when viewed on the 
> phone I had to swipe the screen so I could get past the windy.com 
> graphic because if you try swiping on the graphic the map moves and not 
> the 
> screen.
> That is why I am changing it.
>
>
> On Wed, 11 Sep 2019 at 10:06, Pat  wrote:
>
>> I guess it's been a long day. I've forgotten how this option works. 
>> This option has to be in HTML, so users can display an iframe, a gif, a 
>> png, whatever they want. 
>>
>> Try this, it's worked for me. 
>>
>> radar_html = ""
>>
>>
>>
>> On Tuesday, September 10, 2019 at 8:05:30 PM UTC-4, Greg from Oz 
>> wrote:
>>>
>>> Good to know that I didn't break it :)
>>> I will leave it until the next version then?
>>> If you want me to test the latest version let me know. I am good at 
>>> breaking things..haha
>>> Thanks
>>>
>>> On Wednesday, 11 September 2019 10:01:02 UTC+10, Pat wrote:

 Yes and apparently not since 1.0 was released :)

 On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz 
 wrote:
>
> Is it designed to be able to change radar sites?
> Has anyone else asked to change the site?
>
>
> On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:
>>
>> Yeah it was a long shot and I was being hopeful that those 
>> numbers maybe were the problem. I just tried it myself and it failed 
>> so let 
>> me see if I can get it fixed up in development for the 1.1 release. 
>>
>> On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz 
>> wrote:
>>>
>>> Same thing. It just displays text where the windy.com was and 
>>> shows whatever URL I typed in.
>>>
>>> On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:

 What if you try it without the numbers at the end? 
 http://www.bom.gov.au/radar/IDR033.gif ?

 On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from 
 Oz wrote:
>
> The space does remove the windy.com site.
>
> The windy.com is pretty good but if I look at it on the phone 
> and I swipe up or down and accidentally press the graphic the map 
> moves so 
> I would like to change it to a different site.
>
> I want to replace it with 
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and 
> have that as a hyperlink to 
> http://m.bom.gov.au/nsw/moss-vale/radar/
>
> Similar to what I have on https://weather.ubeaut.work/
>
> I change the skin.conf radar_html = "
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but 
> the web page doesn't display the graphic it just displays the 
> text 
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640
>
> Other than that it is working and is great.
>
>
> On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten 
> wrote:
>>
>> Thanks a lot Pat the space did 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-10 Thread Greg Reive
I did see the  readme and I did see the radar_html bit but I overlooked the
bit that says

 Full HTML Allowed. Recommended size 650 pixels wide by 360 pixels high.
This URL will be used as the radar iFrame or image hyperlink.
Couldn't see if for looking :)
Thanks


On Wed, 11 Sep 2019 at 10:27, Pat  wrote:

> I've thought about that but afraid it'd make the skin.conf a mile long. So
> I've opted for a mile long README
>  with a section for the
> skin.conf options
> , can be
> updated adhoc. This is where the official skin documentation resides
> currently.
>
> On Tuesday, September 10, 2019 at 8:24:41 PM UTC-4, Greg from Oz wrote:
>>
>> I did this and it works!
>> radar_html = "> target='_blank'>"
>>
>> As a suggestion maybe you should add comments and examples in the
>> skin.conf for each configurable parameter?
>>
>> Thanks again.
>>
>>
>> On Wed, 11 Sep 2019 at 10:12, Pat  wrote:
>>
>>> Yep, since it's HTML you can do whatever you want with it, so a link
>>> should work fine
>>>
>>> On Tuesday, September 10, 2019 at 8:11:41 PM UTC-4, Greg from Oz wrote:

 Yes that worked.
 So I can just add a hyperlink that opens a new page to that as it is
 html?
 Thanks

 Like I stated earlier the windy.com is good but when viewed on the
 phone I had to swipe the screen so I could get past the windy.com
 graphic because if you try swiping on the graphic the map moves and not the
 screen.
 That is why I am changing it.


 On Wed, 11 Sep 2019 at 10:06, Pat  wrote:

> I guess it's been a long day. I've forgotten how this option works.
> This option has to be in HTML, so users can display an iframe, a gif, a
> png, whatever they want.
>
> Try this, it's worked for me.
>
> radar_html = ""
>
>
>
> On Tuesday, September 10, 2019 at 8:05:30 PM UTC-4, Greg from Oz wrote:
>>
>> Good to know that I didn't break it :)
>> I will leave it until the next version then?
>> If you want me to test the latest version let me know. I am good at
>> breaking things..haha
>> Thanks
>>
>> On Wednesday, 11 September 2019 10:01:02 UTC+10, Pat wrote:
>>>
>>> Yes and apparently not since 1.0 was released :)
>>>
>>> On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz
>>> wrote:

 Is it designed to be able to change radar sites?
 Has anyone else asked to change the site?


 On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:
>
> Yeah it was a long shot and I was being hopeful that those numbers
> maybe were the problem. I just tried it myself and it failed so let 
> me see
> if I can get it fixed up in development for the 1.1 release.
>
> On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz
> wrote:
>>
>> Same thing. It just displays text where the windy.com was and
>> shows whatever URL I typed in.
>>
>> On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:
>>>
>>> What if you try it without the numbers at the end?
>>> http://www.bom.gov.au/radar/IDR033.gif ?
>>>
>>> On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz
>>> wrote:

 The space does remove the windy.com site.

 The windy.com is pretty good but if I look at it on the phone
 and I swipe up or down and accidentally press the graphic the map 
 moves so
 I would like to change it to a different site.

 I want to replace it with
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have
 that as a hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/

 Similar to what I have on https://weather.ubeaut.work/

 I change the skin.conf radar_html = "
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the
 web page doesn't display the graphic it just displays the text
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640

 Other than that it is working and is great.


 On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:
>
> Thanks a lot Pat the space did the trick to disable windy.com.
> i will have a go and see what happens with Chrome. i did find 
> more such
> errors on Firefox when i went looking for it on google.
>
 --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-10 Thread Pat
I've thought about that but afraid it'd make the skin.conf a mile long. So 
I've opted for a mile long README 
 with a section for the 
skin.conf options 
, can be updated 
adhoc. This is where the official skin documentation resides currently. 

On Tuesday, September 10, 2019 at 8:24:41 PM UTC-4, Greg from Oz wrote:
>
> I did this and it works!
> radar_html = " target='_blank'>"
>
> As a suggestion maybe you should add comments and examples in the 
> skin.conf for each configurable parameter?
>
> Thanks again.
>
>
> On Wed, 11 Sep 2019 at 10:12, Pat > 
> wrote:
>
>> Yep, since it's HTML you can do whatever you want with it, so a link 
>> should work fine
>>
>> On Tuesday, September 10, 2019 at 8:11:41 PM UTC-4, Greg from Oz wrote:
>>>
>>> Yes that worked.
>>> So I can just add a hyperlink that opens a new page to that as it is 
>>> html?
>>> Thanks
>>>
>>> Like I stated earlier the windy.com is good but when viewed on the 
>>> phone I had to swipe the screen so I could get past the windy.com 
>>> graphic because if you try swiping on the graphic the map moves and not the 
>>> screen.
>>> That is why I am changing it.
>>>
>>>
>>> On Wed, 11 Sep 2019 at 10:06, Pat  wrote:
>>>
 I guess it's been a long day. I've forgotten how this option works. 
 This option has to be in HTML, so users can display an iframe, a gif, a 
 png, whatever they want. 

 Try this, it's worked for me. 

 radar_html = ""



 On Tuesday, September 10, 2019 at 8:05:30 PM UTC-4, Greg from Oz wrote:
>
> Good to know that I didn't break it :)
> I will leave it until the next version then?
> If you want me to test the latest version let me know. I am good at 
> breaking things..haha
> Thanks
>
> On Wednesday, 11 September 2019 10:01:02 UTC+10, Pat wrote:
>>
>> Yes and apparently not since 1.0 was released :)
>>
>> On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz 
>> wrote:
>>>
>>> Is it designed to be able to change radar sites?
>>> Has anyone else asked to change the site?
>>>
>>>
>>> On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:

 Yeah it was a long shot and I was being hopeful that those numbers 
 maybe were the problem. I just tried it myself and it failed so let me 
 see 
 if I can get it fixed up in development for the 1.1 release. 

 On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz 
 wrote:
>
> Same thing. It just displays text where the windy.com was and 
> shows whatever URL I typed in.
>
> On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:
>>
>> What if you try it without the numbers at the end? 
>> http://www.bom.gov.au/radar/IDR033.gif ?
>>
>> On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz 
>> wrote:
>>>
>>> The space does remove the windy.com site.
>>>
>>> The windy.com is pretty good but if I look at it on the phone 
>>> and I swipe up or down and accidentally press the graphic the map 
>>> moves so 
>>> I would like to change it to a different site.
>>>
>>> I want to replace it with 
>>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have 
>>> that as a hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/
>>>
>>> Similar to what I have on https://weather.ubeaut.work/
>>>
>>> I change the skin.conf radar_html = "
>>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the 
>>> web page doesn't display the graphic it just displays the text 
>>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640
>>>
>>> Other than that it is working and is great.
>>>
>>>
>>> On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:

 Thanks a lot Pat the space did the trick to disable windy.com. 
 i will have a go and see what happens with Chrome. i did find more 
 such 
 errors on Firefox when i went looking for it on google.

>>> -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups "weewx-user" group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 weewx...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/832b986c-f66f-45b1-a564-58b6e1fc5494%40googlegroups.com
  
 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-10 Thread Pat
Yep, since it's HTML you can do whatever you want with it, so a link should 
work fine

On Tuesday, September 10, 2019 at 8:11:41 PM UTC-4, Greg from Oz wrote:
>
> Yes that worked.
> So I can just add a hyperlink that opens a new page to that as it is html?
> Thanks
>
> Like I stated earlier the windy.com is good but when viewed on the phone 
> I had to swipe the screen so I could get past the windy.com graphic 
> because if you try swiping on the graphic the map moves and not the screen.
> That is why I am changing it.
>
>
> On Wed, 11 Sep 2019 at 10:06, Pat > 
> wrote:
>
>> I guess it's been a long day. I've forgotten how this option works. This 
>> option has to be in HTML, so users can display an iframe, a gif, a png, 
>> whatever they want. 
>>
>> Try this, it's worked for me. 
>>
>> radar_html = ""
>>
>>
>>
>> On Tuesday, September 10, 2019 at 8:05:30 PM UTC-4, Greg from Oz wrote:
>>>
>>> Good to know that I didn't break it :)
>>> I will leave it until the next version then?
>>> If you want me to test the latest version let me know. I am good at 
>>> breaking things..haha
>>> Thanks
>>>
>>> On Wednesday, 11 September 2019 10:01:02 UTC+10, Pat wrote:

 Yes and apparently not since 1.0 was released :)

 On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz wrote:
>
> Is it designed to be able to change radar sites?
> Has anyone else asked to change the site?
>
>
> On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:
>>
>> Yeah it was a long shot and I was being hopeful that those numbers 
>> maybe were the problem. I just tried it myself and it failed so let me 
>> see 
>> if I can get it fixed up in development for the 1.1 release. 
>>
>> On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz 
>> wrote:
>>>
>>> Same thing. It just displays text where the windy.com was and shows 
>>> whatever URL I typed in.
>>>
>>> On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:

 What if you try it without the numbers at the end? 
 http://www.bom.gov.au/radar/IDR033.gif ?

 On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz 
 wrote:
>
> The space does remove the windy.com site.
>
> The windy.com is pretty good but if I look at it on the phone and 
> I swipe up or down and accidentally press the graphic the map moves 
> so I 
> would like to change it to a different site.
>
> I want to replace it with 
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have 
> that as a hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/
>
> Similar to what I have on https://weather.ubeaut.work/
>
> I change the skin.conf radar_html = "
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the 
> web page doesn't display the graphic it just displays the text 
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640
>
> Other than that it is working and is great.
>
>
> On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:
>>
>> Thanks a lot Pat the space did the trick to disable windy.com. i 
>> will have a go and see what happens with Chrome. i did find more 
>> such 
>> errors on Firefox when i went looking for it on google.
>>
> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "weewx-user" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> weewx...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/832b986c-f66f-45b1-a564-58b6e1fc5494%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> ¯\_(ツ)_/¯
>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/6c5d5061-f435-40c5-a5ff-6f929abc653f%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-10 Thread Greg Reive
Yes that worked.
So I can just add a hyperlink that opens a new page to that as it is html?
Thanks

Like I stated earlier the windy.com is good but when viewed on the phone I
had to swipe the screen so I could get past the windy.com graphic because
if you try swiping on the graphic the map moves and not the screen.
That is why I am changing it.


On Wed, 11 Sep 2019 at 10:06, Pat  wrote:

> I guess it's been a long day. I've forgotten how this option works. This
> option has to be in HTML, so users can display an iframe, a gif, a png,
> whatever they want.
>
> Try this, it's worked for me.
>
> radar_html = ""
>
>
>
> On Tuesday, September 10, 2019 at 8:05:30 PM UTC-4, Greg from Oz wrote:
>>
>> Good to know that I didn't break it :)
>> I will leave it until the next version then?
>> If you want me to test the latest version let me know. I am good at
>> breaking things..haha
>> Thanks
>>
>> On Wednesday, 11 September 2019 10:01:02 UTC+10, Pat wrote:
>>>
>>> Yes and apparently not since 1.0 was released :)
>>>
>>> On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz wrote:

 Is it designed to be able to change radar sites?
 Has anyone else asked to change the site?


 On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:
>
> Yeah it was a long shot and I was being hopeful that those numbers
> maybe were the problem. I just tried it myself and it failed so let me see
> if I can get it fixed up in development for the 1.1 release.
>
> On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz wrote:
>>
>> Same thing. It just displays text where the windy.com was and shows
>> whatever URL I typed in.
>>
>> On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:
>>>
>>> What if you try it without the numbers at the end?
>>> http://www.bom.gov.au/radar/IDR033.gif ?
>>>
>>> On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz
>>> wrote:

 The space does remove the windy.com site.

 The windy.com is pretty good but if I look at it on the phone and
 I swipe up or down and accidentally press the graphic the map moves so 
 I
 would like to change it to a different site.

 I want to replace it with
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have
 that as a hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/

 Similar to what I have on https://weather.ubeaut.work/

 I change the skin.conf radar_html = "
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the web
 page doesn't display the graphic it just displays the text
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640

 Other than that it is working and is great.


 On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:
>
> Thanks a lot Pat the space did the trick to disable windy.com. i
> will have a go and see what happens with Chrome. i did find more such
> errors on Firefox when i went looking for it on google.
>
 --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/832b986c-f66f-45b1-a564-58b6e1fc5494%40googlegroups.com
> 
> .
>


-- 
¯\_(ツ)_/¯

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAD_tbc-4ONtROF%3DaKkyxuLn4FzuQFvFwc5AVp4Yw0PECKFSHyQ%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-05 Thread Greg Reive
Thanks for that.
Looking forward to the new version.


On Thu., 5 Sep. 2019, 23:26 Pat,  wrote:

> Greg, I've made this change where I flip the font icon if the station is
> in the southern hemisphere. I've committed it to my development branch
> 
> for the skin. It'll be in the 1.1 version.
>
>
> On Wednesday, September 4, 2019 at 8:00:40 PM UTC-4, Pat wrote:
>>
>> Greg, great question. The icons are actually a font
>> , and it doesn't look like
>> they observe northern or southern hemisphere in their default set.
>>
>> Are all moon phases flipped for all southern hemisphere locations?
>>
>> If so, I could use CSS to flip the font horizontally if the station's
>> latitude has a negative in it from weewx.conf. That's a potential
>> work-around.
>>
>> Here's a jsfiddle I've done just now to show you
>>  what I mean about the flip.
>>
>>
>>
>> On Wednesday, September 4, 2019 at 7:26:51 PM UTC-4, Greg from Oz wrote:
>>>
>>> Hi Pat
>>>
>>> I was wondering if there is a way to make the moon icons southern
>>> hemisphere.
>>>
>>> [image: Screenshot from 2019-09-05 09-23-39.png]
>>>
>>> The crescent down here is on the left hand side.
>>>
>>>
>>> It's just an aesthetic thing. The skin is great by the way.
>>>
>>>
>>> Thanks
>>>
>>> Greg
>>>
>>>
>>> On Tuesday, 3 September 2019 21:53:30 UTC+10, Pat wrote:

 This is a Meteostick issue (and not a skin issue). The stick reports
 10 minute average wind gust, but weewx and the archive schema don't support
 that observation type
 .
 As a result, wind gusts aren't available in real time from the stick. Weewx
 has to do those calculations on the archive interval, so the website gets
 updated at that time.

>>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/42dbeec3-362c-469f-9cb3-046852536bfc%40googlegroups.com
> 
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAD_tbc82%2BdVZRqh9gTZ1VOYY6aTnggADeCYuv4YMo_3X9vcVsg%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-31 Thread Steve Shuff
Cancel
On Sat, 31 Aug 2019, 17:07 Stefan,  wrote:

> Hello Pat.
> Thank you for your answer. I think you mean this one. I had made various
> changes, but without success. Which variables do I have to use there?
> Do not see any color in the wind.
>
> See this: https://www.meteo-oberwallis.ch/wetter/glis/user/
>
> // Change the color of the windSpeed_kph variable
> function update_windSpeed_kph( wind ) {
> outTemp = parseFloat( wind ).toFixed(0); // Convert back to decimal
> literal
> if ( wind <= 0 ) {
> jQuery(".curwindspeed").css( "color", "#1278c8" );
> } else if ( wind <= -3.8 ) {
> jQuery(".curwindspeed").css( "color", "#30bfef" );
> } else if ( wind <= 0 ) {
> jQuery(".curwindspeed").css( "color", "#1fafdd" );
> } else if ( wind <= 4.4 ) {
> jQuery(".curwindspeed").css( "color", "rgba(0,172,223,1)" );
> } else if ( wind <= 10 ) {
> jQuery(".curwindspeed").css( "color", "#71bc3c" );
> } else if ( wind <= 12.7 ) {
> jQuery(".curwindspeed").css( "color", "rgba(90,179,41,0.8)" );
> } else if ( wind <= 18.3 ) {
> jQuery(".curwindspeed").css( "color", "rgba(131,173,45,1)" );
> } else if ( wind <= 21.1 ) {
> jQuery(".curwindspeed").css( "color", "rgba(206,184,98,1)" );
> } else if ( wind <= 23.8 ) {
> jQuery(".curwindspeed").css( "color", "rgba(255,174,0,0.9)" );
> } else if ( wind <= 26.6 ) {
> jQuery(".curwindspeed").css( "color", "rgba(255,153,0,0.9)" );
> } else if ( wind <= 29.4 ) {
> jQuery(".curwindspeed").css( "color", "rgba(255,127,0,1)" );
> } else if ( wind <= 32.2 ) {
> jQuery(".curwindspeed").css( "color", "rgba(255,79,0,0.9)" );
> } else if ( wind <= 35 ) {
> jQuery(".curwindspeed").css( "color", "rgba(255,69,69,1)" );
> } else if ( wind <= 43.3 ) {
> jQuery(".curwindspeed").css( "color", "rgba(255,104,104,1)" );
> } else if ( wind >= 43.4 ) {
> jQuery(".curwindspeed").css( "color", "rgba(218,113,113,1)" );
> }
> }
>
> Am Samstag, 31. August 2019 15:03:59 UTC+2 schrieb Pat:
>>
>> The code doesn't exist in the skin as it is right now, but it would be
>> easy to add.
>>
>> Create a new function in the belchertown.js.tmpl file for the wind speed
>> and the colors you want. You could copy something like this for the
>> temperature
>> .
>> Then have the wind speed go through that function
>> 
>> to change it's color. Use the temperature live section
>> 
>> for an example of this.
>>
>> On Saturday, August 31, 2019 at 5:53:06 AM UTC-4, Stefan wrote:
>>>
>>> Hello.
>>> I have a question. Can the wind speed in Belchertown also be colored? eg
>>> from 40 km yellow and from 80 red and from 120 purple? I mean in live
>>> view.
>>>
>>> [image: Unbenannt.PNG]
>>>
>>> Thanks for Help
>>>
>>>
>>> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/097832b9-8b60-4fb5-ab57-00cd96f89cb8%40googlegroups.com
> 
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CADNpUBFCjx%3D2rEJyxyGvReicxob9w%3DFtDVk_7mwG2vdpg68VzQ%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-19 Thread Ron Sell
how do I do a select from the database?
I created a back up to run a select statement.  I have sqlite running.
im just not sure where to go from here.

On 8/19/19, vince  wrote:
> On Monday, August 19, 2019 at 2:23:34 PM UTC-7, rich T wrote:
>>
>> Look in the "lightning_strikes" column of your weewx dB, the strike data
>> contains a value something like "15.8906578"   Try adding
>> lightning_strikes
>> = %0f under [StringFormat] the Belchertown skin.conf to see if that
>> resolves the issue.
>>
>>
>
> Rather than mess with the graphical interface, lets look at the db first.
> Do a select statement of the db and report the values in the
> lightning-related elements for all the strikes. That would be pretty
> interesting.
>
> I don't map lightning on my WF system or even capture it in my influxdb
> either, we get so little lightning where we live.   If it's a half-dozen
> strikes a year it's a lot.
>
> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/4b23e1c8-d4e0-465d-a162-30225ec6d76f%40googlegroups.com.
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CABn15dag3zAbfH89tOku0%2BjUWKqeDb%3DKaqdUJm%2BYb0-ycecz-g%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-19 Thread vince
On Monday, August 19, 2019 at 2:23:34 PM UTC-7, rich T wrote:
>
> Look in the "lightning_strikes" column of your weewx dB, the strike data 
> contains a value something like "15.8906578"   Try adding lightning_strikes 
> = %0f under [StringFormat] the Belchertown skin.conf to see if that 
> resolves the issue.  
>  
>

Rather than mess with the graphical interface, lets look at the db first.
Do a select statement of the db and report the values in the 
lightning-related elements for all the strikes. That would be pretty 
interesting.

I don't map lightning on my WF system or even capture it in my influxdb 
either, we get so little lightning where we live.   If it's a half-dozen 
strikes a year it's a lot.

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/4b23e1c8-d4e0-465d-a162-30225ec6d76f%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-19 Thread rich T
Look in the "lightning_strikes" column of your weewx dB, the strike data 
contains a value something like "15.8906578"   Try adding lightning_strikes 
= %0f under [StringFormat] the Belchertown skin.conf to see if that 
resolves the issue.  

I almost have the same issue, but with the 06045M and sdr.py.  The 
"lightning_strikes" column contains a value something like "58.8906578", 
but rolls over after 127 indicating to me it is a counter not the total.

On Monday, August 19, 2019 at 4:01:21 PM UTC-4, Ron Sell wrote:

> here is the grapf.conf
>
> [[lightninggroupby]]
> title = Lightning Strikes This Year
> yAxisLabel = ""
> time_length = year
> xaxis_groupby = month
> xaxis_categories = 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>
>
> [[[lightning_strikes]]]
> name = Lightning Count
> type = column
> yAxisLabel = Lightning Count
> [[[avg_distance]]]
> name = Average Distance (mi)
> type = column
> aggregate_interval = 300 # 5 minutes
> aggregate_type = avg
> yAxis = 1
> yAxisLabel = Average Distance (mile)
>
> The numbers are coming from hovering over the data.
>
>
>
> On Mon, Aug 19, 2019 at 3:56 PM vince > 
> wrote:
>
>> On Monday, August 19, 2019 at 8:05:05 AM UTC-7, Ron Sell wrote:
>>>
>>> I am using these:
>>> lightning_strikes = lightning_strike_count.AR-00015732.obs_air
>>> avg_distance = lightning_strike_avg_distance.AR-00015732.obs_air
>>>
>>>
>>>
>> We need to see how you have the 'skin' configured.
>>
>> Presumably there is a graphs.conf file to get graphs of stuff (?)
>> Where does the values you're quoting come from ?   Are the float values 
>> something you're getting from hovering over the highcharts graphs ?
>>
>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/140180c9-ac53-41d1-ac0a-dbd2656dd005%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/b0be64cb-b92b-4706-8c11-45798314a4a1%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-19 Thread Ron Sell
here is the grapf.conf

[[lightninggroupby]]
title = Lightning Strikes This Year
yAxisLabel = ""
time_length = year
xaxis_groupby = month
xaxis_categories = 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'


[[[lightning_strikes]]]
name = Lightning Count
type = column
yAxisLabel = Lightning Count
[[[avg_distance]]]
name = Average Distance (mi)
type = column
aggregate_interval = 300 # 5 minutes
aggregate_type = avg
yAxis = 1
yAxisLabel = Average Distance (mile)

The numbers are coming from hovering over the data.



On Mon, Aug 19, 2019 at 3:56 PM vince  wrote:

> On Monday, August 19, 2019 at 8:05:05 AM UTC-7, Ron Sell wrote:
>>
>> I am using these:
>> lightning_strikes = lightning_strike_count.AR-00015732.obs_air
>> avg_distance = lightning_strike_avg_distance.AR-00015732.obs_air
>>
>>
>>
> We need to see how you have the 'skin' configured.
>
> Presumably there is a graphs.conf file to get graphs of stuff (?)
> Where does the values you're quoting come from ?   Are the float values
> something you're getting from hovering over the highcharts graphs ?
>
>
> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/140180c9-ac53-41d1-ac0a-dbd2656dd005%40googlegroups.com
> 
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CABn15dbzMTdBDeyTTvo5eZdD%3DMkZzsphy2xQQGPyOjAmL4q6tw%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-19 Thread vince
On Monday, August 19, 2019 at 8:05:05 AM UTC-7, Ron Sell wrote:
>
> I am using these:
> lightning_strikes = lightning_strike_count.AR-00015732.obs_air
> avg_distance = lightning_strike_avg_distance.AR-00015732.obs_air
>
>
>
We need to see how you have the 'skin' configured.

Presumably there is a graphs.conf file to get graphs of stuff (?)
Where does the values you're quoting come from ?   Are the float values 
something you're getting from hovering over the highcharts graphs ?


-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/140180c9-ac53-41d1-ac0a-dbd2656dd005%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-19 Thread Ron Sell
I am using these:
lightning_strikes = lightning_strike_count.AR-00015732.obs_air
avg_distance = lightning_strike_avg_distance.AR-00015732.obs_air

 I am using the Belchertown weather skin.

On Mon, Aug 19, 2019 at 10:50 AM vince  wrote:

> On Monday, August 19, 2019 at 4:26:41 AM UTC-7, Ron Sell wrote:
>>
>> Here is my weewx.conf file.
>>
>> Lightning Count is 16.20
>> Average Distance is .032
>>
>>
>>
> Ok, your sensor map looks like:
> [[sensor_map]]
> lightning_strikes = lightning_strike_count.AR-00015732.obs_air
> avg_distance = lightning_strike_avg_distance.AR-00015732.obs_air
> lightningYYY = distance.AR-00015732.evt_strike
> lightningZZZ = energy.AR-00015732.evt_strike
>
> So what value are you actually reading when you say you have a non-integer
> strike count ?
>
> What's in the skin you're saying is generating a non-integer value ?
> And if your average distance is 0.032 (km) I'd suggest your hair is on
> fire
>
> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/6a93a4ea-814f-4d81-a1f3-4a024e762314%40googlegroups.com
> 
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CABn15dbUtCCn22xWVDjrtFG8f2NjM--HyPcZ%3D%3DapyaUSqX5etQ%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-19 Thread vince
On Monday, August 19, 2019 at 4:26:41 AM UTC-7, Ron Sell wrote:
>
> Here is my weewx.conf file.
>
> Lightning Count is 16.20
> Average Distance is .032
>
>
>
Ok, your sensor map looks like:
[[sensor_map]]
lightning_strikes = lightning_strike_count.AR-00015732.obs_air
avg_distance = lightning_strike_avg_distance.AR-00015732.obs_air
lightningYYY = distance.AR-00015732.evt_strike
lightningZZZ = energy.AR-00015732.evt_strike

So what value are you actually reading when you say you have a non-integer 
strike count ?

What's in the skin you're saying is generating a non-integer value ?
And if your average distance is 0.032 (km) I'd suggest your hair is on 
fire

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/6a93a4ea-814f-4d81-a1f3-4a024e762314%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-19 Thread Ron Sell
Here is my weewx.conf file.

Lightning Count is 16.20
Average Distance is .032

Thanks


On Sun, Aug 18, 2019 at 6:47 PM vince  wrote:

> On Sunday, August 18, 2019 at 2:47:32 PM UTC-7, Ron Sell wrote:
>>
>> 15.4 is the strike count. Do you want the weewx.config ?
>>
>>>
>>>
> I think we'd probably need to see your weatherflow driver section from
> weewx.conf to understand what you're reporting.
>
> The WF station UDP interface reports lightning strikes as an event with a
> timestamp, a distance in km, and a (undocumented units) measure of energy.
>   See https://weatherflow.github.io/SmartWeather/api/udp/v114/ for
> details near the top.
>
> My guess is you're getting 15.4 as an average 'distance' and not a
> 'count', but that's only a guess.
>
>
> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/dce86e79-af77-43b8-bc45-f6b61cdcba43%40googlegroups.com
> 
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CABn15dZMvENhN_xrZO6s3VmyfZA7G2c328oUzK0eVO8PxmpW3g%40mail.gmail.com.


weewx.conf
Description: Binary data


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread vince
On Sunday, August 18, 2019 at 2:47:32 PM UTC-7, Ron Sell wrote:
>
> 15.4 is the strike count. Do you want the weewx.config ?
>
>>
>>
I think we'd probably need to see your weatherflow driver section from 
weewx.conf to understand what you're reporting.

The WF station UDP interface reports lightning strikes as an event with a 
timestamp, a distance in km, and a (undocumented units) measure of energy. 
  See https://weatherflow.github.io/SmartWeather/api/udp/v114/ for details 
near the top. 

My guess is you're getting 15.4 as an average 'distance' and not a 'count', 
but that's only a guess.


-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/dce86e79-af77-43b8-bc45-f6b61cdcba43%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread rich T
What detector are you using:  06045M or AS3935 module.?  The 06045M seems 
to only display the counter number with a decimal point. Rolls back to "0" 
after "127".  The AS3935 displays the information without any issues.


.
>>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/316ebd18-79a9-4b66-9108-7e92da51088f%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread rich T

What detector are you using:  06045M or AS3935 module.?  The 06045M seems 
to only display the counter number with a decimal point. Rolls back to "0" 
after "127".  The AS3935 displays the information without any issues.


>>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/f0d2ac0c-8729-41d0-90f7-36c91e93bb47%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread Ron Sell
I am using Weather flow. I apologize for all the questions as I am new to
all of this.

On Sun, Aug 18, 2019 at 5:47 PM rich T  wrote:

> What detector are you using:  06045M or AS3935 module.?  The 06045M seems
> to only display the counter number with a decimal point. Rolls back to "0"
> after "127".  The AS3935 displays the information without any issues.
>
>
>
> On Sunday, August 18, 2019 at 4:39:47 PM UTC-4, Ron Sell wrote:
>
>> got it thanks. One last thing my lightning strikes are coming up 15.4.
>> any idea why ?
>>
>>
>>
>> On Sun, Aug 18, 2019 at 3:27 PM Pat  wrote:
>>
>>> Just remove the months from the chart's xaxis_categories  where you
>>> know you do not have data for.
>>>
>>> On Sunday, August 18, 2019 at 3:25:45 PM UTC-4, Ron Sell wrote:

 Do you know why it would show January as the month for both
 Climatological and Lightening ? I just extended the database yesterday for
 the lightening.

 On Sun, Aug 18, 2019 at 8:34 AM Pat  wrote:

> Here's what I have for my climatological values chart on the homepage
> :
>
> [[avgclimatethisyear]]
> title = "Average Climatological Values for This Year"
> type = spline
> time_length = year
> aggregate_type = max
> aggregate_interval = 86400 # 1 day
> gapsize = 8640
> 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"
>
>
> To chart other years use something like this with the year_specific
> option
>
>
> [[chart1]]
> title = "Average Climatological Values for 2018"
> time_length = year_specific
> year_specific = 2018
> xaxis_groupby = month
> xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
> 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
> [[[outTemp]]]
> zIndex = 2
> name = Max Temperature
> color = "#fc0404"
> marker
> enabled = true
> radius = 4
> [[[outTemp_min]]]
> name = Min Temperature
> observation_type = outTemp
> aggregate_type = min
> zIndex = 2
> color = "#173c6a"
> marker
> enabled = true
> radius = 4
> [[[rainTotal]]]
> name = Rain Total
> type = column
> yAxis = 1
> zIndex = 0
> color = "#438bd6"
>
>
>
>
>
>
> On Sunday, August 18, 2019 at 8:29:02 AM UTC-4, Ron Sell wrote:
>>
>> Awesome thank you so much.
>>
>> I am also attempting to add Average Climatological Valuesfor This
>> Year.
>> I’ll see if I can get that one going too.
>>
>> On Sun, Aug 18, 2019 at 8:25 AM Pat  wrote:
>>
>>> If you're looking at the lightning charts that I'm doing on my
>>> homepage , add
>>> something like this to your homepage's graph group inside graphs.conf
>>>
>>> [[lightninggroupby]]
>>> title = Lightning Strikes This Year
>>> yAxisLabel = ""
>>> time_length = year
>>> xaxis_groupby = month
>>> xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
>>> 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>>>
>>>
>>> [[[lightning_strikes]]]
>>> name = Lightning Count
>>> type = column
>>> yAxisLabel = Lightning Count
>>> [[[avg_distance]]]
>>> name = Average Distance (mi)
>>> type = column
>>> aggregate_interval = 300 # 5 minutes
>>> aggregate_type = avg
>>> yAxis = 1
>>> yAxisLabel = Average Distance (mile)
>>>
>>>
>>>
>>>
>>>
>>> On Sunday, August 18, 2019 at 8:19:01 AM UTC-4, Ron Sell wrote:

 I got the lightening to work. How do I get it to run for the year
 on the homepage?
 Thanks Ron

 On Fri, Aug 16, 2019, 6:31 PM rich T  wrote:

> In the graphs.conf file add

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread Ron Sell
15.4 is the strike count. Do you want the weewx.config ?

On Sun, Aug 18, 2019 at 4:57 PM Pat  wrote:

> Not without more detail. 15.4 is a little arbitrary for me. Is this km?
> mi? count? Is this a chart thing or a database thing? I'd need more details
> and possibly configs
>
> On Sunday, August 18, 2019 at 4:39:47 PM UTC-4, Ron Sell wrote:
>>
>> got it thanks. One last thing my lightning strikes are coming up 15.4.
>> any idea why ?
>>
>>
>>
>> On Sun, Aug 18, 2019 at 3:27 PM Pat  wrote:
>>
>>> Just remove the months from the chart's xaxis_categories  where you
>>> know you do not have data for.
>>>
>>> On Sunday, August 18, 2019 at 3:25:45 PM UTC-4, Ron Sell wrote:

 Do you know why it would show January as the month for both
 Climatological and Lightening ? I just extended the database yesterday for
 the lightening.

 On Sun, Aug 18, 2019 at 8:34 AM Pat  wrote:

> Here's what I have for my climatological values chart on the homepage
> :
>
> [[avgclimatethisyear]]
> title = "Average Climatological Values for This Year"
> type = spline
> time_length = year
> aggregate_type = max
> aggregate_interval = 86400 # 1 day
> gapsize = 8640
> 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"
>
>
> To chart other years use something like this with the year_specific
> option
>
>
> [[chart1]]
> title = "Average Climatological Values for 2018"
> time_length = year_specific
> year_specific = 2018
> xaxis_groupby = month
> xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
> 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
> [[[outTemp]]]
> zIndex = 2
> name = Max Temperature
> color = "#fc0404"
> marker
> enabled = true
> radius = 4
> [[[outTemp_min]]]
> name = Min Temperature
> observation_type = outTemp
> aggregate_type = min
> zIndex = 2
> color = "#173c6a"
> marker
> enabled = true
> radius = 4
> [[[rainTotal]]]
> name = Rain Total
> type = column
> yAxis = 1
> zIndex = 0
> color = "#438bd6"
>
>
>
>
>
>
> On Sunday, August 18, 2019 at 8:29:02 AM UTC-4, Ron Sell wrote:
>>
>> Awesome thank you so much.
>>
>> I am also attempting to add Average Climatological Valuesfor This
>> Year.
>> I’ll see if I can get that one going too.
>>
>> On Sun, Aug 18, 2019 at 8:25 AM Pat  wrote:
>>
>>> If you're looking at the lightning charts that I'm doing on my
>>> homepage , add
>>> something like this to your homepage's graph group inside graphs.conf
>>>
>>> [[lightninggroupby]]
>>> title = Lightning Strikes This Year
>>> yAxisLabel = ""
>>> time_length = year
>>> xaxis_groupby = month
>>> xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
>>> 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>>>
>>>
>>> [[[lightning_strikes]]]
>>> name = Lightning Count
>>> type = column
>>> yAxisLabel = Lightning Count
>>> [[[avg_distance]]]
>>> name = Average Distance (mi)
>>> type = column
>>> aggregate_interval = 300 # 5 minutes
>>> aggregate_type = avg
>>> yAxis = 1
>>> yAxisLabel = Average Distance (mile)
>>>
>>>
>>>
>>>
>>>
>>> On Sunday, August 18, 2019 at 8:19:01 AM UTC-4, Ron Sell wrote:

 I got the lightening to work. How do I get it to run for the year
 on the homepage?
 Thanks Ron

 On Fri, Aug 16, 2019, 6:31 PM rich T  wrote:

> In the graphs.conf file add
>
> [homepage]
>
> .
>
> 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread rich T
What detector are you using:  06045M or AS3935 module.?  The 06045M seems 
to only display the counter number with a decimal point. Rolls back to "0" 
after "127".  The AS3935 displays the information without any issues.



On Sunday, August 18, 2019 at 4:39:47 PM UTC-4, Ron Sell wrote:

> got it thanks. One last thing my lightning strikes are coming up 15.4. any 
> idea why ?
>
>
>
> On Sun, Aug 18, 2019 at 3:27 PM Pat > 
> wrote:
>
>> Just remove the months from the chart's xaxis_categories  where you know 
>> you do not have data for. 
>>
>> On Sunday, August 18, 2019 at 3:25:45 PM UTC-4, Ron Sell wrote:
>>>
>>> Do you know why it would show January as the month for both 
>>> Climatological and Lightening ? I just extended the database yesterday for 
>>> the lightening. 
>>>
>>> On Sun, Aug 18, 2019 at 8:34 AM Pat  wrote:
>>>
 Here's what I have for my climatological values chart on the homepage 
 :

 [[avgclimatethisyear]]
 title = "Average Climatological Values for This Year"
 type = spline
 time_length = year
 aggregate_type = max
 aggregate_interval = 86400 # 1 day
 gapsize = 8640
 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"


 To chart other years use something like this with the year_specific 
 option


 [[chart1]]
 title = "Average Climatological Values for 2018"
 time_length = year_specific
 year_specific = 2018
 xaxis_groupby = month
 xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 
 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
 [[[outTemp]]]
 zIndex = 2
 name = Max Temperature
 color = "#fc0404"
 marker
 enabled = true
 radius = 4
 [[[outTemp_min]]]
 name = Min Temperature
 observation_type = outTemp
 aggregate_type = min
 zIndex = 2
 color = "#173c6a"
 marker
 enabled = true
 radius = 4
 [[[rainTotal]]]
 name = Rain Total
 type = column
 yAxis = 1
 zIndex = 0
 color = "#438bd6"






 On Sunday, August 18, 2019 at 8:29:02 AM UTC-4, Ron Sell wrote:
>
> Awesome thank you so much.
>
> I am also attempting to add Average Climatological Valuesfor This Year.
> I’ll see if I can get that one going too.
>
> On Sun, Aug 18, 2019 at 8:25 AM Pat  wrote:
>
>> If you're looking at the lightning charts that I'm doing on my 
>> homepage , add 
>> something like this to your homepage's graph group inside graphs.conf
>>
>> [[lightninggroupby]]
>> title = Lightning Strikes This Year
>> yAxisLabel = ""
>> time_length = year
>> xaxis_groupby = month
>> xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 
>> 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>>
>>
>> [[[lightning_strikes]]]
>> name = Lightning Count
>> type = column
>> yAxisLabel = Lightning Count
>> [[[avg_distance]]]
>> name = Average Distance (mi)
>> type = column
>> aggregate_interval = 300 # 5 minutes
>> aggregate_type = avg
>> yAxis = 1
>> yAxisLabel = Average Distance (mile)
>>
>>
>>
>>
>>
>> On Sunday, August 18, 2019 at 8:19:01 AM UTC-4, Ron Sell wrote:
>>>
>>> I got the lightening to work. How do I get it to run for the year on 
>>> the homepage?
>>> Thanks Ron 
>>>
>>> On Fri, Aug 16, 2019, 6:31 PM rich T  wrote:
>>>
 In the graphs.conf file add

 [homepage]

 .

 [[Lightning_chart]]
 title = Lightning (Last 3 Hour)
 time_length = 10800
 aggregate_interval = 300
 gapsize = 108000
 type 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread Pat
Not without more detail. 15.4 is a little arbitrary for me. Is this km? mi? 
count? Is this a chart thing or a database thing? I'd need more details and 
possibly configs

On Sunday, August 18, 2019 at 4:39:47 PM UTC-4, Ron Sell wrote:
>
> got it thanks. One last thing my lightning strikes are coming up 15.4. any 
> idea why ?
>
>
>
> On Sun, Aug 18, 2019 at 3:27 PM Pat > 
> wrote:
>
>> Just remove the months from the chart's xaxis_categories  where you know 
>> you do not have data for. 
>>
>> On Sunday, August 18, 2019 at 3:25:45 PM UTC-4, Ron Sell wrote:
>>>
>>> Do you know why it would show January as the month for both 
>>> Climatological and Lightening ? I just extended the database yesterday for 
>>> the lightening. 
>>>
>>> On Sun, Aug 18, 2019 at 8:34 AM Pat  wrote:
>>>
 Here's what I have for my climatological values chart on the homepage 
 :

 [[avgclimatethisyear]]
 title = "Average Climatological Values for This Year"
 type = spline
 time_length = year
 aggregate_type = max
 aggregate_interval = 86400 # 1 day
 gapsize = 8640
 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"


 To chart other years use something like this with the year_specific 
 option


 [[chart1]]
 title = "Average Climatological Values for 2018"
 time_length = year_specific
 year_specific = 2018
 xaxis_groupby = month
 xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 
 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
 [[[outTemp]]]
 zIndex = 2
 name = Max Temperature
 color = "#fc0404"
 marker
 enabled = true
 radius = 4
 [[[outTemp_min]]]
 name = Min Temperature
 observation_type = outTemp
 aggregate_type = min
 zIndex = 2
 color = "#173c6a"
 marker
 enabled = true
 radius = 4
 [[[rainTotal]]]
 name = Rain Total
 type = column
 yAxis = 1
 zIndex = 0
 color = "#438bd6"






 On Sunday, August 18, 2019 at 8:29:02 AM UTC-4, Ron Sell wrote:
>
> Awesome thank you so much.
>
> I am also attempting to add Average Climatological Valuesfor This Year.
> I’ll see if I can get that one going too.
>
> On Sun, Aug 18, 2019 at 8:25 AM Pat  wrote:
>
>> If you're looking at the lightning charts that I'm doing on my 
>> homepage , add 
>> something like this to your homepage's graph group inside graphs.conf
>>
>> [[lightninggroupby]]
>> title = Lightning Strikes This Year
>> yAxisLabel = ""
>> time_length = year
>> xaxis_groupby = month
>> xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 
>> 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>>
>>
>> [[[lightning_strikes]]]
>> name = Lightning Count
>> type = column
>> yAxisLabel = Lightning Count
>> [[[avg_distance]]]
>> name = Average Distance (mi)
>> type = column
>> aggregate_interval = 300 # 5 minutes
>> aggregate_type = avg
>> yAxis = 1
>> yAxisLabel = Average Distance (mile)
>>
>>
>>
>>
>>
>> On Sunday, August 18, 2019 at 8:19:01 AM UTC-4, Ron Sell wrote:
>>>
>>> I got the lightening to work. How do I get it to run for the year on 
>>> the homepage?
>>> Thanks Ron 
>>>
>>> On Fri, Aug 16, 2019, 6:31 PM rich T  wrote:
>>>
 In the graphs.conf file add

 [homepage]

 .

 [[Lightning_chart]]
 title = Lightning (Last 3 Hour)
 time_length = 10800
 aggregate_interval = 300
 gapsize = 108000
 type = column
 
 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread Ron Sell
got it thanks. One last thing my lightning strikes are coming up 15.4. any
idea why ?



On Sun, Aug 18, 2019 at 3:27 PM Pat  wrote:

> Just remove the months from the chart's xaxis_categories  where you know
> you do not have data for.
>
> On Sunday, August 18, 2019 at 3:25:45 PM UTC-4, Ron Sell wrote:
>>
>> Do you know why it would show January as the month for both
>> Climatological and Lightening ? I just extended the database yesterday for
>> the lightening.
>>
>> On Sun, Aug 18, 2019 at 8:34 AM Pat  wrote:
>>
>>> Here's what I have for my climatological values chart on the homepage
>>> :
>>>
>>> [[avgclimatethisyear]]
>>> title = "Average Climatological Values for This Year"
>>> type = spline
>>> time_length = year
>>> aggregate_type = max
>>> aggregate_interval = 86400 # 1 day
>>> gapsize = 8640
>>> 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"
>>>
>>>
>>> To chart other years use something like this with the year_specific
>>> option
>>>
>>>
>>> [[chart1]]
>>> title = "Average Climatological Values for 2018"
>>> time_length = year_specific
>>> year_specific = 2018
>>> xaxis_groupby = month
>>> xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
>>> 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>>> [[[outTemp]]]
>>> zIndex = 2
>>> name = Max Temperature
>>> color = "#fc0404"
>>> marker
>>> enabled = true
>>> radius = 4
>>> [[[outTemp_min]]]
>>> name = Min Temperature
>>> observation_type = outTemp
>>> aggregate_type = min
>>> zIndex = 2
>>> color = "#173c6a"
>>> marker
>>> enabled = true
>>> radius = 4
>>> [[[rainTotal]]]
>>> name = Rain Total
>>> type = column
>>> yAxis = 1
>>> zIndex = 0
>>> color = "#438bd6"
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Sunday, August 18, 2019 at 8:29:02 AM UTC-4, Ron Sell wrote:

 Awesome thank you so much.

 I am also attempting to add Average Climatological Valuesfor This Year.
 I’ll see if I can get that one going too.

 On Sun, Aug 18, 2019 at 8:25 AM Pat  wrote:

> If you're looking at the lightning charts that I'm doing on my
> homepage , add
> something like this to your homepage's graph group inside graphs.conf
>
> [[lightninggroupby]]
> title = Lightning Strikes This Year
> yAxisLabel = ""
> time_length = year
> xaxis_groupby = month
> xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
> 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>
>
> [[[lightning_strikes]]]
> name = Lightning Count
> type = column
> yAxisLabel = Lightning Count
> [[[avg_distance]]]
> name = Average Distance (mi)
> type = column
> aggregate_interval = 300 # 5 minutes
> aggregate_type = avg
> yAxis = 1
> yAxisLabel = Average Distance (mile)
>
>
>
>
>
> On Sunday, August 18, 2019 at 8:19:01 AM UTC-4, Ron Sell wrote:
>>
>> I got the lightening to work. How do I get it to run for the year on
>> the homepage?
>> Thanks Ron
>>
>> On Fri, Aug 16, 2019, 6:31 PM rich T  wrote:
>>
>>> In the graphs.conf file add
>>>
>>> [homepage]
>>>
>>> .
>>>
>>> [[Lightning_chart]]
>>> title = Lightning (Last 3 Hour)
>>> time_length = 10800
>>> aggregate_interval = 300
>>> gapsize = 108000
>>> type = column
>>>
>>> [[[lightning_strikes]]]
>>> name = Lightning Count
>>> zIndex = 1
>>> aggregate_type = sum
>>>
>>> Ensure the DB to contains the lightning fields, if not the db needs
>>> to extended.
>>> https://github.com/poblabs/weewx-belchertown/wiki/Adding-a-new-observation-type-to-the-WeeWX-database
>>>
>>> On Friday, August 16, 2019 at 3:15:20 PM UTC-4, Ron 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread Pat
Just remove the months from the chart's xaxis_categories  where you know 
you do not have data for. 

On Sunday, August 18, 2019 at 3:25:45 PM UTC-4, Ron Sell wrote:
>
> Do you know why it would show January as the month for both Climatological 
> and Lightening ? I just extended the database yesterday for the lightening. 
>
> On Sun, Aug 18, 2019 at 8:34 AM Pat > 
> wrote:
>
>> Here's what I have for my climatological values chart on the homepage 
>> :
>>
>> [[avgclimatethisyear]]
>> title = "Average Climatological Values for This Year"
>> type = spline
>> time_length = year
>> aggregate_type = max
>> aggregate_interval = 86400 # 1 day
>> gapsize = 8640
>> 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"
>>
>>
>> To chart other years use something like this with the year_specific option
>>
>>
>> [[chart1]]
>> title = "Average Climatological Values for 2018"
>> time_length = year_specific
>> year_specific = 2018
>> xaxis_groupby = month
>> xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 
>> 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>> [[[outTemp]]]
>> zIndex = 2
>> name = Max Temperature
>> color = "#fc0404"
>> marker
>> enabled = true
>> radius = 4
>> [[[outTemp_min]]]
>> name = Min Temperature
>> observation_type = outTemp
>> aggregate_type = min
>> zIndex = 2
>> color = "#173c6a"
>> marker
>> enabled = true
>> radius = 4
>> [[[rainTotal]]]
>> name = Rain Total
>> type = column
>> yAxis = 1
>> zIndex = 0
>> color = "#438bd6"
>>
>>
>>
>>
>>
>>
>> On Sunday, August 18, 2019 at 8:29:02 AM UTC-4, Ron Sell wrote:
>>>
>>> Awesome thank you so much.
>>>
>>> I am also attempting to add Average Climatological Valuesfor This Year.
>>> I’ll see if I can get that one going too.
>>>
>>> On Sun, Aug 18, 2019 at 8:25 AM Pat  wrote:
>>>
 If you're looking at the lightning charts that I'm doing on my homepage 
 , add something like 
 this to your homepage's graph group inside graphs.conf

 [[lightninggroupby]]
 title = Lightning Strikes This Year
 yAxisLabel = ""
 time_length = year
 xaxis_groupby = month
 xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 
 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'


 [[[lightning_strikes]]]
 name = Lightning Count
 type = column
 yAxisLabel = Lightning Count
 [[[avg_distance]]]
 name = Average Distance (mi)
 type = column
 aggregate_interval = 300 # 5 minutes
 aggregate_type = avg
 yAxis = 1
 yAxisLabel = Average Distance (mile)





 On Sunday, August 18, 2019 at 8:19:01 AM UTC-4, Ron Sell wrote:
>
> I got the lightening to work. How do I get it to run for the year on 
> the homepage?
> Thanks Ron 
>
> On Fri, Aug 16, 2019, 6:31 PM rich T  wrote:
>
>> In the graphs.conf file add
>>
>> [homepage]
>>
>> .
>>
>> [[Lightning_chart]]
>> title = Lightning (Last 3 Hour)
>> time_length = 10800
>> aggregate_interval = 300
>> gapsize = 108000
>> type = column
>> 
>> [[[lightning_strikes]]]
>> name = Lightning Count
>> zIndex = 1
>> aggregate_type = sum
>>
>> Ensure the DB to contains the lightning fields, if not the db needs 
>> to extended. 
>> https://github.com/poblabs/weewx-belchertown/wiki/Adding-a-new-observation-type-to-the-WeeWX-database
>>
>> On Friday, August 16, 2019 at 3:15:20 PM UTC-4, Ron Sell wrote:
>>>
>>> Is there a way to show the lightning strikes? I was looking to add 
>>> chart. 
>>>
>>> thanks 
>>>
>>> On Saturday, 1 June 2019 12:57:56 UTC-4, Pat wrote:

 Belchertown skin 1.0 is released!


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread Ron Sell
Do you know why it would show January as the month for both Climatological
and Lightening ? I just extended the database yesterday for the lightening.

On Sun, Aug 18, 2019 at 8:34 AM Pat  wrote:

> Here's what I have for my climatological values chart on the homepage
> :
>
> [[avgclimatethisyear]]
> title = "Average Climatological Values for This Year"
> type = spline
> time_length = year
> aggregate_type = max
> aggregate_interval = 86400 # 1 day
> gapsize = 8640
> 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"
>
>
> To chart other years use something like this with the year_specific option
>
>
> [[chart1]]
> title = "Average Climatological Values for 2018"
> time_length = year_specific
> year_specific = 2018
> xaxis_groupby = month
> xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul'
> , 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
> [[[outTemp]]]
> zIndex = 2
> name = Max Temperature
> color = "#fc0404"
> marker
> enabled = true
> radius = 4
> [[[outTemp_min]]]
> name = Min Temperature
> observation_type = outTemp
> aggregate_type = min
> zIndex = 2
> color = "#173c6a"
> marker
> enabled = true
> radius = 4
> [[[rainTotal]]]
> name = Rain Total
> type = column
> yAxis = 1
> zIndex = 0
> color = "#438bd6"
>
>
>
>
>
>
> On Sunday, August 18, 2019 at 8:29:02 AM UTC-4, Ron Sell wrote:
>>
>> Awesome thank you so much.
>>
>> I am also attempting to add Average Climatological Valuesfor This Year.
>> I’ll see if I can get that one going too.
>>
>> On Sun, Aug 18, 2019 at 8:25 AM Pat  wrote:
>>
>>> If you're looking at the lightning charts that I'm doing on my homepage
>>> , add something like
>>> this to your homepage's graph group inside graphs.conf
>>>
>>> [[lightninggroupby]]
>>> title = Lightning Strikes This Year
>>> yAxisLabel = ""
>>> time_length = year
>>> xaxis_groupby = month
>>> xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
>>> 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>>>
>>>
>>> [[[lightning_strikes]]]
>>> name = Lightning Count
>>> type = column
>>> yAxisLabel = Lightning Count
>>> [[[avg_distance]]]
>>> name = Average Distance (mi)
>>> type = column
>>> aggregate_interval = 300 # 5 minutes
>>> aggregate_type = avg
>>> yAxis = 1
>>> yAxisLabel = Average Distance (mile)
>>>
>>>
>>>
>>>
>>>
>>> On Sunday, August 18, 2019 at 8:19:01 AM UTC-4, Ron Sell wrote:

 I got the lightening to work. How do I get it to run for the year on
 the homepage?
 Thanks Ron

 On Fri, Aug 16, 2019, 6:31 PM rich T  wrote:

> In the graphs.conf file add
>
> [homepage]
>
> .
>
> [[Lightning_chart]]
> title = Lightning (Last 3 Hour)
> time_length = 10800
> aggregate_interval = 300
> gapsize = 108000
> type = column
>
> [[[lightning_strikes]]]
> name = Lightning Count
> zIndex = 1
> aggregate_type = sum
>
> Ensure the DB to contains the lightning fields, if not the db needs to
> extended.
> https://github.com/poblabs/weewx-belchertown/wiki/Adding-a-new-observation-type-to-the-WeeWX-database
>
> On Friday, August 16, 2019 at 3:15:20 PM UTC-4, Ron Sell wrote:
>>
>> Is there a way to show the lightning strikes? I was looking to add
>> chart.
>>
>> thanks
>>
>> On Saturday, 1 June 2019 12:57:56 UTC-4, Pat wrote:
>>>
>>> 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
>>> 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread Pat
Here's what I have for my climatological values chart on the homepage 
:

[[avgclimatethisyear]]
title = "Average Climatological Values for This Year"
type = spline
time_length = year
aggregate_type = max
aggregate_interval = 86400 # 1 day
gapsize = 8640
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"


To chart other years use something like this with the year_specific option


[[chart1]]
title = "Average Climatological Values for 2018"
time_length = year_specific
year_specific = 2018
xaxis_groupby = month
xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 
'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
[[[outTemp]]]
zIndex = 2
name = Max Temperature
color = "#fc0404"
marker
enabled = true
radius = 4
[[[outTemp_min]]]
name = Min Temperature
observation_type = outTemp
aggregate_type = min
zIndex = 2
color = "#173c6a"
marker
enabled = true
radius = 4
[[[rainTotal]]]
name = Rain Total
type = column
yAxis = 1
zIndex = 0
color = "#438bd6"






On Sunday, August 18, 2019 at 8:29:02 AM UTC-4, Ron Sell wrote:
>
> Awesome thank you so much.
>
> I am also attempting to add Average Climatological Valuesfor This Year.
> I’ll see if I can get that one going too.
>
> On Sun, Aug 18, 2019 at 8:25 AM Pat > 
> wrote:
>
>> If you're looking at the lightning charts that I'm doing on my homepage 
>> , add something like this 
>> to your homepage's graph group inside graphs.conf
>>
>> [[lightninggroupby]]
>> title = Lightning Strikes This Year
>> yAxisLabel = ""
>> time_length = year
>> xaxis_groupby = month
>> xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 
>> 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>>
>>
>> [[[lightning_strikes]]]
>> name = Lightning Count
>> type = column
>> yAxisLabel = Lightning Count
>> [[[avg_distance]]]
>> name = Average Distance (mi)
>> type = column
>> aggregate_interval = 300 # 5 minutes
>> aggregate_type = avg
>> yAxis = 1
>> yAxisLabel = Average Distance (mile)
>>
>>
>>
>>
>>
>> On Sunday, August 18, 2019 at 8:19:01 AM UTC-4, Ron Sell wrote:
>>>
>>> I got the lightening to work. How do I get it to run for the year on the 
>>> homepage?
>>> Thanks Ron 
>>>
>>> On Fri, Aug 16, 2019, 6:31 PM rich T  wrote:
>>>
 In the graphs.conf file add

 [homepage]

 .

 [[Lightning_chart]]
 title = Lightning (Last 3 Hour)
 time_length = 10800
 aggregate_interval = 300
 gapsize = 108000
 type = column
 
 [[[lightning_strikes]]]
 name = Lightning Count
 zIndex = 1
 aggregate_type = sum

 Ensure the DB to contains the lightning fields, if not the db needs to 
 extended. 
 https://github.com/poblabs/weewx-belchertown/wiki/Adding-a-new-observation-type-to-the-WeeWX-database

 On Friday, August 16, 2019 at 3:15:20 PM UTC-4, Ron Sell wrote:
>
> Is there a way to show the lightning strikes? I was looking to add 
> chart. 
>
> thanks 
>
> On Saturday, 1 June 2019 12:57:56 UTC-4, Pat wrote:
>>
>> 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 
>> .
>>
>> 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 
>> 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread rich T
Try this in the graph.conf

[[Lightning_chart_yr]]
 title = Lightning (Year)
 time_length = year
aggregate_type = max
aggregate_interval = 86400 # 1 day
gapsize = 8640
type = column

[[[lightning_strikes]]]
name = Lightning Count
zIndex = 1
aggregate_type = sum

Very good information on creating graphs is found 
at 
https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation


On Sunday, August 18, 2019 at 8:19:01 AM UTC-4, Ron Sell wrote:
>
> I got the lightening to work. How do I get it to run for the year on the 
> homepage?
> Thanks Ron 
>
> On Fri, Aug 16, 2019, 6:31 PM rich T > 
> wrote:
>
>> In the graphs.conf file add
>>
>> [homepage]
>>
>> .
>>
>> [[Lightning_chart]]
>> title = Lightning (Last 3 Hour)
>> time_length = 10800
>> aggregate_interval = 300
>> gapsize = 108000
>> type = column
>> 
>> [[[lightning_strikes]]]
>> name = Lightning Count
>> zIndex = 1
>> aggregate_type = sum
>>
>> Ensure the DB to contains the lightning fields, if not the db needs to 
>> extended. 
>> https://github.com/poblabs/weewx-belchertown/wiki/Adding-a-new-observation-type-to-the-WeeWX-database
>>
>> On Friday, August 16, 2019 at 3:15:20 PM UTC-4, Ron Sell wrote:
>>>
>>> Is there a way to show the lightning strikes? I was looking to add 
>>> chart. 
>>>
>>> thanks 
>>>
>>> On Saturday, 1 June 2019 12:57:56 UTC-4, Pat wrote:

 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 .

 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 
 
  
 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 
 ,
  
 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 
 
 . 

 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 . 

>>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/a739410a-8058-4d25-b952-eae78ea4b542%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/070f7284-205b-4b88-8082-71258321662b%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread Ron Sell
Awesome thank you so much.

I am also attempting to add Average Climatological Valuesfor This Year.
I’ll see if I can get that one going too.

On Sun, Aug 18, 2019 at 8:25 AM Pat  wrote:

> If you're looking at the lightning charts that I'm doing on my homepage
> , add something like this
> to your homepage's graph group inside graphs.conf
>
> [[lightninggroupby]]
> title = Lightning Strikes This Year
> yAxisLabel = ""
> time_length = year
> xaxis_groupby = month
> xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul'
> , 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>
>
> [[[lightning_strikes]]]
> name = Lightning Count
> type = column
> yAxisLabel = Lightning Count
> [[[avg_distance]]]
> name = Average Distance (mi)
> type = column
> aggregate_interval = 300 # 5 minutes
> aggregate_type = avg
> yAxis = 1
> yAxisLabel = Average Distance (mile)
>
>
>
>
>
> On Sunday, August 18, 2019 at 8:19:01 AM UTC-4, Ron Sell wrote:
>>
>> I got the lightening to work. How do I get it to run for the year on the
>> homepage?
>> Thanks Ron
>>
>> On Fri, Aug 16, 2019, 6:31 PM rich T  wrote:
>>
>>> In the graphs.conf file add
>>>
>>> [homepage]
>>>
>>> .
>>>
>>> [[Lightning_chart]]
>>> title = Lightning (Last 3 Hour)
>>> time_length = 10800
>>> aggregate_interval = 300
>>> gapsize = 108000
>>> type = column
>>>
>>> [[[lightning_strikes]]]
>>> name = Lightning Count
>>> zIndex = 1
>>> aggregate_type = sum
>>>
>>> Ensure the DB to contains the lightning fields, if not the db needs to
>>> extended.
>>> https://github.com/poblabs/weewx-belchertown/wiki/Adding-a-new-observation-type-to-the-WeeWX-database
>>>
>>> On Friday, August 16, 2019 at 3:15:20 PM UTC-4, Ron Sell wrote:

 Is there a way to show the lightning strikes? I was looking to add
 chart.

 thanks

 On Saturday, 1 June 2019 12:57:56 UTC-4, Pat wrote:
>
> 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 
> .
>
> 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
> 
> 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
> ,
> 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
> 
> .
>
> 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 .
>
 --
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/a739410a-8058-4d25-b952-eae78ea4b542%40googlegroups.com
>>> 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread Pat
If you're looking at the lightning charts that I'm doing on my homepage 
, add something like this to 
your homepage's graph group inside graphs.conf

[[lightninggroupby]]
title = Lightning Strikes This Year
yAxisLabel = ""
time_length = year
xaxis_groupby = month
xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 
'Aug', 'Sep', 'Oct', 'Nov', 'Dec'


[[[lightning_strikes]]]
name = Lightning Count
type = column
yAxisLabel = Lightning Count
[[[avg_distance]]]
name = Average Distance (mi)
type = column
aggregate_interval = 300 # 5 minutes
aggregate_type = avg
yAxis = 1
yAxisLabel = Average Distance (mile)





On Sunday, August 18, 2019 at 8:19:01 AM UTC-4, Ron Sell wrote:
>
> I got the lightening to work. How do I get it to run for the year on the 
> homepage?
> Thanks Ron 
>
> On Fri, Aug 16, 2019, 6:31 PM rich T > 
> wrote:
>
>> In the graphs.conf file add
>>
>> [homepage]
>>
>> .
>>
>> [[Lightning_chart]]
>> title = Lightning (Last 3 Hour)
>> time_length = 10800
>> aggregate_interval = 300
>> gapsize = 108000
>> type = column
>> 
>> [[[lightning_strikes]]]
>> name = Lightning Count
>> zIndex = 1
>> aggregate_type = sum
>>
>> Ensure the DB to contains the lightning fields, if not the db needs to 
>> extended. 
>> https://github.com/poblabs/weewx-belchertown/wiki/Adding-a-new-observation-type-to-the-WeeWX-database
>>
>> On Friday, August 16, 2019 at 3:15:20 PM UTC-4, Ron Sell wrote:
>>>
>>> Is there a way to show the lightning strikes? I was looking to add 
>>> chart. 
>>>
>>> thanks 
>>>
>>> On Saturday, 1 June 2019 12:57:56 UTC-4, Pat wrote:

 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 .

 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 
 
  
 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 
 ,
  
 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 
 
 . 

 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 . 

>>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/a739410a-8058-4d25-b952-eae78ea4b542%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-18 Thread Ron Sell
I got the lightening to work. How do I get it to run for the year on the
homepage?
Thanks Ron

On Fri, Aug 16, 2019, 6:31 PM rich T  wrote:

> In the graphs.conf file add
>
> [homepage]
>
> .
>
> [[Lightning_chart]]
> title = Lightning (Last 3 Hour)
> time_length = 10800
> aggregate_interval = 300
> gapsize = 108000
> type = column
>
> [[[lightning_strikes]]]
> name = Lightning Count
> zIndex = 1
> aggregate_type = sum
>
> Ensure the DB to contains the lightning fields, if not the db needs to
> extended.
> https://github.com/poblabs/weewx-belchertown/wiki/Adding-a-new-observation-type-to-the-WeeWX-database
>
> On Friday, August 16, 2019 at 3:15:20 PM UTC-4, Ron Sell wrote:
>>
>> Is there a way to show the lightning strikes? I was looking to add chart.
>>
>> thanks
>>
>> On Saturday, 1 June 2019 12:57:56 UTC-4, Pat wrote:
>>>
>>> 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 .
>>>
>>> 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
>>> 
>>> 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
>>> ,
>>> 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
>>> 
>>> .
>>>
>>> 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 .
>>>
>> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/a739410a-8058-4d25-b952-eae78ea4b542%40googlegroups.com
> 
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CABn15dbcG4nGMe50%2B7AjRyagOz3sxDB87aV0fHnCX6pEFb0Ffg%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-08-16 Thread Ron Sell
Thank you

On Fri, Aug 16, 2019 at 6:31 PM rich T  wrote:

> In the graphs.conf file add
>
> [homepage]
>
> .
>
> [[Lightning_chart]]
> title = Lightning (Last 3 Hour)
> time_length = 10800
> aggregate_interval = 300
> gapsize = 108000
> type = column
>
> [[[lightning_strikes]]]
> name = Lightning Count
> zIndex = 1
> aggregate_type = sum
>
> Ensure the DB to contains the lightning fields, if not the db needs to
> extended.
> https://github.com/poblabs/weewx-belchertown/wiki/Adding-a-new-observation-type-to-the-WeeWX-database
>
> On Friday, August 16, 2019 at 3:15:20 PM UTC-4, Ron Sell wrote:
>>
>> Is there a way to show the lightning strikes? I was looking to add chart.
>>
>> thanks
>>
>> On Saturday, 1 June 2019 12:57:56 UTC-4, Pat wrote:
>>>
>>> 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 .
>>>
>>> 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
>>> 
>>> 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
>>> ,
>>> 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
>>> 
>>> .
>>>
>>> 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 .
>>>
>> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/a739410a-8058-4d25-b952-eae78ea4b542%40googlegroups.com
> 
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CABn15dYrNvZpL8erd_%3D_6%2BXuO_g43SxqMA_hOvaoc-8NSosKnA%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-30 Thread Maurizio Mezzetti
Great, now it works;)

group_distance not present (weewx 3.9.1), i add
group_distance = km
in /etc/weewx/weewx.conf
(probably it is ok in weewx 3.9.1.1?)

ps, for show cloudbase, app temp and windrun i add
show_apptemp = 1
show_windrun = 1
show_cloudbase = 1
AND (these i haven't read in your HOWTO)
station_observations = ., "appTemp", "windrun", "cloudbase", ..
in /etc/weewx/skins/Belchertown/skin.conf
if this is missing in your how to could you update?

thanks a lot
(and sorry for my poor english)






Il giorno dom 30 giu 2019 alle ore 13:42 Pat  ha
scritto:

> Ok, if you are not using Websockets, then check what you have set for
> group_distance in weewx.conf. That's where windrun gets its units from.
>
>
> On Sunday, June 30, 2019 at 7:41:19 AM UTC-4, Maurizio Mezzetti wrote:
>>
>> thank you very much, i'm not use MQTT, for now, i have a as3935 in test
>> over arduino, so probably i need mqtt ;)
>>
>> Il giorno dom 30 giu 2019 alle ore 13:31 Pat  ha
>> scritto:
>>
>>> Hi,
>>>
>>> 1) Are you using MQTT Websockets? If so, you may need to define the MQTT
>>> extension to send windrun in km/hr. This is untested but perhaps something
>>> like this may help. Add this to your weewx.conf MQTT settings and restart
>>> weewx.
>>>
>>>  [[MQTT]]
>>> ..
>>>[[[inputs]]]
>>> windrun
>>> units = km_per_hour
>>>
>>>
>>> 2) The charts do not know that you don't have a full year, they just get
>>> the data. You will have the help it by changing your xaxis_categories to
>>>
>>> xaxis_categories = 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep',
>>> 'Oct', 'Nov', 'Dec'
>>>
>>> Then next year you will add Jan, Feb, Mar back to the categories.
>>>
>>>
>>>
>>> On Sunday, June 30, 2019 at 6:00:54 AM UTC-4, Maurizio Mezzetti wrote:

 hi, thank you very much for your work, only 2 question

 1) in windrun it appears in miles instead km/hr
 2) in have add, last April, a davis station, so i have data only from
 April (3 months), but climate show 3 months starting from January

 what's  wrong?

  thanks

>>> --
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/836fff37-f6ef-4c48-a8af-85338e7aed98%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/63b90963-984f-4cc2-8b19-034d332993b3%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAChvDaB_861cR79FPFV9aNtY6LiOdEfK7ERCucw-g%3D7QOTZnZA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-30 Thread Pat
Ok, if you are not using Websockets, then check what you have set for 
group_distance in weewx.conf. That's where windrun gets its units from. 


On Sunday, June 30, 2019 at 7:41:19 AM UTC-4, Maurizio Mezzetti wrote:
>
> thank you very much, i'm not use MQTT, for now, i have a as3935 in test 
> over arduino, so probably i need mqtt ;)
>
> Il giorno dom 30 giu 2019 alle ore 13:31 Pat  > ha scritto:
>
>> Hi, 
>>
>> 1) Are you using MQTT Websockets? If so, you may need to define the MQTT 
>> extension to send windrun in km/hr. This is untested but perhaps something 
>> like this may help. Add this to your weewx.conf MQTT settings and restart 
>> weewx. 
>>
>>  [[MQTT]]
>> ..
>>[[[inputs]]]
>> windrun
>> units = km_per_hour
>>
>>
>> 2) The charts do not know that you don't have a full year, they just get 
>> the data. You will have the help it by changing your xaxis_categories to 
>>
>> xaxis_categories = 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 
>> 'Oct', 'Nov', 'Dec'
>>
>> Then next year you will add Jan, Feb, Mar back to the categories. 
>>
>>
>>
>> On Sunday, June 30, 2019 at 6:00:54 AM UTC-4, Maurizio Mezzetti wrote:
>>>
>>> hi, thank you very much for your work, only 2 question
>>>
>>> 1) in windrun it appears in miles instead km/hr 
>>> 2) in have add, last April, a davis station, so i have data only from 
>>> April (3 months), but climate show 3 months starting from January
>>>
>>> what's  wrong?
>>>
>>>  thanks
>>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/836fff37-f6ef-4c48-a8af-85338e7aed98%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/63b90963-984f-4cc2-8b19-034d332993b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-30 Thread Maurizio Mezzetti
thank you very much, i'm not use MQTT, for now, i have a as3935 in test
over arduino, so probably i need mqtt ;)

Il giorno dom 30 giu 2019 alle ore 13:31 Pat  ha
scritto:

> Hi,
>
> 1) Are you using MQTT Websockets? If so, you may need to define the MQTT
> extension to send windrun in km/hr. This is untested but perhaps something
> like this may help. Add this to your weewx.conf MQTT settings and restart
> weewx.
>
>  [[MQTT]]
> ..
>[[[inputs]]]
> windrun
> units = km_per_hour
>
>
> 2) The charts do not know that you don't have a full year, they just get
> the data. You will have the help it by changing your xaxis_categories to
>
> xaxis_categories = 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep',
> 'Oct', 'Nov', 'Dec'
>
> Then next year you will add Jan, Feb, Mar back to the categories.
>
>
>
> On Sunday, June 30, 2019 at 6:00:54 AM UTC-4, Maurizio Mezzetti wrote:
>>
>> hi, thank you very much for your work, only 2 question
>>
>> 1) in windrun it appears in miles instead km/hr
>> 2) in have add, last April, a davis station, so i have data only from
>> April (3 months), but climate show 3 months starting from January
>>
>> what's  wrong?
>>
>>  thanks
>>
> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/836fff37-f6ef-4c48-a8af-85338e7aed98%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAChvDaDUGSxA5YguYXuTdXSOQ-VMVZ9cGXd%3D_Bkfs5-rtpf4LA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-27 Thread Pat
Thanks for the clarification. (and no, nothing different or special). 


On Thursday, June 27, 2019 at 9:49:18 AM UTC-4, Thomas Keffer wrote:
>
> Changes in skin.conf do not require a restart. It is read in with every 
> reporting cycle.
>
> Unless your custom reporting service is doing something different...
>
> On Thu, Jun 27, 2019 at 5:31 AM Pat > 
> wrote:
>
>> Yes at quick glance, that looks good. Any changes to skin.conf require a 
>> weewx restart, so you may not see anything new until you've done that. Then 
>> it's a matter of looking in the syslog for any errors. 
>>
>>
>> On Thursday, June 27, 2019 at 8:19:00 AM UTC-4, Ralf B wrote:
>>>
>>> thx, hope you mean this part.
>>>
>>>
>>> header.html.tmpl:
>>> 
>>>
>>>>> itemprop="name">$obs.label.nav_home
>>>#if 
>>> $Extras.has_key('highcharts_enabled') and $Extras.highcharts_enabled == '1'
>>>>> >>> "name">$obs.label.nav_graphs
>>>#end if
>>>>> >>> "name">$obs.label.nav_records
>>>>> >>> "name">$obs.label.nav_reports
>>> >> >$obs.label.nav_reports
>>> >> >$obs.label.nav_reports
>>> >> itemprop="name">$obs.label.nav_about
>>>#if 
>>> $Extras.has_key('theme_toggle_enabled') and $Extras.theme_toggle_enabled == 
>>> '1'
>>>
>>>>> "themeSwitch" $themeSwitchChecked>
>>>>> >
>>>
>>>#end if
>>>
>>>
>>>
>>> skin.conf
>>> [[[reports]]]
>>>template = reports/index.html.tmpl
>>> [[[newpage_1]]]
>>>template = newpage_1/index.html.tmpl
>>> 
>>>
>>>
>>> this is enough?
>>>
>>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/c4078eb1-b73e-4bbf-873b-ad20456cd06c%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/9c343472-9616-419a-93fc-4d0449b2589c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-27 Thread Thomas Keffer
Changes in skin.conf do not require a restart. It is read in with every
reporting cycle.

Unless your custom reporting service is doing something different...

On Thu, Jun 27, 2019 at 5:31 AM Pat  wrote:

> Yes at quick glance, that looks good. Any changes to skin.conf require a
> weewx restart, so you may not see anything new until you've done that. Then
> it's a matter of looking in the syslog for any errors.
>
>
> On Thursday, June 27, 2019 at 8:19:00 AM UTC-4, Ralf B wrote:
>>
>> thx, hope you mean this part.
>>
>>
>> header.html.tmpl:
>> 
>>
>>> itemprop="name">$obs.label.nav_home
>>#if
>> $Extras.has_key('highcharts_enabled') and $Extras.highcharts_enabled == '1'
>>> >> "name">$obs.label.nav_graphs
>>#end if
>>> >> "name">$obs.label.nav_records
>>> >> "name">$obs.label.nav_reports
>> > >> "name">$obs.label.nav_reports
>> > >> "name">$obs.label.nav_reports
>> > >> "name">$obs.label.nav_about
>>#if
>> $Extras.has_key('theme_toggle_enabled') and $Extras.theme_toggle_enabled ==
>> '1'
>>
>>> "themeSwitch" $themeSwitchChecked>
>>> >
>>
>>#end if
>>
>>
>>
>> skin.conf
>> [[[reports]]]
>>template = reports/index.html.tmpl
>> [[[newpage_1]]]
>>template = newpage_1/index.html.tmpl
>>
>>
>>
>> this is enough?
>>
>> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/c4078eb1-b73e-4bbf-873b-ad20456cd06c%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEAcG6hR9-A%2B0cyFAtqn4mYcnkhF9anbTtdXtA3v8hXxEQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-26 Thread Gavin Anderson
Great, thanks.

Gavin

On Wed, 26 Jun 2019, 17:55 Pat,  wrote:

> My site logo is actually the same logo for both light/dark. It has a
> transparent background and a 2px white stroke around the outside of the
> state and 2px white stroke at 75% opacity around the text. I found that
> helps pop it out more on the dark theme.
>
>
>
> On Wednesday, June 26, 2019 at 10:37:05 AM UTC-4, Wiggytoo wrote:
>>
>> Hi Pat - thanks for this, I finally upgraded [upgrade guide was spot on]
>> and the results can be seen here .
>>
>> It took me a while to realise that some text is now in [labels] - the
>> Skin Options example in the section of the help still refers to them as
>> part of Extras, see below.
>>
>> I have not yet looked at the new charts, but this is the next task as the
>> new ones look very good.
>>
>> By the  way, how did you mask you Site Logo to show black or white with
>> the light and dark theme?
>>
>> Many thanks,
>> Gavin
>>
>> [StdReport]
>> [[Belchertown]]
>> skin = Belchertown
>> HTML_ROOT = belchertown
>> [[[Extras]]]
>> belchertown_root_url = "https://belchertownweather.com;
>> logo_image = 
>> "https://belchertownweather.com/images/content/btownwx-logo-slim.png;
>> footer_copyright_text = "BelchertownWeather.com"
>> forecast_enabled = 1
>> darksky_secret_key = "your_key"
>> earthquake_enabled = 1
>> twitter_enabled = 1
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/4c00bbd6-e9b8-4dff-8cf7-5434f195c03c%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAEYKuppwX1A-rQL9WcK3FFZui3Q0FV_osH_KwZzSONWcvueoeg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-18 Thread Patrick Tranchant
hi all

it's good , I found, it is OK now for Average Wind = Vent moyen
Patrick

On Monday, June 17, 2019 at 8:45:04 PM UTC+2, Patrick Tranchant wrote:
>
> just a question PAT, I didn't find the translation for "Average Wind", in 
> which file ?
> I don't remenber that I done for the old version.
>
> Patrick
>
>
> On Monday, June 17, 2019 at 8:41:48 PM UTC+2, Patrick Tranchant wrote:
>>
>> hello Pat
>> I installed the 1.1b3 version of skin "Belchertown"; it's works very good.
>> good job
>>
>> Patrick
>>
>> On Monday, June 17, 2019 at 4:29:40 PM UTC+2, Pat wrote:
>>>
>>> You can add belchertownweather.com to your homescreen to get the full 
>>> experience.
>>
>>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/5a112ad6-c9a0-4f48-aa1b-b2556ad4860f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-17 Thread Patrick Tranchant
just a question PAT, I didn't find the translation for "Average Wind", in 
which file ?
I don't remenber that I done for the old version.

Patrick


On Monday, June 17, 2019 at 8:41:48 PM UTC+2, Patrick Tranchant wrote:
>
> hello Pat
> I installed the 1.1b3 version of skin "Belchertown"; it's works very good.
> good job
>
> Patrick
>
> On Monday, June 17, 2019 at 4:29:40 PM UTC+2, Pat wrote:
>>
>> You can add belchertownweather.com to your homescreen to get the full 
>> experience.
>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/75a42170-473e-4c75-884a-66d96401e10b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-17 Thread Patrick Tranchant
hello Pat
I installed the 1.1b3 version of skin "Belchertown"; it's works very good.
good job

Patrick

On Monday, June 17, 2019 at 4:29:40 PM UTC+2, Pat wrote:
>
> You can add belchertownweather.com to your homescreen to get the full 
> experience.

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/c06d72c5-3588-4df8-a404-776e16962732%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-17 Thread Pat
You can add belchertownweather.com to your homescreen to get the full 
experience.

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/75af1ab7-27bc-4f7f-9a2b-31e21b22a26e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-17 Thread Praveen Chandrasekaran
Great skin with great charting options. Can someone post a snapshot of how 
the web app looks like when added to homescreen. My biggest concern is that 
I have to scroll up/down on mobile to even see the default graphs. In 
seasons skin, I dont need to do any scrolling to see the entire page.

On Saturday, 15 June 2019 02:17:18 UTC+5:30, Colin Larsen wrote:
>
> Great news :)
>
> On Sat, 15 Jun 2019, 08:08 Maarten van der Hoeven,  > wrote:
>
>> Back home, and now with full focus. All is working now! I have put 
>> everything in weewx.conf, nothing left in skin.conf
>>
>> Very cool
>>
>> Op vrijdag 14 juni 2019 11:03:11 UTC+2 schreef Colin Larsen:
>>>
>>> I did a test on my system and that label definitely works :)
>>>
>>> On Fri, Jun 14, 2019 at 8:19 PM Colin Larsen  wrote:
>>>
 I think it would need a Weewx restart, again hopefully Pat can confirm 
 I have the right spot. 

 On Fri, 14 Jun 2019, 20:17 Maarten van der Hoeven,  
 wrote:

> Thanks again Colin! I did a quick change, but didnt see the label 
> being changed at the website. Must have been doing something wrong, as 
> being in a hurry, work is calling. Will check this evening, and will also 
> read the wiki... As I understand correctly, there's pretty much howto's 
> written down how about howto's :)  Will follow up later today.
>
> Op vrijdag 14 juni 2019 09:36:28 UTC+2 schreef Colin Larsen:
>>
>> Probably just extraTemp1 = Grass Temperature or whatever you need
>>
>> On Fri, Jun 14, 2019 at 7:33 PM Colin Larsen  
>> wrote:
>>
>>> This is it I think, add your desired label in here
>>>
>>> [Labels]
>>> # Labels used in this skin
>>> [[Generic]]
>>> # Generic labels, keyed by an observation type.
>>> # To change a label or translate it to your language 
>>> # change the text after the equal sign.
>>> # Extra Observation labels
>>> appTemp = Apparent Temperature
>>> cloudbase = Cloud Base
>>> visibility = Visibility
>>> windrun = Wind Run
>>>  
>>>
>>> On Fri, Jun 14, 2019 at 7:30 PM Colin Larsen  
>>> wrote:
>>>
 Excellent! And yes I'm 99% sure that Temperature1 can be changed in 
 either skin.conf or Weewx.conf. Don't forget to get all of your config 
 settings into weewx.conf so they don't get overwritten by an update to 
 skin.conf. Again it's in the Wiki. Let me go and look for that setting 
 to 
 change :)

 On Fri, Jun 14, 2019 at 7:15 PM Maarten van der Hoeven <
 hoev...@gmail.com> wrote:

> How cool is that! This is all too easy 
>
>  
>
> Adding “extraTemp1” at the end of the mentioned line (in 
> skin.conf) did already the trick.
>
>  
>
> Barometer  1014.2 mbar 
>
> Dew Point   13.8 °C
>
> Humidity 88%
>
> Rain   0.0 mm  0.0 mm/hr
>
> Temperature116.1 °C
>
>  
>
> Amazing  Now to find out where to change the label Temperature1 
> into something else (Temp grass or something alike).
>
>  
> Thanks for your help Colin.Op vrijdag 14 juni 2019 09:00:04 UTC+2 
> schreef Colin Larsen:
>>
>> Sorry, that formatted horribly I think - it's actually just on 2 
>> lines of code
>>
>> On Fri, Jun 14, 2019 at 6:59 PM Colin Larsen  
>> wrote:
>>
>>> Maarten
>>>
>>> I think you may be able to add your extraTemp1 into this section 
>>> below in skin.conf/weewx.conf (depending on where you have the 
>>> [Extras] 
>>> stanza). Give it a try, I'm sure Pat will jump in and correct me if 
>>> I'm 
>>> wrong. Otherwise you may need to use one of the custom content 
>>> areas as 
>>> described in the Wiki. Let us know how you get on :)
>>>
>>> # Station Observations. Special observation rainWithRainRate 
>>> combines Daily Rain with Rain Rate in 1 line station_observations = 
>>> "barometer", "dewpoint", "outHumidity", "rainWithRainRate 
>>>
>>>
>>> On Fri, Jun 14, 2019 at 6:46 PM Maarten van der Hoeven <
>>> hoev...@gmail.com> wrote:
>>>
 Hi,

 Thanks for the skin 1.0. Running without a flaw, and looking 
 nice :)

 One question... I am using a second temperature sensor 
 (temperature on the grass, 10cm above the surface), data is stored 
 in the 
 database as extraTemp1. What I understood from the wiki-chart, it 
 should 
 not be a problem to plot this value (simply mention the 
 database-field to 
 plot). However, 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-14 Thread Colin Larsen
Great news :)

On Sat, 15 Jun 2019, 08:08 Maarten van der Hoeven, 
wrote:

> Back home, and now with full focus. All is working now! I have put
> everything in weewx.conf, nothing left in skin.conf
>
> Very cool
>
> Op vrijdag 14 juni 2019 11:03:11 UTC+2 schreef Colin Larsen:
>>
>> I did a test on my system and that label definitely works :)
>>
>> On Fri, Jun 14, 2019 at 8:19 PM Colin Larsen  wrote:
>>
>>> I think it would need a Weewx restart, again hopefully Pat can confirm I
>>> have the right spot.
>>>
>>> On Fri, 14 Jun 2019, 20:17 Maarten van der Hoeven, 
>>> wrote:
>>>
 Thanks again Colin! I did a quick change, but didnt see the label being
 changed at the website. Must have been doing something wrong, as being in a
 hurry, work is calling. Will check this evening, and will also read the
 wiki... As I understand correctly, there's pretty much howto's written down
 how about howto's :)  Will follow up later today.

 Op vrijdag 14 juni 2019 09:36:28 UTC+2 schreef Colin Larsen:
>
> Probably just extraTemp1 = Grass Temperature or whatever you need
>
> On Fri, Jun 14, 2019 at 7:33 PM Colin Larsen 
> wrote:
>
>> This is it I think, add your desired label in here
>>
>> [Labels]
>> # Labels used in this skin
>> [[Generic]]
>> # Generic labels, keyed by an observation type.
>> # To change a label or translate it to your language
>> # change the text after the equal sign.
>> # Extra Observation labels
>> appTemp = Apparent Temperature
>> cloudbase = Cloud Base
>> visibility = Visibility
>> windrun = Wind Run
>>
>>
>> On Fri, Jun 14, 2019 at 7:30 PM Colin Larsen 
>> wrote:
>>
>>> Excellent! And yes I'm 99% sure that Temperature1 can be changed in
>>> either skin.conf or Weewx.conf. Don't forget to get all of your config
>>> settings into weewx.conf so they don't get overwritten by an update to
>>> skin.conf. Again it's in the Wiki. Let me go and look for that setting 
>>> to
>>> change :)
>>>
>>> On Fri, Jun 14, 2019 at 7:15 PM Maarten van der Hoeven <
>>> hoev...@gmail.com> wrote:
>>>
 How cool is that! This is all too easy 



 Adding “extraTemp1” at the end of the mentioned line (in skin.conf)
 did already the trick.



 Barometer  1014.2 mbar

 Dew Point   13.8 °C

 Humidity 88%

 Rain   0.0 mm  0.0 mm/hr

 Temperature116.1 °C



 Amazing  Now to find out where to change the label Temperature1
 into something else (Temp grass or something alike).


 Thanks for your help Colin.Op vrijdag 14 juni 2019 09:00:04 UTC+2
 schreef Colin Larsen:
>
> Sorry, that formatted horribly I think - it's actually just on 2
> lines of code
>
> On Fri, Jun 14, 2019 at 6:59 PM Colin Larsen 
> wrote:
>
>> Maarten
>>
>> I think you may be able to add your extraTemp1 into this section
>> below in skin.conf/weewx.conf (depending on where you have the 
>> [Extras]
>> stanza). Give it a try, I'm sure Pat will jump in and correct me if 
>> I'm
>> wrong. Otherwise you may need to use one of the custom content areas 
>> as
>> described in the Wiki. Let us know how you get on :)
>>
>> # Station Observations. Special observation rainWithRainRate
>> combines Daily Rain with Rain Rate in 1 line station_observations =
>> "barometer", "dewpoint", "outHumidity", "rainWithRainRate
>>
>>
>> On Fri, Jun 14, 2019 at 6:46 PM Maarten van der Hoeven <
>> hoev...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> Thanks for the skin 1.0. Running without a flaw, and looking
>>> nice :)
>>>
>>> One question... I am using a second temperature sensor
>>> (temperature on the grass, 10cm above the surface), data is stored 
>>> in the
>>> database as extraTemp1. What I understood from the wiki-chart, it 
>>> should
>>> not be a problem to plot this value (simply mention the 
>>> database-field to
>>> plot). However, I also want to show he value of this field on the 
>>> webpage.
>>>
>>> What would be the correct and logical way to get this done?
>>> Although I can hack around a bit and get it done, I  am wondering 
>>> if there
>>> is a more sophisticated approach to hook up this sensor-data in the
>>> data-stream and to show it on the webpage. Or is all data already 
>>> available
>>> in the data-stream (MQTT), and is the question only how to show 
>>> this value

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-14 Thread Maarten van der Hoeven
Back home, and now with full focus. All is working now! I have put 
everything in weewx.conf, nothing left in skin.conf

Very cool

Op vrijdag 14 juni 2019 11:03:11 UTC+2 schreef Colin Larsen:
>
> I did a test on my system and that label definitely works :)
>
> On Fri, Jun 14, 2019 at 8:19 PM Colin Larsen  > wrote:
>
>> I think it would need a Weewx restart, again hopefully Pat can confirm I 
>> have the right spot. 
>>
>> On Fri, 14 Jun 2019, 20:17 Maarten van der Hoeven, > > wrote:
>>
>>> Thanks again Colin! I did a quick change, but didnt see the label being 
>>> changed at the website. Must have been doing something wrong, as being in a 
>>> hurry, work is calling. Will check this evening, and will also read the 
>>> wiki... As I understand correctly, there's pretty much howto's written down 
>>> how about howto's :)  Will follow up later today.
>>>
>>> Op vrijdag 14 juni 2019 09:36:28 UTC+2 schreef Colin Larsen:

 Probably just extraTemp1 = Grass Temperature or whatever you need

 On Fri, Jun 14, 2019 at 7:33 PM Colin Larsen  
 wrote:

> This is it I think, add your desired label in here
>
> [Labels]
> # Labels used in this skin
> [[Generic]]
> # Generic labels, keyed by an observation type.
> # To change a label or translate it to your language 
> # change the text after the equal sign.
> # Extra Observation labels
> appTemp = Apparent Temperature
> cloudbase = Cloud Base
> visibility = Visibility
> windrun = Wind Run
>  
>
> On Fri, Jun 14, 2019 at 7:30 PM Colin Larsen  
> wrote:
>
>> Excellent! And yes I'm 99% sure that Temperature1 can be changed in 
>> either skin.conf or Weewx.conf. Don't forget to get all of your config 
>> settings into weewx.conf so they don't get overwritten by an update to 
>> skin.conf. Again it's in the Wiki. Let me go and look for that setting 
>> to 
>> change :)
>>
>> On Fri, Jun 14, 2019 at 7:15 PM Maarten van der Hoeven <
>> hoev...@gmail.com> wrote:
>>
>>> How cool is that! This is all too easy 
>>>
>>>  
>>>
>>> Adding “extraTemp1” at the end of the mentioned line (in skin.conf) 
>>> did already the trick.
>>>
>>>  
>>>
>>> Barometer  1014.2 mbar 
>>>
>>> Dew Point   13.8 °C
>>>
>>> Humidity 88%
>>>
>>> Rain   0.0 mm  0.0 mm/hr
>>>
>>> Temperature116.1 °C
>>>
>>>  
>>>
>>> Amazing  Now to find out where to change the label Temperature1 
>>> into something else (Temp grass or something alike).
>>>
>>>  
>>> Thanks for your help Colin.Op vrijdag 14 juni 2019 09:00:04 UTC+2 
>>> schreef Colin Larsen:

 Sorry, that formatted horribly I think - it's actually just on 2 
 lines of code

 On Fri, Jun 14, 2019 at 6:59 PM Colin Larsen  
 wrote:

> Maarten
>
> I think you may be able to add your extraTemp1 into this section 
> below in skin.conf/weewx.conf (depending on where you have the 
> [Extras] 
> stanza). Give it a try, I'm sure Pat will jump in and correct me if 
> I'm 
> wrong. Otherwise you may need to use one of the custom content areas 
> as 
> described in the Wiki. Let us know how you get on :)
>
> # Station Observations. Special observation rainWithRainRate 
> combines Daily Rain with Rain Rate in 1 line station_observations = 
> "barometer", "dewpoint", "outHumidity", "rainWithRainRate 
>
>
> On Fri, Jun 14, 2019 at 6:46 PM Maarten van der Hoeven <
> hoev...@gmail.com> wrote:
>
>> Hi,
>>
>> Thanks for the skin 1.0. Running without a flaw, and looking nice 
>> :)
>>
>> One question... I am using a second temperature sensor 
>> (temperature on the grass, 10cm above the surface), data is stored 
>> in the 
>> database as extraTemp1. What I understood from the wiki-chart, it 
>> should 
>> not be a problem to plot this value (simply mention the 
>> database-field to 
>> plot). However, I also want to show he value of this field on the 
>> webpage.
>>
>> What would be the correct and logical way to get this done? 
>> Although I can hack around a bit and get it done, I  am wondering if 
>> there 
>> is a more sophisticated approach to hook up this sensor-data in the 
>> data-stream and to show it on the webpage. Or is all data already 
>> available 
>> in the data-stream (MQTT), and is the question only how to show this 
>> value 
>> at the website...
>>
>> Thanks. 
>>
>> Op zaterdag 1 juni 2019 18:57:56 UTC+2 schreef Pat:
>>>
>>> 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-14 Thread Colin Larsen
I did a test on my system and that label definitely works :)

On Fri, Jun 14, 2019 at 8:19 PM Colin Larsen  wrote:

> I think it would need a Weewx restart, again hopefully Pat can confirm I
> have the right spot.
>
> On Fri, 14 Jun 2019, 20:17 Maarten van der Hoeven, 
> wrote:
>
>> Thanks again Colin! I did a quick change, but didnt see the label being
>> changed at the website. Must have been doing something wrong, as being in a
>> hurry, work is calling. Will check this evening, and will also read the
>> wiki... As I understand correctly, there's pretty much howto's written down
>> how about howto's :)  Will follow up later today.
>>
>> Op vrijdag 14 juni 2019 09:36:28 UTC+2 schreef Colin Larsen:
>>>
>>> Probably just extraTemp1 = Grass Temperature or whatever you need
>>>
>>> On Fri, Jun 14, 2019 at 7:33 PM Colin Larsen  wrote:
>>>
 This is it I think, add your desired label in here

 [Labels]
 # Labels used in this skin
 [[Generic]]
 # Generic labels, keyed by an observation type.
 # To change a label or translate it to your language
 # change the text after the equal sign.
 # Extra Observation labels
 appTemp = Apparent Temperature
 cloudbase = Cloud Base
 visibility = Visibility
 windrun = Wind Run


 On Fri, Jun 14, 2019 at 7:30 PM Colin Larsen 
 wrote:

> Excellent! And yes I'm 99% sure that Temperature1 can be changed in
> either skin.conf or Weewx.conf. Don't forget to get all of your config
> settings into weewx.conf so they don't get overwritten by an update to
> skin.conf. Again it's in the Wiki. Let me go and look for that setting to
> change :)
>
> On Fri, Jun 14, 2019 at 7:15 PM Maarten van der Hoeven <
> hoev...@gmail.com> wrote:
>
>> How cool is that! This is all too easy 
>>
>>
>>
>> Adding “extraTemp1” at the end of the mentioned line (in skin.conf)
>> did already the trick.
>>
>>
>>
>> Barometer  1014.2 mbar
>>
>> Dew Point   13.8 °C
>>
>> Humidity 88%
>>
>> Rain   0.0 mm  0.0 mm/hr
>>
>> Temperature116.1 °C
>>
>>
>>
>> Amazing  Now to find out where to change the label Temperature1
>> into something else (Temp grass or something alike).
>>
>>
>> Thanks for your help Colin.Op vrijdag 14 juni 2019 09:00:04 UTC+2
>> schreef Colin Larsen:
>>>
>>> Sorry, that formatted horribly I think - it's actually just on 2
>>> lines of code
>>>
>>> On Fri, Jun 14, 2019 at 6:59 PM Colin Larsen 
>>> wrote:
>>>
 Maarten

 I think you may be able to add your extraTemp1 into this section
 below in skin.conf/weewx.conf (depending on where you have the [Extras]
 stanza). Give it a try, I'm sure Pat will jump in and correct me if I'm
 wrong. Otherwise you may need to use one of the custom content areas as
 described in the Wiki. Let us know how you get on :)

 # Station Observations. Special observation rainWithRainRate
 combines Daily Rain with Rain Rate in 1 line station_observations =
 "barometer", "dewpoint", "outHumidity", "rainWithRainRate


 On Fri, Jun 14, 2019 at 6:46 PM Maarten van der Hoeven <
 hoev...@gmail.com> wrote:

> Hi,
>
> Thanks for the skin 1.0. Running without a flaw, and looking nice
> :)
>
> One question... I am using a second temperature sensor
> (temperature on the grass, 10cm above the surface), data is stored in 
> the
> database as extraTemp1. What I understood from the wiki-chart, it 
> should
> not be a problem to plot this value (simply mention the 
> database-field to
> plot). However, I also want to show he value of this field on the 
> webpage.
>
> What would be the correct and logical way to get this done?
> Although I can hack around a bit and get it done, I  am wondering if 
> there
> is a more sophisticated approach to hook up this sensor-data in the
> data-stream and to show it on the webpage. Or is all data already 
> available
> in the data-stream (MQTT), and is the question only how to show this 
> value
> at the website...
>
> Thanks.
>
> Op zaterdag 1 juni 2019 18:57:56 UTC+2 schreef 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

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-14 Thread Colin Larsen
I think it would need a Weewx restart, again hopefully Pat can confirm I
have the right spot.

On Fri, 14 Jun 2019, 20:17 Maarten van der Hoeven, 
wrote:

> Thanks again Colin! I did a quick change, but didnt see the label being
> changed at the website. Must have been doing something wrong, as being in a
> hurry, work is calling. Will check this evening, and will also read the
> wiki... As I understand correctly, there's pretty much howto's written down
> how about howto's :)  Will follow up later today.
>
> Op vrijdag 14 juni 2019 09:36:28 UTC+2 schreef Colin Larsen:
>>
>> Probably just extraTemp1 = Grass Temperature or whatever you need
>>
>> On Fri, Jun 14, 2019 at 7:33 PM Colin Larsen  wrote:
>>
>>> This is it I think, add your desired label in here
>>>
>>> [Labels]
>>> # Labels used in this skin
>>> [[Generic]]
>>> # Generic labels, keyed by an observation type.
>>> # To change a label or translate it to your language
>>> # change the text after the equal sign.
>>> # Extra Observation labels
>>> appTemp = Apparent Temperature
>>> cloudbase = Cloud Base
>>> visibility = Visibility
>>> windrun = Wind Run
>>>
>>>
>>> On Fri, Jun 14, 2019 at 7:30 PM Colin Larsen  wrote:
>>>
 Excellent! And yes I'm 99% sure that Temperature1 can be changed in
 either skin.conf or Weewx.conf. Don't forget to get all of your config
 settings into weewx.conf so they don't get overwritten by an update to
 skin.conf. Again it's in the Wiki. Let me go and look for that setting to
 change :)

 On Fri, Jun 14, 2019 at 7:15 PM Maarten van der Hoeven <
 hoev...@gmail.com> wrote:

> How cool is that! This is all too easy 
>
>
>
> Adding “extraTemp1” at the end of the mentioned line (in skin.conf)
> did already the trick.
>
>
>
> Barometer  1014.2 mbar
>
> Dew Point   13.8 °C
>
> Humidity 88%
>
> Rain   0.0 mm  0.0 mm/hr
>
> Temperature116.1 °C
>
>
>
> Amazing  Now to find out where to change the label Temperature1
> into something else (Temp grass or something alike).
>
>
> Thanks for your help Colin.Op vrijdag 14 juni 2019 09:00:04 UTC+2
> schreef Colin Larsen:
>>
>> Sorry, that formatted horribly I think - it's actually just on 2
>> lines of code
>>
>> On Fri, Jun 14, 2019 at 6:59 PM Colin Larsen 
>> wrote:
>>
>>> Maarten
>>>
>>> I think you may be able to add your extraTemp1 into this section
>>> below in skin.conf/weewx.conf (depending on where you have the [Extras]
>>> stanza). Give it a try, I'm sure Pat will jump in and correct me if I'm
>>> wrong. Otherwise you may need to use one of the custom content areas as
>>> described in the Wiki. Let us know how you get on :)
>>>
>>> # Station Observations. Special observation rainWithRainRate
>>> combines Daily Rain with Rain Rate in 1 line station_observations =
>>> "barometer", "dewpoint", "outHumidity", "rainWithRainRate
>>>
>>>
>>> On Fri, Jun 14, 2019 at 6:46 PM Maarten van der Hoeven <
>>> hoev...@gmail.com> wrote:
>>>
 Hi,

 Thanks for the skin 1.0. Running without a flaw, and looking nice :)

 One question... I am using a second temperature sensor (temperature
 on the grass, 10cm above the surface), data is stored in the database 
 as
 extraTemp1. What I understood from the wiki-chart, it should not be a
 problem to plot this value (simply mention the database-field to plot).
 However, I also want to show he value of this field on the webpage.

 What would be the correct and logical way to get this done?
 Although I can hack around a bit and get it done, I  am wondering if 
 there
 is a more sophisticated approach to hook up this sensor-data in the
 data-stream and to show it on the webpage. Or is all data already 
 available
 in the data-stream (MQTT), and is the question only how to show this 
 value
 at the website...

 Thanks.

 Op zaterdag 1 juni 2019 18:57:56 UTC+2 schreef 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
> .
>
> 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 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-14 Thread Maarten van der Hoeven
Thanks again Colin! I did a quick change, but didnt see the label being 
changed at the website. Must have been doing something wrong, as being in a 
hurry, work is calling. Will check this evening, and will also read the 
wiki... As I understand correctly, there's pretty much howto's written down 
how about howto's :)  Will follow up later today.

Op vrijdag 14 juni 2019 09:36:28 UTC+2 schreef Colin Larsen:
>
> Probably just extraTemp1 = Grass Temperature or whatever you need
>
> On Fri, Jun 14, 2019 at 7:33 PM Colin Larsen  > wrote:
>
>> This is it I think, add your desired label in here
>>
>> [Labels]
>> # Labels used in this skin
>> [[Generic]]
>> # Generic labels, keyed by an observation type.
>> # To change a label or translate it to your language 
>> # change the text after the equal sign.
>> # Extra Observation labels
>> appTemp = Apparent Temperature
>> cloudbase = Cloud Base
>> visibility = Visibility
>> windrun = Wind Run
>>  
>>
>> On Fri, Jun 14, 2019 at 7:30 PM Colin Larsen > > wrote:
>>
>>> Excellent! And yes I'm 99% sure that Temperature1 can be changed in 
>>> either skin.conf or Weewx.conf. Don't forget to get all of your config 
>>> settings into weewx.conf so they don't get overwritten by an update to 
>>> skin.conf. Again it's in the Wiki. Let me go and look for that setting to 
>>> change :)
>>>
>>> On Fri, Jun 14, 2019 at 7:15 PM Maarten van der Hoeven <
>>> hoev...@gmail.com > wrote:
>>>
 How cool is that! This is all too easy 

  

 Adding “extraTemp1” at the end of the mentioned line (in skin.conf) did 
 already the trick.

  

 Barometer  1014.2 mbar 

 Dew Point   13.8 °C

 Humidity 88%

 Rain   0.0 mm  0.0 mm/hr

 Temperature116.1 °C

  

 Amazing  Now to find out where to change the label Temperature1 into 
 something else (Temp grass or something alike).

  
 Thanks for your help Colin.Op vrijdag 14 juni 2019 09:00:04 UTC+2 
 schreef Colin Larsen:
>
> Sorry, that formatted horribly I think - it's actually just on 2 lines 
> of code
>
> On Fri, Jun 14, 2019 at 6:59 PM Colin Larsen  
> wrote:
>
>> Maarten
>>
>> I think you may be able to add your extraTemp1 into this section 
>> below in skin.conf/weewx.conf (depending on where you have the [Extras] 
>> stanza). Give it a try, I'm sure Pat will jump in and correct me if I'm 
>> wrong. Otherwise you may need to use one of the custom content areas as 
>> described in the Wiki. Let us know how you get on :)
>>
>> # Station Observations. Special observation rainWithRainRate combines 
>> Daily Rain with Rain Rate in 1 line station_observations = "barometer", 
>> "dewpoint", "outHumidity", "rainWithRainRate 
>>
>>
>> On Fri, Jun 14, 2019 at 6:46 PM Maarten van der Hoeven <
>> hoev...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> Thanks for the skin 1.0. Running without a flaw, and looking nice :)
>>>
>>> One question... I am using a second temperature sensor (temperature 
>>> on the grass, 10cm above the surface), data is stored in the database 
>>> as 
>>> extraTemp1. What I understood from the wiki-chart, it should not be a 
>>> problem to plot this value (simply mention the database-field to plot). 
>>> However, I also want to show he value of this field on the webpage.
>>>
>>> What would be the correct and logical way to get this done? Although 
>>> I can hack around a bit and get it done, I  am wondering if there is a 
>>> more 
>>> sophisticated approach to hook up this sensor-data in the data-stream 
>>> and 
>>> to show it on the webpage. Or is all data already available in the 
>>> data-stream (MQTT), and is the question only how to show this value at 
>>> the 
>>> website...
>>>
>>> Thanks. 
>>>
>>> Op zaterdag 1 juni 2019 18:57:56 UTC+2 schreef 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 
 .

 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 
 
  
 which can help you get started. 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-14 Thread Colin Larsen
Probably just extraTemp1 = Grass Temperature or whatever you need

On Fri, Jun 14, 2019 at 7:33 PM Colin Larsen  wrote:

> This is it I think, add your desired label in here
>
> [Labels]
> # Labels used in this skin
> [[Generic]]
> # Generic labels, keyed by an observation type.
> # To change a label or translate it to your language
> # change the text after the equal sign.
> # Extra Observation labels
> appTemp = Apparent Temperature
> cloudbase = Cloud Base
> visibility = Visibility
> windrun = Wind Run
>
>
> On Fri, Jun 14, 2019 at 7:30 PM Colin Larsen 
> wrote:
>
>> Excellent! And yes I'm 99% sure that Temperature1 can be changed in
>> either skin.conf or Weewx.conf. Don't forget to get all of your config
>> settings into weewx.conf so they don't get overwritten by an update to
>> skin.conf. Again it's in the Wiki. Let me go and look for that setting to
>> change :)
>>
>> On Fri, Jun 14, 2019 at 7:15 PM Maarten van der Hoeven <
>> hoeve...@gmail.com> wrote:
>>
>>> How cool is that! This is all too easy 
>>>
>>>
>>>
>>> Adding “extraTemp1” at the end of the mentioned line (in skin.conf) did
>>> already the trick.
>>>
>>>
>>>
>>> Barometer  1014.2 mbar
>>>
>>> Dew Point   13.8 °C
>>>
>>> Humidity 88%
>>>
>>> Rain   0.0 mm  0.0 mm/hr
>>>
>>> Temperature116.1 °C
>>>
>>>
>>>
>>> Amazing  Now to find out where to change the label Temperature1 into
>>> something else (Temp grass or something alike).
>>>
>>>
>>> Thanks for your help Colin.Op vrijdag 14 juni 2019 09:00:04 UTC+2
>>> schreef Colin Larsen:

 Sorry, that formatted horribly I think - it's actually just on 2 lines
 of code

 On Fri, Jun 14, 2019 at 6:59 PM Colin Larsen 
 wrote:

> Maarten
>
> I think you may be able to add your extraTemp1 into this section below
> in skin.conf/weewx.conf (depending on where you have the [Extras] stanza).
> Give it a try, I'm sure Pat will jump in and correct me if I'm wrong.
> Otherwise you may need to use one of the custom content areas as described
> in the Wiki. Let us know how you get on :)
>
> # Station Observations. Special observation rainWithRainRate combines
> Daily Rain with Rain Rate in 1 line station_observations = "barometer",
> "dewpoint", "outHumidity", "rainWithRainRate
>
>
> On Fri, Jun 14, 2019 at 6:46 PM Maarten van der Hoeven <
> hoev...@gmail.com> wrote:
>
>> Hi,
>>
>> Thanks for the skin 1.0. Running without a flaw, and looking nice :)
>>
>> One question... I am using a second temperature sensor (temperature
>> on the grass, 10cm above the surface), data is stored in the database as
>> extraTemp1. What I understood from the wiki-chart, it should not be a
>> problem to plot this value (simply mention the database-field to plot).
>> However, I also want to show he value of this field on the webpage.
>>
>> What would be the correct and logical way to get this done? Although
>> I can hack around a bit and get it done, I  am wondering if there is a 
>> more
>> sophisticated approach to hook up this sensor-data in the data-stream and
>> to show it on the webpage. Or is all data already available in the
>> data-stream (MQTT), and is the question only how to show this value at 
>> the
>> website...
>>
>> Thanks.
>>
>> Op zaterdag 1 juni 2019 18:57:56 UTC+2 schreef 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
>>> .
>>>
>>> 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
>>> 
>>> 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
>>> ,
>>> and read all of the details on the changes here:
>>> 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-14 Thread Colin Larsen
This is it I think, add your desired label in here

[Labels]
# Labels used in this skin
[[Generic]]
# Generic labels, keyed by an observation type.
# To change a label or translate it to your language
# change the text after the equal sign.
# Extra Observation labels
appTemp = Apparent Temperature
cloudbase = Cloud Base
visibility = Visibility
windrun = Wind Run


On Fri, Jun 14, 2019 at 7:30 PM Colin Larsen  wrote:

> Excellent! And yes I'm 99% sure that Temperature1 can be changed in either
> skin.conf or Weewx.conf. Don't forget to get all of your config settings
> into weewx.conf so they don't get overwritten by an update to skin.conf.
> Again it's in the Wiki. Let me go and look for that setting to change :)
>
> On Fri, Jun 14, 2019 at 7:15 PM Maarten van der Hoeven 
> wrote:
>
>> How cool is that! This is all too easy 
>>
>>
>>
>> Adding “extraTemp1” at the end of the mentioned line (in skin.conf) did
>> already the trick.
>>
>>
>>
>> Barometer  1014.2 mbar
>>
>> Dew Point   13.8 °C
>>
>> Humidity 88%
>>
>> Rain   0.0 mm  0.0 mm/hr
>>
>> Temperature116.1 °C
>>
>>
>>
>> Amazing  Now to find out where to change the label Temperature1 into
>> something else (Temp grass or something alike).
>>
>>
>> Thanks for your help Colin.Op vrijdag 14 juni 2019 09:00:04 UTC+2
>> schreef Colin Larsen:
>>>
>>> Sorry, that formatted horribly I think - it's actually just on 2 lines
>>> of code
>>>
>>> On Fri, Jun 14, 2019 at 6:59 PM Colin Larsen  wrote:
>>>
 Maarten

 I think you may be able to add your extraTemp1 into this section below
 in skin.conf/weewx.conf (depending on where you have the [Extras] stanza).
 Give it a try, I'm sure Pat will jump in and correct me if I'm wrong.
 Otherwise you may need to use one of the custom content areas as described
 in the Wiki. Let us know how you get on :)

 # Station Observations. Special observation rainWithRainRate combines
 Daily Rain with Rain Rate in 1 line station_observations = "barometer",
 "dewpoint", "outHumidity", "rainWithRainRate


 On Fri, Jun 14, 2019 at 6:46 PM Maarten van der Hoeven <
 hoev...@gmail.com> wrote:

> Hi,
>
> Thanks for the skin 1.0. Running without a flaw, and looking nice :)
>
> One question... I am using a second temperature sensor (temperature on
> the grass, 10cm above the surface), data is stored in the database as
> extraTemp1. What I understood from the wiki-chart, it should not be a
> problem to plot this value (simply mention the database-field to plot).
> However, I also want to show he value of this field on the webpage.
>
> What would be the correct and logical way to get this done? Although I
> can hack around a bit and get it done, I  am wondering if there is a more
> sophisticated approach to hook up this sensor-data in the data-stream and
> to show it on the webpage. Or is all data already available in the
> data-stream (MQTT), and is the question only how to show this value at the
> website...
>
> Thanks.
>
> Op zaterdag 1 juni 2019 18:57:56 UTC+2 schreef 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
>> .
>>
>> 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
>> 
>> 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
>> ,
>> 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 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-14 Thread Colin Larsen
Excellent! And yes I'm 99% sure that Temperature1 can be changed in either
skin.conf or Weewx.conf. Don't forget to get all of your config settings
into weewx.conf so they don't get overwritten by an update to skin.conf.
Again it's in the Wiki. Let me go and look for that setting to change :)

On Fri, Jun 14, 2019 at 7:15 PM Maarten van der Hoeven 
wrote:

> How cool is that! This is all too easy 
>
>
>
> Adding “extraTemp1” at the end of the mentioned line (in skin.conf) did
> already the trick.
>
>
>
> Barometer  1014.2 mbar
>
> Dew Point   13.8 °C
>
> Humidity 88%
>
> Rain   0.0 mm  0.0 mm/hr
>
> Temperature116.1 °C
>
>
>
> Amazing  Now to find out where to change the label Temperature1 into
> something else (Temp grass or something alike).
>
>
> Thanks for your help Colin.Op vrijdag 14 juni 2019 09:00:04 UTC+2 schreef
> Colin Larsen:
>>
>> Sorry, that formatted horribly I think - it's actually just on 2 lines of
>> code
>>
>> On Fri, Jun 14, 2019 at 6:59 PM Colin Larsen  wrote:
>>
>>> Maarten
>>>
>>> I think you may be able to add your extraTemp1 into this section below
>>> in skin.conf/weewx.conf (depending on where you have the [Extras] stanza).
>>> Give it a try, I'm sure Pat will jump in and correct me if I'm wrong.
>>> Otherwise you may need to use one of the custom content areas as described
>>> in the Wiki. Let us know how you get on :)
>>>
>>> # Station Observations. Special observation rainWithRainRate combines
>>> Daily Rain with Rain Rate in 1 line station_observations = "barometer",
>>> "dewpoint", "outHumidity", "rainWithRainRate
>>>
>>>
>>> On Fri, Jun 14, 2019 at 6:46 PM Maarten van der Hoeven <
>>> hoev...@gmail.com> wrote:
>>>
 Hi,

 Thanks for the skin 1.0. Running without a flaw, and looking nice :)

 One question... I am using a second temperature sensor (temperature on
 the grass, 10cm above the surface), data is stored in the database as
 extraTemp1. What I understood from the wiki-chart, it should not be a
 problem to plot this value (simply mention the database-field to plot).
 However, I also want to show he value of this field on the webpage.

 What would be the correct and logical way to get this done? Although I
 can hack around a bit and get it done, I  am wondering if there is a more
 sophisticated approach to hook up this sensor-data in the data-stream and
 to show it on the webpage. Or is all data already available in the
 data-stream (MQTT), and is the question only how to show this value at the
 website...

 Thanks.

 Op zaterdag 1 juni 2019 18:57:56 UTC+2 schreef 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 
> .
>
> 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
> 
> 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
> ,
> 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
> 
> .
>
> 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 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-14 Thread Maarten van der Hoeven


How cool is that! This is all too easy 

 

Adding “extraTemp1” at the end of the mentioned line (in skin.conf) did 
already the trick.

 

Barometer  1014.2 mbar 

Dew Point   13.8 °C

Humidity 88%

Rain   0.0 mm  0.0 mm/hr

Temperature116.1 °C

 

Amazing  Now to find out where to change the label Temperature1 into 
something else (Temp grass or something alike).

 
Thanks for your help Colin.Op vrijdag 14 juni 2019 09:00:04 UTC+2 schreef 
Colin Larsen:
>
> Sorry, that formatted horribly I think - it's actually just on 2 lines of 
> code
>
> On Fri, Jun 14, 2019 at 6:59 PM Colin Larsen  > wrote:
>
>> Maarten
>>
>> I think you may be able to add your extraTemp1 into this section below in 
>> skin.conf/weewx.conf (depending on where you have the [Extras] stanza). 
>> Give it a try, I'm sure Pat will jump in and correct me if I'm wrong. 
>> Otherwise you may need to use one of the custom content areas as described 
>> in the Wiki. Let us know how you get on :)
>>
>> # Station Observations. Special observation rainWithRainRate combines 
>> Daily Rain with Rain Rate in 1 line station_observations = "barometer", 
>> "dewpoint", "outHumidity", "rainWithRainRate 
>>
>>
>> On Fri, Jun 14, 2019 at 6:46 PM Maarten van der Hoeven > > wrote:
>>
>>> Hi,
>>>
>>> Thanks for the skin 1.0. Running without a flaw, and looking nice :)
>>>
>>> One question... I am using a second temperature sensor (temperature on 
>>> the grass, 10cm above the surface), data is stored in the database as 
>>> extraTemp1. What I understood from the wiki-chart, it should not be a 
>>> problem to plot this value (simply mention the database-field to plot). 
>>> However, I also want to show he value of this field on the webpage.
>>>
>>> What would be the correct and logical way to get this done? Although I 
>>> can hack around a bit and get it done, I  am wondering if there is a more 
>>> sophisticated approach to hook up this sensor-data in the data-stream and 
>>> to show it on the webpage. Or is all data already available in the 
>>> data-stream (MQTT), and is the question only how to show this value at the 
>>> website...
>>>
>>> Thanks. 
>>>
>>> Op zaterdag 1 juni 2019 18:57:56 UTC+2 schreef 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 .

 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 
 
  
 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 
 ,
  
 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 
 
 . 

 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 . 

>>> -- 
>>> 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...@googlegroups.com .
>>> To view this discussion on the web visit 
>>> 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-14 Thread Colin Larsen
Sorry, that formatted horribly I think - it's actually just on 2 lines of
code

On Fri, Jun 14, 2019 at 6:59 PM Colin Larsen  wrote:

> Maarten
>
> I think you may be able to add your extraTemp1 into this section below in
> skin.conf/weewx.conf (depending on where you have the [Extras] stanza).
> Give it a try, I'm sure Pat will jump in and correct me if I'm wrong.
> Otherwise you may need to use one of the custom content areas as described
> in the Wiki. Let us know how you get on :)
>
> # Station Observations. Special observation rainWithRainRate combines
> Daily Rain with Rain Rate in 1 line station_observations = "barometer",
> "dewpoint", "outHumidity", "rainWithRainRate
>
>
> On Fri, Jun 14, 2019 at 6:46 PM Maarten van der Hoeven 
> wrote:
>
>> Hi,
>>
>> Thanks for the skin 1.0. Running without a flaw, and looking nice :)
>>
>> One question... I am using a second temperature sensor (temperature on
>> the grass, 10cm above the surface), data is stored in the database as
>> extraTemp1. What I understood from the wiki-chart, it should not be a
>> problem to plot this value (simply mention the database-field to plot).
>> However, I also want to show he value of this field on the webpage.
>>
>> What would be the correct and logical way to get this done? Although I
>> can hack around a bit and get it done, I  am wondering if there is a more
>> sophisticated approach to hook up this sensor-data in the data-stream and
>> to show it on the webpage. Or is all data already available in the
>> data-stream (MQTT), and is the question only how to show this value at the
>> website...
>>
>> Thanks.
>>
>> Op zaterdag 1 juni 2019 18:57:56 UTC+2 schreef 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 .
>>>
>>> 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
>>> 
>>> 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
>>> ,
>>> 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
>>> 
>>> .
>>>
>>> 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 .
>>>
>> --
>> 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 on the web visit
>> https://groups.google.com/d/msgid/weewx-user/e84dcbf2-2174-4032-83a7-93c738e6c4ec%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CACjxfUtEjEm69QYMeTJ4TPVFpfha1%2BganDbSN2D-GX5AYB5zMw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-14 Thread Colin Larsen
Maarten

I think you may be able to add your extraTemp1 into this section below in
skin.conf/weewx.conf (depending on where you have the [Extras] stanza).
Give it a try, I'm sure Pat will jump in and correct me if I'm wrong.
Otherwise you may need to use one of the custom content areas as described
in the Wiki. Let us know how you get on :)

# Station Observations. Special observation rainWithRainRate combines Daily
Rain with Rain Rate in 1 line station_observations = "barometer",
"dewpoint", "outHumidity", "rainWithRainRate


On Fri, Jun 14, 2019 at 6:46 PM Maarten van der Hoeven 
wrote:

> Hi,
>
> Thanks for the skin 1.0. Running without a flaw, and looking nice :)
>
> One question... I am using a second temperature sensor (temperature on the
> grass, 10cm above the surface), data is stored in the database as
> extraTemp1. What I understood from the wiki-chart, it should not be a
> problem to plot this value (simply mention the database-field to plot).
> However, I also want to show he value of this field on the webpage.
>
> What would be the correct and logical way to get this done? Although I can
> hack around a bit and get it done, I  am wondering if there is a more
> sophisticated approach to hook up this sensor-data in the data-stream and
> to show it on the webpage. Or is all data already available in the
> data-stream (MQTT), and is the question only how to show this value at the
> website...
>
> Thanks.
>
> Op zaterdag 1 juni 2019 18:57:56 UTC+2 schreef 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 .
>>
>> 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
>> 
>> 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
>> ,
>> 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
>> 
>> .
>>
>> 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 .
>>
> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/e84dcbf2-2174-4032-83a7-93c738e6c4ec%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CACjxfUuBvDKYurEftDCtcbfvXgNviQKC_TbSac7xLpWrJ%2B9j_Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-11 Thread Pat
If you are on 1.0, then you can upgrade to 1.0.1+ easily. 

The special instructions were only for 0.9.1 and older.

On Tuesday, June 11, 2019 at 9:59:57 AM UTC-4, Adnan Mumtaz wrote:
>
> Hi Pat,
>
> I am at v1.0, in order to upgrade to 1.0.1 will i have to remove it 
> completely and re-install like I did for 1.0?
>
> Thanks
> Adnan
>
> On Sunday, 9 June 2019 21:48:54 UTC+3, Pat wrote:
>>
>> All, version 1.0.1 has been released. This is a bug fix and maintenance 
>> update. 
>>
>> You can download 1.0.1 here: 
>> https://github.com/poblabs/weewx-belchertown/releases
>>
>> Work on 1.1 has already begun! 
>>
>>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/71b22184-a64b-4843-871d-ad84f36d94e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-11 Thread Adnan Mumtaz
Hi Pat,

I am at v1.0, in order to upgrade to 1.0.1 will i have to remove it 
completely and re-install like I did for 1.0?

Thanks
Adnan

On Sunday, 9 June 2019 21:48:54 UTC+3, Pat wrote:
>
> All, version 1.0.1 has been released. This is a bug fix and maintenance 
> update. 
>
> You can download 1.0.1 here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
> Work on 1.1 has already begun! 
>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/d699393e-0bfd-45c2-a641-37f2b85f3353%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-10 Thread Pat
Yes you can either download the tar.gz and copy the files into place, or 
run the wee_extension install. Just have a backup of your skin.conf since 
new version has new things added to it. 

On Monday, June 10, 2019 at 2:06:33 AM UTC-4, Johannes Ebner wrote:
>
> Hi,
>
> If  I have already the dev code running, can I do a normal upgrade?
>
> Belchertown   1.0rc8.1
>
> Br,
> Johannes
>
> Am Sonntag, 9. Juni 2019 20:48:54 UTC+2 schrieb Pat:
>>
>> All, version 1.0.1 has been released. This is a bug fix and maintenance 
>> update. 
>>
>> You can download 1.0.1 here: 
>> https://github.com/poblabs/weewx-belchertown/releases
>>
>> Work on 1.1 has already begun! 
>>
>>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/06d07fb1-1121-40b7-8757-6087b008f9d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-10 Thread 'Johannes Ebner' via weewx-user
Hi,

If  I have already the dev code running, can I do a normal upgrade?

Belchertown   1.0rc8.1

Br,
Johannes

Am Sonntag, 9. Juni 2019 20:48:54 UTC+2 schrieb Pat:
>
> All, version 1.0.1 has been released. This is a bug fix and maintenance 
> update. 
>
> You can download 1.0.1 here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
> Work on 1.1 has already begun! 
>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/a8fe10f6-0882-4fff-bdde-908a0763dac6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-09 Thread Pat
All, version 1.0.1 has been released. This is a bug fix and maintenance 
update. 

You can download 1.0.1 here: 
https://github.com/poblabs/weewx-belchertown/releases

Work on 1.1 has already begun! 

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/53a30838-89d7-4a24-968c-23531210ac4e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-09 Thread Chris Plant
That was it. Thanks Pat! Love the skin.

On Sun, Jun 9, 2019 at 10:55 AM Pat O'Brien  wrote:

> Yes, your archive interval isn't 300 which is the default gapsize for the
> charts..
>
> So you will need to change the gapsize setting in the graphs.conf.example
> (or graphs.conf) to match your weewx.conf archive_interval in milliseconds.
>
> Sent from mobile
>
>
> On Sun, Jun 9, 2019, 11:52 AM Chris P  wrote:
>
>> Using the default graph.conf.example and none of my highchart lines are
>> showing up.  However the wind direction point plots are.  Anybody run
>> across this issue yet?
>>
>> http://www.knowltonweather.com
>>
>>
>> On Saturday, June 1, 2019 at 11:57:56 AM UTC-5, Pat wrote:
>>>
>>> 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 .
>>>
>>> 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
>>> 
>>> 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
>>> ,
>>> 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
>>> 
>>> .
>>>
>>> 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 .
>>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "weewx-user" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> weewx-user+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/b303f21b-c014-41a1-8240-ce783308662a%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/CAJv44%2BncG-ytBurSVEc%3DOp6TcZd948gTgZCFFSYLSCtGN9UWJQ%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
-- 

Chris Plant
Sent from Gmail Mobile

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CALvMK2Ro9u4mrtMG%3D_i7SRN6ZgjdsJ_YN5p6nwr2HnH4fsk03g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-09 Thread Pat O'Brien
Yes, your archive interval isn't 300 which is the default gapsize for the
charts..

So you will need to change the gapsize setting in the graphs.conf.example
(or graphs.conf) to match your weewx.conf archive_interval in milliseconds.

Sent from mobile


On Sun, Jun 9, 2019, 11:52 AM Chris P  wrote:

> Using the default graph.conf.example and none of my highchart lines are
> showing up.  However the wind direction point plots are.  Anybody run
> across this issue yet?
>
> http://www.knowltonweather.com
>
>
> On Saturday, June 1, 2019 at 11:57:56 AM UTC-5, Pat wrote:
>>
>> 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 .
>>
>> 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
>> 
>> 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
>> ,
>> 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
>> 
>> .
>>
>> 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 .
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/b303f21b-c014-41a1-8240-ce783308662a%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAJv44%2BncG-ytBurSVEc%3DOp6TcZd948gTgZCFFSYLSCtGN9UWJQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-08 Thread Adnan Mumtaz
Yes very warm :/ in the coming weeks we can grill burgers on our cars :)  
Isn't it like Arizona?

On Saturday, 8 June 2019 08:50:08 UTC+3, Colin Larsen wrote:
>
> Happy to help - it's pretty warm there!
>
> On Sat, 8 Jun 2019, 17:32 Adnan Mumtaz, > 
> wrote:
>
>> Thanks a lot Colin, it worked.
>>
>> On Saturday, 8 June 2019 08:08:12 UTC+3, Colin Larsen wrote:
>>>
>>> Adnan, look for a line in your skin.conf/weewx.conf (depending on where 
>>> you have things specified) like this one. Add observations in the order 
>>> that you like to see them
>>>
>>> station_observations = barometer, dewpoint, outHumidity, cloudbase, 
>>> rainWithRainRate, UV, radiation
>>>
>>>
>>>
>>>
>>>
>>> On Sat, Jun 8, 2019 at 4:37 PM Adnan Mumtaz  wrote:
>>>
 Hi,

 Superb looking skin, thanks a lot Pat. I was able to upgrade it, 
 everything is working fine except for some reason the following are not 
 appearing on the main page

 Visibility
 Cloud Base
 UV Index
 Radiation

 http://www.riyadhweather.com/

 On Saturday, 1 June 2019 19:57:56 UTC+3, Pat wrote:
>
> 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 
> .
>
> 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 
> 
>  
> 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 
> ,
>  
> 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 
> 
> . 
>
> 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 . 
>
 -- 
 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...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/a6b80885-b537-4114-9a3d-3ae697a28e38%40googlegroups.com
  
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/4ad77290-4ebf-41a8-bcff-791a895857ac%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 on the web 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-07 Thread Colin Larsen
Happy to help - it's pretty warm there!

On Sat, 8 Jun 2019, 17:32 Adnan Mumtaz,  wrote:

> Thanks a lot Colin, it worked.
>
> On Saturday, 8 June 2019 08:08:12 UTC+3, Colin Larsen wrote:
>>
>> Adnan, look for a line in your skin.conf/weewx.conf (depending on where
>> you have things specified) like this one. Add observations in the order
>> that you like to see them
>>
>> station_observations = barometer, dewpoint, outHumidity, cloudbase,
>> rainWithRainRate, UV, radiation
>>
>>
>>
>>
>>
>> On Sat, Jun 8, 2019 at 4:37 PM Adnan Mumtaz  wrote:
>>
>>> Hi,
>>>
>>> Superb looking skin, thanks a lot Pat. I was able to upgrade it,
>>> everything is working fine except for some reason the following are not
>>> appearing on the main page
>>>
>>> Visibility
>>> Cloud Base
>>> UV Index
>>> Radiation
>>>
>>> http://www.riyadhweather.com/
>>>
>>> On Saturday, 1 June 2019 19:57:56 UTC+3, Pat wrote:

 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 .

 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
 
 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
 ,
 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
 
 .

 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 .

>>> --
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/a6b80885-b537-4114-9a3d-3ae697a28e38%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/4ad77290-4ebf-41a8-bcff-791a895857ac%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CACjxfUvS3-nSoxTo5G7Wm9RPJGb3mHDP4yL1A5r7TcsCu_MY5g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-07 Thread Adnan Mumtaz
Thanks a lot Colin, it worked.

On Saturday, 8 June 2019 08:08:12 UTC+3, Colin Larsen wrote:
>
> Adnan, look for a line in your skin.conf/weewx.conf (depending on where 
> you have things specified) like this one. Add observations in the order 
> that you like to see them
>
> station_observations = barometer, dewpoint, outHumidity, cloudbase, 
> rainWithRainRate, UV, radiation
>
>
>
>
>
> On Sat, Jun 8, 2019 at 4:37 PM Adnan Mumtaz  > wrote:
>
>> Hi,
>>
>> Superb looking skin, thanks a lot Pat. I was able to upgrade it, 
>> everything is working fine except for some reason the following are not 
>> appearing on the main page
>>
>> Visibility
>> Cloud Base
>> UV Index
>> Radiation
>>
>> http://www.riyadhweather.com/
>>
>> On Saturday, 1 June 2019 19:57:56 UTC+3, Pat wrote:
>>>
>>> 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 .
>>>
>>> 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 
>>> 
>>>  
>>> 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 
>>> ,
>>>  
>>> 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 
>>> 
>>> . 
>>>
>>> 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 . 
>>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/a6b80885-b537-4114-9a3d-3ae697a28e38%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/4ad77290-4ebf-41a8-bcff-791a895857ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   >