Re: [weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-10 Thread Greg from Oz
Yes I have used the Responsive skin. It was the one I was using previously 
and just thought I would try this skin out and see how it went.
I like them both. If I could get the best of each of them onto one skin 
that would be great.
I might have to have a look and see what I can cobble together or just swap 
back to Responsive as I have modified that a lot.

Thanks


On Saturday, 11 March 2023 at 08:13:28 UTC+11 Neville Davis wrote:

> Hi
>
> I have used the scripts developed by Darryn Capes-Davis for his responsive 
> skin. I edited this originally to create a single page I could add to any 
> skin..I have had it on a couple. It has proved to be very reliable .
>
> Neville
>
> On Saturday, March 11, 2023 at 6:33:03 AM UTC+10 Neville Davis wrote:
>
>> Hi
>>
>> The i2C sensor Australian BOM info is mine. 
>> I have edited the Belchertown skin to include a page with this data…it 
>> has worked really well.
>> Currently my system is not updating due to hardware problems.
>> There’s maybe something you can use, I have I think included all the 
>> edits required to get the Belchertown skin edited.
>>
>> Neville
>>
>> On Friday, March 10, 2023 at 9:55:29 AM UTC+10 Greg Reive wrote:
>>
>>> I found this:
>>> https://github.com/roe-dl/weewx-DWD/blob/master/README-en.md
>>>
>>> It's close..
>>>
>>> On Fri, 10 Mar 2023 at 10:37, David Bätge  wrote:
>>>
 That's indeed a big ask and I am afraid to say that this is out of 
 scope of my spare free time, I am sorry about that.

 At first, I thought there should be some extension already to pull in 
 the Australian BOM data, but it seems there is none yet. What I found is 
 this: 
 https://github.com/weewx/weewx/wiki/Raspberry-Pi-weather-station-with-i2C-sensors#australian-weather-forecast-added-to-belchertown-skin
  

 A Post about integrating the data into the Belchertown skin - I have 
 not had a look over the files, sorry, but this could be a potential 
 starting point. If anyone has the time/need for that, I would be happy to 
 support that in some way (Wiki Posts, PR's).

 Greg from Oz schrieb am Donnerstag, 9. März 2023 um 22:58:00 UTC+1:

> Thanks for looking at the caching issue.
> Also would it be possible to have Australian official forecast from 
> the Bureau of Meteorology (BOM)?
> I can get a json file from here:
> https://api.weather.bom.gov.au/v1/locations/r7hgdpk/forecasts/daily
>
> The forecast looks like this:
> https://weather.bom.gov.au/location/r67rt9q-moonbi
>
> I know that this would be a big ask but it would be great if it was 
> available.
> If I knew enough about how the programming worked I would do it myself.
>
>
> On Thursday, 9 March 2023 at 22:49:05 UTC+11 David Bätge wrote:
>
>> @greg 
>>
>> Thank you for all the feedback!
>>
>> So the time of the last rain is not yet displayed, but I have noted 
>> this, and will add it in a future release :)
>>
>> Yes, I think I found the reason why your radar image is not 
>> refreshing (cached) - that's a bug with the service worker of the skin. 
>> I 
>> will have a look at it and release a small bugfix update by the end of 
>> the 
>> week, there were some more bugs with 3.0.0 which need to be resolved.
>>
>> Greg from Oz schrieb am Donnerstag, 9. März 2023 um 10:30:43 UTC+1:
>>
>>> Also another observation is the radar graphic doesn't change in the 
>>> weather web page until I press F5 refresh.
>>> If I click the today link it reverts back to the wrong image.
>>> If I open a new browser tab and use this:
>>> https://weather.ubeaut.work/WEBCAM/radar.jpg?
>>> I get the correct radar image.
>>> Very strange.
>>>
>>> On Thursday, 9 March 2023 at 19:33:07 UTC+11 Greg from Oz wrote:
>>>
 Hi,

 Is there a way to add the date and time for example to the radar 
 html code?
 The reason I ask is because the image is being cached but if the 
 name changes I should get the latest image.

 This is what I meanbut it doesn't work.
 radar_html = 'https://weather.ubeaut.work/WEBCAM/radar.jpg?""$current.dateTime";>'

 My web site is here:
 https://weather.ubeaut.work/index.html

 Thanks


 On Thursday, 9 March 2023 at 00:06:03 UTC+11 Claudio wrote:

> Well done! you did a good job
>
> Il giorno lunedì 6 marzo 2023 alle 20:22:15 UTC+1 David Bätge ha 
> scritto:
>
>> Hi all,
>>
>>
>> I just wanted to inform you that a new version is available for 
>> the weewx-wdc skin  for 
>> download 
>> 
>> .
>>
>>>

Re: [weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-10 Thread Neville Davis
Hi

I have used the scripts developed by Darryn Capes-Davis for his responsive 
skin. I edited this originally to create a single page I could add to any 
skin..I have had it on a couple. It has proved to be very reliable .

Neville

On Saturday, March 11, 2023 at 6:33:03 AM UTC+10 Neville Davis wrote:

> Hi
>
> The i2C sensor Australian BOM info is mine. 
> I have edited the Belchertown skin to include a page with this data…it has 
> worked really well.
> Currently my system is not updating due to hardware problems.
> There’s maybe something you can use, I have I think included all the edits 
> required to get the Belchertown skin edited.
>
> Neville
>
> On Friday, March 10, 2023 at 9:55:29 AM UTC+10 Greg Reive wrote:
>
>> I found this:
>> https://github.com/roe-dl/weewx-DWD/blob/master/README-en.md
>>
>> It's close..
>>
>> On Fri, 10 Mar 2023 at 10:37, David Bätge  wrote:
>>
>>> That's indeed a big ask and I am afraid to say that this is out of scope 
>>> of my spare free time, I am sorry about that.
>>>
>>> At first, I thought there should be some extension already to pull in 
>>> the Australian BOM data, but it seems there is none yet. What I found is 
>>> this: 
>>> https://github.com/weewx/weewx/wiki/Raspberry-Pi-weather-station-with-i2C-sensors#australian-weather-forecast-added-to-belchertown-skin
>>>  
>>>
>>> A Post about integrating the data into the Belchertown skin - I have not 
>>> had a look over the files, sorry, but this could be a potential starting 
>>> point. If anyone has the time/need for that, I would be happy to support 
>>> that in some way (Wiki Posts, PR's).
>>>
>>> Greg from Oz schrieb am Donnerstag, 9. März 2023 um 22:58:00 UTC+1:
>>>
 Thanks for looking at the caching issue.
 Also would it be possible to have Australian official forecast from the 
 Bureau of Meteorology (BOM)?
 I can get a json file from here:
 https://api.weather.bom.gov.au/v1/locations/r7hgdpk/forecasts/daily

 The forecast looks like this:
 https://weather.bom.gov.au/location/r67rt9q-moonbi

 I know that this would be a big ask but it would be great if it was 
 available.
 If I knew enough about how the programming worked I would do it myself.


 On Thursday, 9 March 2023 at 22:49:05 UTC+11 David Bätge wrote:

> @greg 
>
> Thank you for all the feedback!
>
> So the time of the last rain is not yet displayed, but I have noted 
> this, and will add it in a future release :)
>
> Yes, I think I found the reason why your radar image is not refreshing 
> (cached) - that's a bug with the service worker of the skin. I will have 
> a 
> look at it and release a small bugfix update by the end of the week, 
> there 
> were some more bugs with 3.0.0 which need to be resolved.
>
> Greg from Oz schrieb am Donnerstag, 9. März 2023 um 10:30:43 UTC+1:
>
>> Also another observation is the radar graphic doesn't change in the 
>> weather web page until I press F5 refresh.
>> If I click the today link it reverts back to the wrong image.
>> If I open a new browser tab and use this:
>> https://weather.ubeaut.work/WEBCAM/radar.jpg?
>> I get the correct radar image.
>> Very strange.
>>
>> On Thursday, 9 March 2023 at 19:33:07 UTC+11 Greg from Oz wrote:
>>
>>> Hi,
>>>
>>> Is there a way to add the date and time for example to the radar 
>>> html code?
>>> The reason I ask is because the image is being cached but if the 
>>> name changes I should get the latest image.
>>>
>>> This is what I meanbut it doesn't work.
>>> radar_html = 'https://weather.ubeaut.work/WEBCAM/radar.jpg?""$current.dateTime";>'
>>>
>>> My web site is here:
>>> https://weather.ubeaut.work/index.html
>>>
>>> Thanks
>>>
>>>
>>> On Thursday, 9 March 2023 at 00:06:03 UTC+11 Claudio wrote:
>>>
 Well done! you did a good job

 Il giorno lunedì 6 marzo 2023 alle 20:22:15 UTC+1 David Bätge ha 
 scritto:

> Hi all,
>
>
> I just wanted to inform you that a new version is available for 
> the weewx-wdc skin  for 
> download 
> 
> .
>
>
> This release includes some big updates and refactoring:
>
>- Several Bugfixes and enhancements for weewx-forecast
>- Show weather data for a specific day - Daily archive
>- Make diagrams configurable per context (per period) / 
>Refactor diagrams configuration. Diagrams can now be configured 
> per 
>context, eg. day, week or month. Per default, the day and week 
> pages do not 
>include the outTemp min/max/avg diagram anymore.
>- Make show

Re: [weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-10 Thread Neville Davis
Hi

The i2C sensor Australian BOM info is mine. 
I have edited the Belchertown skin to include a page with this data…it has 
worked really well.
Currently my system is not updating due to hardware problems.
There’s maybe something you can use, I have I think included all the edits 
required to get the Belchertown skin edited.

Neville

On Friday, March 10, 2023 at 9:55:29 AM UTC+10 Greg Reive wrote:

> I found this:
> https://github.com/roe-dl/weewx-DWD/blob/master/README-en.md
>
> It's close..
>
> On Fri, 10 Mar 2023 at 10:37, David Bätge  wrote:
>
>> That's indeed a big ask and I am afraid to say that this is out of scope 
>> of my spare free time, I am sorry about that.
>>
>> At first, I thought there should be some extension already to pull in the 
>> Australian BOM data, but it seems there is none yet. What I found is this: 
>> https://github.com/weewx/weewx/wiki/Raspberry-Pi-weather-station-with-i2C-sensors#australian-weather-forecast-added-to-belchertown-skin
>>  
>>
>> A Post about integrating the data into the Belchertown skin - I have not 
>> had a look over the files, sorry, but this could be a potential starting 
>> point. If anyone has the time/need for that, I would be happy to support 
>> that in some way (Wiki Posts, PR's).
>>
>> Greg from Oz schrieb am Donnerstag, 9. März 2023 um 22:58:00 UTC+1:
>>
>>> Thanks for looking at the caching issue.
>>> Also would it be possible to have Australian official forecast from the 
>>> Bureau of Meteorology (BOM)?
>>> I can get a json file from here:
>>> https://api.weather.bom.gov.au/v1/locations/r7hgdpk/forecasts/daily
>>>
>>> The forecast looks like this:
>>> https://weather.bom.gov.au/location/r67rt9q-moonbi
>>>
>>> I know that this would be a big ask but it would be great if it was 
>>> available.
>>> If I knew enough about how the programming worked I would do it myself.
>>>
>>>
>>> On Thursday, 9 March 2023 at 22:49:05 UTC+11 David Bätge wrote:
>>>
 @greg 

 Thank you for all the feedback!

 So the time of the last rain is not yet displayed, but I have noted 
 this, and will add it in a future release :)

 Yes, I think I found the reason why your radar image is not refreshing 
 (cached) - that's a bug with the service worker of the skin. I will have a 
 look at it and release a small bugfix update by the end of the week, there 
 were some more bugs with 3.0.0 which need to be resolved.

 Greg from Oz schrieb am Donnerstag, 9. März 2023 um 10:30:43 UTC+1:

> Also another observation is the radar graphic doesn't change in the 
> weather web page until I press F5 refresh.
> If I click the today link it reverts back to the wrong image.
> If I open a new browser tab and use this:
> https://weather.ubeaut.work/WEBCAM/radar.jpg?
> I get the correct radar image.
> Very strange.
>
> On Thursday, 9 March 2023 at 19:33:07 UTC+11 Greg from Oz wrote:
>
>> Hi,
>>
>> Is there a way to add the date and time for example to the radar html 
>> code?
>> The reason I ask is because the image is being cached but if the name 
>> changes I should get the latest image.
>>
>> This is what I meanbut it doesn't work.
>> radar_html = 'https://weather.ubeaut.work/WEBCAM/radar.jpg?""$current.dateTime";>'
>>
>> My web site is here:
>> https://weather.ubeaut.work/index.html
>>
>> Thanks
>>
>>
>> On Thursday, 9 March 2023 at 00:06:03 UTC+11 Claudio wrote:
>>
>>> Well done! you did a good job
>>>
>>> Il giorno lunedì 6 marzo 2023 alle 20:22:15 UTC+1 David Bätge ha 
>>> scritto:
>>>
 Hi all,


 I just wanted to inform you that a new version is available for the 
 weewx-wdc 
 skin  for download 
 
 .


 This release includes some big updates and refactoring:

- Several Bugfixes and enhancements for weewx-forecast
- Show weather data for a specific day - Daily archive
- Make diagrams configurable per context (per period) / 
Refactor diagrams configuration. Diagrams can now be configured per 
context, eg. day, week or month. Per default, the day and week 
 pages do not 
include the outTemp min/max/avg diagram anymore.
- Make show_min, show_max, show_sum configurable for stat tiles 
- Support for custom data_bindings
- Configurable Icons
- Configurable unit for diagrams
- Configurable Rounding
- Configurable markers for diagrams
- Automatic Refresh (via http-equiv="refresh")
- Added new climatogram (combined chart consisting of rain as 
bar and temp as line) for statistics and yearly stati

Re: [weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-09 Thread Greg Reive
I found this:
https://github.com/roe-dl/weewx-DWD/blob/master/README-en.md

It's close..

On Fri, 10 Mar 2023 at 10:37, David Bätge  wrote:

> That's indeed a big ask and I am afraid to say that this is out of scope
> of my spare free time, I am sorry about that.
>
> At first, I thought there should be some extension already to pull in the
> Australian BOM data, but it seems there is none yet. What I found is this:
> https://github.com/weewx/weewx/wiki/Raspberry-Pi-weather-station-with-i2C-sensors#australian-weather-forecast-added-to-belchertown-skin
>
>
> A Post about integrating the data into the Belchertown skin - I have not
> had a look over the files, sorry, but this could be a potential starting
> point. If anyone has the time/need for that, I would be happy to support
> that in some way (Wiki Posts, PR's).
>
> Greg from Oz schrieb am Donnerstag, 9. März 2023 um 22:58:00 UTC+1:
>
>> Thanks for looking at the caching issue.
>> Also would it be possible to have Australian official forecast from the
>> Bureau of Meteorology (BOM)?
>> I can get a json file from here:
>> https://api.weather.bom.gov.au/v1/locations/r7hgdpk/forecasts/daily
>>
>> The forecast looks like this:
>> https://weather.bom.gov.au/location/r67rt9q-moonbi
>>
>> I know that this would be a big ask but it would be great if it was
>> available.
>> If I knew enough about how the programming worked I would do it myself.
>>
>>
>> On Thursday, 9 March 2023 at 22:49:05 UTC+11 David Bätge wrote:
>>
>>> @greg
>>>
>>> Thank you for all the feedback!
>>>
>>> So the time of the last rain is not yet displayed, but I have noted
>>> this, and will add it in a future release :)
>>>
>>> Yes, I think I found the reason why your radar image is not refreshing
>>> (cached) - that's a bug with the service worker of the skin. I will have a
>>> look at it and release a small bugfix update by the end of the week, there
>>> were some more bugs with 3.0.0 which need to be resolved.
>>>
>>> Greg from Oz schrieb am Donnerstag, 9. März 2023 um 10:30:43 UTC+1:
>>>
 Also another observation is the radar graphic doesn't change in the
 weather web page until I press F5 refresh.
 If I click the today link it reverts back to the wrong image.
 If I open a new browser tab and use this:
 https://weather.ubeaut.work/WEBCAM/radar.jpg?
 I get the correct radar image.
 Very strange.

 On Thursday, 9 March 2023 at 19:33:07 UTC+11 Greg from Oz wrote:

> Hi,
>
> Is there a way to add the date and time for example to the radar html
> code?
> The reason I ask is because the image is being cached but if the name
> changes I should get the latest image.
>
> This is what I meanbut it doesn't work.
> radar_html = 'https://weather.ubeaut.work/WEBCAM/radar.jpg?""$current.dateTime";>'
>
> My web site is here:
> https://weather.ubeaut.work/index.html
>
> Thanks
>
>
> On Thursday, 9 March 2023 at 00:06:03 UTC+11 Claudio wrote:
>
>> Well done! you did a good job
>>
>> Il giorno lunedì 6 marzo 2023 alle 20:22:15 UTC+1 David Bätge ha
>> scritto:
>>
>>> Hi all,
>>>
>>>
>>> I just wanted to inform you that a new version is available for the 
>>> weewx-wdc
>>> skin  for download
>>> 
>>> .
>>>
>>>
>>> This release includes some big updates and refactoring:
>>>
>>>- Several Bugfixes and enhancements for weewx-forecast
>>>- Show weather data for a specific day - Daily archive
>>>- Make diagrams configurable per context (per period) / Refactor
>>>diagrams configuration. Diagrams can now be configured per context, 
>>> eg.
>>>day, week or month. Per default, the day and week pages do not 
>>> include the
>>>outTemp min/max/avg diagram anymore.
>>>- Make show_min, show_max, show_sum configurable for stat tiles
>>>- Support for custom data_bindings
>>>- Configurable Icons
>>>- Configurable unit for diagrams
>>>- Configurable Rounding
>>>- Configurable markers for diagrams
>>>- Automatic Refresh (via http-equiv="refresh")
>>>- Added new climatogram (combined chart consisting of rain as
>>>bar and temp as line) for statistics and yearly statistics pages
>>>- Update radar_img to allow for raw HTML (for using eg. iFrames
>>>as radar maps)
>>>
>>>
>>> Also included is "Support for combining different diagram types"
>>> (eg. line and bar). I added an own implementation of chart rendering 
>>> based
>>> directly on D3.js , which will replace the
>>> current nivo library  in a future release. The
>>> direct usage of D3 allows for really custom implementations, so I am 
>>> very
>>>

[weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-09 Thread David Bätge
That's indeed a big ask and I am afraid to say that this is out of scope of 
my spare free time, I am sorry about that.

At first, I thought there should be some extension already to pull in the 
Australian BOM data, but it seems there is none yet. What I found is 
this: 
https://github.com/weewx/weewx/wiki/Raspberry-Pi-weather-station-with-i2C-sensors#australian-weather-forecast-added-to-belchertown-skin
 

A Post about integrating the data into the Belchertown skin - I have not 
had a look over the files, sorry, but this could be a potential starting 
point. If anyone has the time/need for that, I would be happy to support 
that in some way (Wiki Posts, PR's).

Greg from Oz schrieb am Donnerstag, 9. März 2023 um 22:58:00 UTC+1:

> Thanks for looking at the caching issue.
> Also would it be possible to have Australian official forecast from the 
> Bureau of Meteorology (BOM)?
> I can get a json file from here:
> https://api.weather.bom.gov.au/v1/locations/r7hgdpk/forecasts/daily
>
> The forecast looks like this:
> https://weather.bom.gov.au/location/r67rt9q-moonbi
>
> I know that this would be a big ask but it would be great if it was 
> available.
> If I knew enough about how the programming worked I would do it myself.
>
>
> On Thursday, 9 March 2023 at 22:49:05 UTC+11 David Bätge wrote:
>
>> @greg 
>>
>> Thank you for all the feedback!
>>
>> So the time of the last rain is not yet displayed, but I have noted this, 
>> and will add it in a future release :)
>>
>> Yes, I think I found the reason why your radar image is not refreshing 
>> (cached) - that's a bug with the service worker of the skin. I will have a 
>> look at it and release a small bugfix update by the end of the week, there 
>> were some more bugs with 3.0.0 which need to be resolved.
>>
>> Greg from Oz schrieb am Donnerstag, 9. März 2023 um 10:30:43 UTC+1:
>>
>>> Also another observation is the radar graphic doesn't change in the 
>>> weather web page until I press F5 refresh.
>>> If I click the today link it reverts back to the wrong image.
>>> If I open a new browser tab and use this:
>>> https://weather.ubeaut.work/WEBCAM/radar.jpg?
>>> I get the correct radar image.
>>> Very strange.
>>>
>>> On Thursday, 9 March 2023 at 19:33:07 UTC+11 Greg from Oz wrote:
>>>
 Hi,

 Is there a way to add the date and time for example to the radar html 
 code?
 The reason I ask is because the image is being cached but if the name 
 changes I should get the latest image.

 This is what I meanbut it doesn't work.
 radar_html = 'https://weather.ubeaut.work/WEBCAM/radar.jpg?""$current.dateTime";>'

 My web site is here:
 https://weather.ubeaut.work/index.html

 Thanks


 On Thursday, 9 March 2023 at 00:06:03 UTC+11 Claudio wrote:

> Well done! you did a good job
>
> Il giorno lunedì 6 marzo 2023 alle 20:22:15 UTC+1 David Bätge ha 
> scritto:
>
>> Hi all,
>>
>>
>> I just wanted to inform you that a new version is available for the 
>> weewx-wdc 
>> skin  for download 
>> 
>> .
>>
>>
>> This release includes some big updates and refactoring:
>>
>>- Several Bugfixes and enhancements for weewx-forecast
>>- Show weather data for a specific day - Daily archive
>>- Make diagrams configurable per context (per period) / Refactor 
>>diagrams configuration. Diagrams can now be configured per context, 
>> eg. 
>>day, week or month. Per default, the day and week pages do not 
>> include the 
>>outTemp min/max/avg diagram anymore.
>>- Make show_min, show_max, show_sum configurable for stat tiles 
>>- Support for custom data_bindings
>>- Configurable Icons
>>- Configurable unit for diagrams
>>- Configurable Rounding
>>- Configurable markers for diagrams
>>- Automatic Refresh (via http-equiv="refresh")
>>- Added new climatogram (combined chart consisting of rain as bar 
>>and temp as line) for statistics and yearly statistics pages
>>- Update radar_img to allow for raw HTML (for using eg. iFrames 
>>as radar maps)
>>
>>
>> Also included is "Support for combining different diagram types" (eg. 
>> line and bar). I added an own implementation of chart rendering based 
>> directly on D3.js , which will replace the 
>> current nivo library  in a future release. The 
>> direct usage of D3 allows for really custom implementations, so I am 
>> very 
>> open to new ideas of visualizations.
>>
>>
>> Please see 
>> https://github.com/Daveiano/weewx-wdc/wiki/Configuration#ENABLE_D3_DIAGRAMS
>>  for 
>> more information if you want to test this out in v3.0.0.
>>
>>
>

[weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-09 Thread Greg from Oz
Thanks for looking at the caching issue.
Also would it be possible to have Australian official forecast from the 
Bureau of Meteorology (BOM)?
I can get a json file from here:
https://api.weather.bom.gov.au/v1/locations/r7hgdpk/forecasts/daily

The forecast looks like this:
https://weather.bom.gov.au/location/r67rt9q-moonbi

I know that this would be a big ask but it would be great if it was 
available.
If I knew enough about how the programming worked I would do it myself.


On Thursday, 9 March 2023 at 22:49:05 UTC+11 David Bätge wrote:

> @greg 
>
> Thank you for all the feedback!
>
> So the time of the last rain is not yet displayed, but I have noted this, 
> and will add it in a future release :)
>
> Yes, I think I found the reason why your radar image is not refreshing 
> (cached) - that's a bug with the service worker of the skin. I will have a 
> look at it and release a small bugfix update by the end of the week, there 
> were some more bugs with 3.0.0 which need to be resolved.
>
> Greg from Oz schrieb am Donnerstag, 9. März 2023 um 10:30:43 UTC+1:
>
>> Also another observation is the radar graphic doesn't change in the 
>> weather web page until I press F5 refresh.
>> If I click the today link it reverts back to the wrong image.
>> If I open a new browser tab and use this:
>> https://weather.ubeaut.work/WEBCAM/radar.jpg?
>> I get the correct radar image.
>> Very strange.
>>
>> On Thursday, 9 March 2023 at 19:33:07 UTC+11 Greg from Oz wrote:
>>
>>> Hi,
>>>
>>> Is there a way to add the date and time for example to the radar html 
>>> code?
>>> The reason I ask is because the image is being cached but if the name 
>>> changes I should get the latest image.
>>>
>>> This is what I meanbut it doesn't work.
>>> radar_html = 'https://weather.ubeaut.work/WEBCAM/radar.jpg
>>> ?""$current.dateTime">'
>>>
>>> My web site is here:
>>> https://weather.ubeaut.work/index.html
>>>
>>> Thanks
>>>
>>>
>>> On Thursday, 9 March 2023 at 00:06:03 UTC+11 Claudio wrote:
>>>
 Well done! you did a good job

 Il giorno lunedì 6 marzo 2023 alle 20:22:15 UTC+1 David Bätge ha 
 scritto:

> Hi all,
>
>
> I just wanted to inform you that a new version is available for the 
> weewx-wdc 
> skin  for download 
> 
> .
>
>
> This release includes some big updates and refactoring:
>
>- Several Bugfixes and enhancements for weewx-forecast
>- Show weather data for a specific day - Daily archive
>- Make diagrams configurable per context (per period) / Refactor 
>diagrams configuration. Diagrams can now be configured per context, 
> eg. 
>day, week or month. Per default, the day and week pages do not include 
> the 
>outTemp min/max/avg diagram anymore.
>- Make show_min, show_max, show_sum configurable for stat tiles 
>- Support for custom data_bindings
>- Configurable Icons
>- Configurable unit for diagrams
>- Configurable Rounding
>- Configurable markers for diagrams
>- Automatic Refresh (via http-equiv="refresh")
>- Added new climatogram (combined chart consisting of rain as bar 
>and temp as line) for statistics and yearly statistics pages
>- Update radar_img to allow for raw HTML (for using eg. iFrames as 
>radar maps)
>
>
> Also included is "Support for combining different diagram types" (eg. 
> line and bar). I added an own implementation of chart rendering based 
> directly on D3.js , which will replace the current 
> nivo 
> library  in a future release. The direct usage 
> of D3 allows for really custom implementations, so I am very open to new 
> ideas of visualizations.
>
>
> Please see 
> https://github.com/Daveiano/weewx-wdc/wiki/Configuration#ENABLE_D3_DIAGRAMS
>  for 
> more information if you want to test this out in v3.0.0.
>
>
> Since this release includes a near rewrite of the skin.conf, you 
> likely have to make some changes to it, if you had the skin very heavily 
> customized in a previous version.
>
>
> The wiki  was updated to 
> include information about all the new features and configurations. If you 
> encounter any problem or bug, just let me know!
>
>
> Thank you all for your feedback/contributions to the skin!
>
>
> Changelog/Download: 
> https://github.com/Daveiano/weewx-wdc/releases/tag/v3.0.0
>


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

[weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-09 Thread David Bätge
@greg 

Thank you for all the feedback!

So the time of the last rain is not yet displayed, but I have noted this, 
and will add it in a future release :)

Yes, I think I found the reason why your radar image is not refreshing 
(cached) - that's a bug with the service worker of the skin. I will have a 
look at it and release a small bugfix update by the end of the week, there 
were some more bugs with 3.0.0 which need to be resolved.

Greg from Oz schrieb am Donnerstag, 9. März 2023 um 10:30:43 UTC+1:

> Also another observation is the radar graphic doesn't change in the 
> weather web page until I press F5 refresh.
> If I click the today link it reverts back to the wrong image.
> If I open a new browser tab and use this:
> https://weather.ubeaut.work/WEBCAM/radar.jpg?
> I get the correct radar image.
> Very strange.
>
> On Thursday, 9 March 2023 at 19:33:07 UTC+11 Greg from Oz wrote:
>
>> Hi,
>>
>> Is there a way to add the date and time for example to the radar html 
>> code?
>> The reason I ask is because the image is being cached but if the name 
>> changes I should get the latest image.
>>
>> This is what I meanbut it doesn't work.
>> radar_html = 'https://weather.ubeaut.work/WEBCAM/radar.jpg
>> ?""$current.dateTime">'
>>
>> My web site is here:
>> https://weather.ubeaut.work/index.html
>>
>> Thanks
>>
>>
>> On Thursday, 9 March 2023 at 00:06:03 UTC+11 Claudio wrote:
>>
>>> Well done! you did a good job
>>>
>>> Il giorno lunedì 6 marzo 2023 alle 20:22:15 UTC+1 David Bätge ha scritto:
>>>
 Hi all,


 I just wanted to inform you that a new version is available for the 
 weewx-wdc 
 skin  for download 
 
 .


 This release includes some big updates and refactoring:

- Several Bugfixes and enhancements for weewx-forecast
- Show weather data for a specific day - Daily archive
- Make diagrams configurable per context (per period) / Refactor 
diagrams configuration. Diagrams can now be configured per context, eg. 
day, week or month. Per default, the day and week pages do not include 
 the 
outTemp min/max/avg diagram anymore.
- Make show_min, show_max, show_sum configurable for stat tiles 
- Support for custom data_bindings
- Configurable Icons
- Configurable unit for diagrams
- Configurable Rounding
- Configurable markers for diagrams
- Automatic Refresh (via http-equiv="refresh")
- Added new climatogram (combined chart consisting of rain as bar 
and temp as line) for statistics and yearly statistics pages
- Update radar_img to allow for raw HTML (for using eg. iFrames as 
radar maps)


 Also included is "Support for combining different diagram types" (eg. 
 line and bar). I added an own implementation of chart rendering based 
 directly on D3.js , which will replace the current nivo 
 library  in a future release. The direct usage of 
 D3 allows for really custom implementations, so I am very open to new 
 ideas 
 of visualizations.


 Please see 
 https://github.com/Daveiano/weewx-wdc/wiki/Configuration#ENABLE_D3_DIAGRAMS
  for 
 more information if you want to test this out in v3.0.0.


 Since this release includes a near rewrite of the skin.conf, you likely 
 have to make some changes to it, if you had the skin very heavily 
 customized in a previous version.


 The wiki  was updated to 
 include information about all the new features and configurations. If you 
 encounter any problem or bug, just let me know!


 Thank you all for your feedback/contributions to the skin!


 Changelog/Download: 
 https://github.com/Daveiano/weewx-wdc/releases/tag/v3.0.0

>>>

-- 
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/46166dda-e6ad-4634-9159-2ea41cdbd235n%40googlegroups.com.


[weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-09 Thread Greg from Oz
Also another observation is the radar graphic doesn't change in the weather 
web page until I press F5 refresh.
If I click the today link it reverts back to the wrong image.
If I open a new browser tab and use this:
https://weather.ubeaut.work/WEBCAM/radar.jpg?
I get the correct radar image.
Very strange.

On Thursday, 9 March 2023 at 19:33:07 UTC+11 Greg from Oz wrote:

> Hi,
>
> Is there a way to add the date and time for example to the radar html code?
> The reason I ask is because the image is being cached but if the name 
> changes I should get the latest image.
>
> This is what I meanbut it doesn't work.
> radar_html = 'https://weather.ubeaut.work/WEBCAM/radar.jpg
> ?""$current.dateTime">'
>
> My web site is here:
> https://weather.ubeaut.work/index.html
>
> Thanks
>
>
> On Thursday, 9 March 2023 at 00:06:03 UTC+11 Claudio wrote:
>
>> Well done! you did a good job
>>
>> Il giorno lunedì 6 marzo 2023 alle 20:22:15 UTC+1 David Bätge ha scritto:
>>
>>> Hi all,
>>>
>>>
>>> I just wanted to inform you that a new version is available for the 
>>> weewx-wdc 
>>> skin  for download 
>>> 
>>> .
>>>
>>>
>>> This release includes some big updates and refactoring:
>>>
>>>- Several Bugfixes and enhancements for weewx-forecast
>>>- Show weather data for a specific day - Daily archive
>>>- Make diagrams configurable per context (per period) / Refactor 
>>>diagrams configuration. Diagrams can now be configured per context, eg. 
>>>day, week or month. Per default, the day and week pages do not include 
>>> the 
>>>outTemp min/max/avg diagram anymore.
>>>- Make show_min, show_max, show_sum configurable for stat tiles 
>>>- Support for custom data_bindings
>>>- Configurable Icons
>>>- Configurable unit for diagrams
>>>- Configurable Rounding
>>>- Configurable markers for diagrams
>>>- Automatic Refresh (via http-equiv="refresh")
>>>- Added new climatogram (combined chart consisting of rain as bar 
>>>and temp as line) for statistics and yearly statistics pages
>>>- Update radar_img to allow for raw HTML (for using eg. iFrames as 
>>>radar maps)
>>>
>>>
>>> Also included is "Support for combining different diagram types" (eg. 
>>> line and bar). I added an own implementation of chart rendering based 
>>> directly on D3.js , which will replace the current nivo 
>>> library  in a future release. The direct usage of 
>>> D3 allows for really custom implementations, so I am very open to new ideas 
>>> of visualizations.
>>>
>>>
>>> Please see 
>>> https://github.com/Daveiano/weewx-wdc/wiki/Configuration#ENABLE_D3_DIAGRAMS 
>>> for 
>>> more information if you want to test this out in v3.0.0.
>>>
>>>
>>> Since this release includes a near rewrite of the skin.conf, you likely 
>>> have to make some changes to it, if you had the skin very heavily 
>>> customized in a previous version.
>>>
>>>
>>> The wiki  was updated to 
>>> include information about all the new features and configurations. If you 
>>> encounter any problem or bug, just let me know!
>>>
>>>
>>> Thank you all for your feedback/contributions to the skin!
>>>
>>>
>>> Changelog/Download: 
>>> https://github.com/Daveiano/weewx-wdc/releases/tag/v3.0.0
>>>
>>

-- 
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/02de9a07-ae22-45fa-9ca9-3929a775e006n%40googlegroups.com.


[weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-09 Thread Greg from Oz
Hi,

Is there a way to add the date and time for example to the radar html code?
The reason I ask is because the image is being cached but if the name 
changes I should get the latest image.

This is what I meanbut it doesn't work.
radar_html = 'https://weather.ubeaut.work/WEBCAM/radar.jpg?""$current.dateTime";>'

My web site is here:
https://weather.ubeaut.work/index.html

Thanks


On Thursday, 9 March 2023 at 00:06:03 UTC+11 Claudio wrote:

> Well done! you did a good job
>
> Il giorno lunedì 6 marzo 2023 alle 20:22:15 UTC+1 David Bätge ha scritto:
>
>> Hi all,
>>
>>
>> I just wanted to inform you that a new version is available for the 
>> weewx-wdc 
>> skin  for download 
>> 
>> .
>>
>>
>> This release includes some big updates and refactoring:
>>
>>- Several Bugfixes and enhancements for weewx-forecast
>>- Show weather data for a specific day - Daily archive
>>- Make diagrams configurable per context (per period) / Refactor 
>>diagrams configuration. Diagrams can now be configured per context, eg. 
>>day, week or month. Per default, the day and week pages do not include 
>> the 
>>outTemp min/max/avg diagram anymore.
>>- Make show_min, show_max, show_sum configurable for stat tiles 
>>- Support for custom data_bindings
>>- Configurable Icons
>>- Configurable unit for diagrams
>>- Configurable Rounding
>>- Configurable markers for diagrams
>>- Automatic Refresh (via http-equiv="refresh")
>>- Added new climatogram (combined chart consisting of rain as bar and 
>>temp as line) for statistics and yearly statistics pages
>>- Update radar_img to allow for raw HTML (for using eg. iFrames as 
>>radar maps)
>>
>>
>> Also included is "Support for combining different diagram types" (eg. 
>> line and bar). I added an own implementation of chart rendering based 
>> directly on D3.js , which will replace the current nivo 
>> library  in a future release. The direct usage of 
>> D3 allows for really custom implementations, so I am very open to new ideas 
>> of visualizations.
>>
>>
>> Please see 
>> https://github.com/Daveiano/weewx-wdc/wiki/Configuration#ENABLE_D3_DIAGRAMS 
>> for 
>> more information if you want to test this out in v3.0.0.
>>
>>
>> Since this release includes a near rewrite of the skin.conf, you likely 
>> have to make some changes to it, if you had the skin very heavily 
>> customized in a previous version.
>>
>>
>> The wiki  was updated to 
>> include information about all the new features and configurations. If you 
>> encounter any problem or bug, just let me know!
>>
>>
>> Thank you all for your feedback/contributions to the skin!
>>
>>
>> Changelog/Download: 
>> https://github.com/Daveiano/weewx-wdc/releases/tag/v3.0.0
>>
>

-- 
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/bc95bbd9-161e-4725-94ac-0e1260a2c430n%40googlegroups.com.


[weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-08 Thread Claudio
Well done! you did a good job

Il giorno lunedì 6 marzo 2023 alle 20:22:15 UTC+1 David Bätge ha scritto:

> Hi all,
>
>
> I just wanted to inform you that a new version is available for the weewx-wdc 
> skin  for download 
> 
> .
>
>
> This release includes some big updates and refactoring:
>
>- Several Bugfixes and enhancements for weewx-forecast
>- Show weather data for a specific day - Daily archive
>- Make diagrams configurable per context (per period) / Refactor 
>diagrams configuration. Diagrams can now be configured per context, eg. 
>day, week or month. Per default, the day and week pages do not include the 
>outTemp min/max/avg diagram anymore.
>- Make show_min, show_max, show_sum configurable for stat tiles 
>- Support for custom data_bindings
>- Configurable Icons
>- Configurable unit for diagrams
>- Configurable Rounding
>- Configurable markers for diagrams
>- Automatic Refresh (via http-equiv="refresh")
>- Added new climatogram (combined chart consisting of rain as bar and 
>temp as line) for statistics and yearly statistics pages
>- Update radar_img to allow for raw HTML (for using eg. iFrames as 
>radar maps)
>
>
> Also included is "Support for combining different diagram types" (eg. line 
> and bar). I added an own implementation of chart rendering based directly 
> on D3.js , which will replace the current nivo library 
>  in a future release. The direct usage of D3 allows 
> for really custom implementations, so I am very open to new ideas of 
> visualizations.
>
>
> Please see 
> https://github.com/Daveiano/weewx-wdc/wiki/Configuration#ENABLE_D3_DIAGRAMS 
> for 
> more information if you want to test this out in v3.0.0.
>
>
> Since this release includes a near rewrite of the skin.conf, you likely 
> have to make some changes to it, if you had the skin very heavily 
> customized in a previous version.
>
>
> The wiki  was updated to 
> include information about all the new features and configurations. If you 
> encounter any problem or bug, just let me know!
>
>
> Thank you all for your feedback/contributions to the skin!
>
>
> Changelog/Download: 
> https://github.com/Daveiano/weewx-wdc/releases/tag/v3.0.0
>

-- 
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/0188c1e9-9c86-4716-8374-a61c21819b93n%40googlegroups.com.


[weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-07 Thread Greg from Oz
Also is there a setting for time of last rain? E.G 5 days 3 hours 2 minutes



On Wednesday, 8 March 2023 at 14:22:58 UTC+11 Greg from Oz wrote:

> OK figured out group_distance was missing in the Defaults in weewx.conf
> group_distance = km
> Fixed it.
>
>
> On Wednesday, 8 March 2023 at 13:50:20 UTC+11 Greg from Oz wrote:
>
>> Looks good. Windrun is in miles though.
>>
>>
>> On Tuesday, 7 March 2023 at 06:22:15 UTC+11 David Bätge wrote:
>>
>>> Hi all,
>>>
>>>
>>> I just wanted to inform you that a new version is available for the 
>>> weewx-wdc 
>>> skin  for download 
>>> 
>>> .
>>>
>>>
>>> This release includes some big updates and refactoring:
>>>
>>>- Several Bugfixes and enhancements for weewx-forecast
>>>- Show weather data for a specific day - Daily archive
>>>- Make diagrams configurable per context (per period) / Refactor 
>>>diagrams configuration. Diagrams can now be configured per context, eg. 
>>>day, week or month. Per default, the day and week pages do not include 
>>> the 
>>>outTemp min/max/avg diagram anymore.
>>>- Make show_min, show_max, show_sum configurable for stat tiles 
>>>- Support for custom data_bindings
>>>- Configurable Icons
>>>- Configurable unit for diagrams
>>>- Configurable Rounding
>>>- Configurable markers for diagrams
>>>- Automatic Refresh (via http-equiv="refresh")
>>>- Added new climatogram (combined chart consisting of rain as bar 
>>>and temp as line) for statistics and yearly statistics pages
>>>- Update radar_img to allow for raw HTML (for using eg. iFrames as 
>>>radar maps)
>>>
>>>
>>> Also included is "Support for combining different diagram types" (eg. 
>>> line and bar). I added an own implementation of chart rendering based 
>>> directly on D3.js , which will replace the current nivo 
>>> library  in a future release. The direct usage of 
>>> D3 allows for really custom implementations, so I am very open to new ideas 
>>> of visualizations.
>>>
>>>
>>> Please see 
>>> https://github.com/Daveiano/weewx-wdc/wiki/Configuration#ENABLE_D3_DIAGRAMS 
>>> for 
>>> more information if you want to test this out in v3.0.0.
>>>
>>>
>>> Since this release includes a near rewrite of the skin.conf, you likely 
>>> have to make some changes to it, if you had the skin very heavily 
>>> customized in a previous version.
>>>
>>>
>>> The wiki  was updated to 
>>> include information about all the new features and configurations. If you 
>>> encounter any problem or bug, just let me know!
>>>
>>>
>>> Thank you all for your feedback/contributions to the skin!
>>>
>>>
>>> Changelog/Download: 
>>> https://github.com/Daveiano/weewx-wdc/releases/tag/v3.0.0
>>>
>>

-- 
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/3840a650-2860-4098-baad-046ef87ff061n%40googlegroups.com.


[weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-07 Thread Greg from Oz
OK figured out group_distance was missing in the Defaults in weewx.conf
group_distance = km
Fixed it.


On Wednesday, 8 March 2023 at 13:50:20 UTC+11 Greg from Oz wrote:

> Looks good. Windrun is in miles though.
>
>
> On Tuesday, 7 March 2023 at 06:22:15 UTC+11 David Bätge wrote:
>
>> Hi all,
>>
>>
>> I just wanted to inform you that a new version is available for the 
>> weewx-wdc 
>> skin  for download 
>> 
>> .
>>
>>
>> This release includes some big updates and refactoring:
>>
>>- Several Bugfixes and enhancements for weewx-forecast
>>- Show weather data for a specific day - Daily archive
>>- Make diagrams configurable per context (per period) / Refactor 
>>diagrams configuration. Diagrams can now be configured per context, eg. 
>>day, week or month. Per default, the day and week pages do not include 
>> the 
>>outTemp min/max/avg diagram anymore.
>>- Make show_min, show_max, show_sum configurable for stat tiles 
>>- Support for custom data_bindings
>>- Configurable Icons
>>- Configurable unit for diagrams
>>- Configurable Rounding
>>- Configurable markers for diagrams
>>- Automatic Refresh (via http-equiv="refresh")
>>- Added new climatogram (combined chart consisting of rain as bar and 
>>temp as line) for statistics and yearly statistics pages
>>- Update radar_img to allow for raw HTML (for using eg. iFrames as 
>>radar maps)
>>
>>
>> Also included is "Support for combining different diagram types" (eg. 
>> line and bar). I added an own implementation of chart rendering based 
>> directly on D3.js , which will replace the current nivo 
>> library  in a future release. The direct usage of 
>> D3 allows for really custom implementations, so I am very open to new ideas 
>> of visualizations.
>>
>>
>> Please see 
>> https://github.com/Daveiano/weewx-wdc/wiki/Configuration#ENABLE_D3_DIAGRAMS 
>> for 
>> more information if you want to test this out in v3.0.0.
>>
>>
>> Since this release includes a near rewrite of the skin.conf, you likely 
>> have to make some changes to it, if you had the skin very heavily 
>> customized in a previous version.
>>
>>
>> The wiki  was updated to 
>> include information about all the new features and configurations. If you 
>> encounter any problem or bug, just let me know!
>>
>>
>> Thank you all for your feedback/contributions to the skin!
>>
>>
>> Changelog/Download: 
>> https://github.com/Daveiano/weewx-wdc/releases/tag/v3.0.0
>>
>

-- 
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/00e264eb-b739-4ee4-af4c-a6feeab06be9n%40googlegroups.com.


[weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-07 Thread Greg from Oz
Looks good. Windrun is in miles though.


On Tuesday, 7 March 2023 at 06:22:15 UTC+11 David Bätge wrote:

> Hi all,
>
>
> I just wanted to inform you that a new version is available for the weewx-wdc 
> skin  for download 
> 
> .
>
>
> This release includes some big updates and refactoring:
>
>- Several Bugfixes and enhancements for weewx-forecast
>- Show weather data for a specific day - Daily archive
>- Make diagrams configurable per context (per period) / Refactor 
>diagrams configuration. Diagrams can now be configured per context, eg. 
>day, week or month. Per default, the day and week pages do not include the 
>outTemp min/max/avg diagram anymore.
>- Make show_min, show_max, show_sum configurable for stat tiles 
>- Support for custom data_bindings
>- Configurable Icons
>- Configurable unit for diagrams
>- Configurable Rounding
>- Configurable markers for diagrams
>- Automatic Refresh (via http-equiv="refresh")
>- Added new climatogram (combined chart consisting of rain as bar and 
>temp as line) for statistics and yearly statistics pages
>- Update radar_img to allow for raw HTML (for using eg. iFrames as 
>radar maps)
>
>
> Also included is "Support for combining different diagram types" (eg. line 
> and bar). I added an own implementation of chart rendering based directly 
> on D3.js , which will replace the current nivo library 
>  in a future release. The direct usage of D3 allows 
> for really custom implementations, so I am very open to new ideas of 
> visualizations.
>
>
> Please see 
> https://github.com/Daveiano/weewx-wdc/wiki/Configuration#ENABLE_D3_DIAGRAMS 
> for 
> more information if you want to test this out in v3.0.0.
>
>
> Since this release includes a near rewrite of the skin.conf, you likely 
> have to make some changes to it, if you had the skin very heavily 
> customized in a previous version.
>
>
> The wiki  was updated to 
> include information about all the new features and configurations. If you 
> encounter any problem or bug, just let me know!
>
>
> Thank you all for your feedback/contributions to the skin!
>
>
> Changelog/Download: 
> https://github.com/Daveiano/weewx-wdc/releases/tag/v3.0.0
>

-- 
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/f7cd087c-9b75-4b0b-bfb0-de1a0e0b5aden%40googlegroups.com.