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 <david....@gmail.com> 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 mean....but it doesn't work.
>>>>>>>     radar_html = '<img src="
>>>>>>> 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 <https://github.com/Daveiano/weewx-wdc> for 
>>>>>>>>> download 
>>>>>>>>> <https://github.com/Daveiano/weewx-wdc/releases/download/v3.0.0/weewx-wdc-v3.0.0.zip>
>>>>>>>>> .
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 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 <https://d3js.org/>, which will replace the 
>>>>>>>>> current nivo library <https://nivo.rocks/> 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 <https://github.com/Daveiano/weewx-wdc/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 a topic in the 
>>> Google Groups "weewx-user" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/weewx-user/xSnQnMXaEs8/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to 
>>> weewx-user+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/1ac0bf6b-11f6-4ee9-b340-1bbadbeec26bn%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/weewx-user/1ac0bf6b-11f6-4ee9-b340-1bbadbeec26bn%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>
>>
>> -- 
>> ¯\_(ツ)_/¯
>>
>>

-- 
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/df7e26b9-decb-4f1f-8105-d2e8403f0a38n%40googlegroups.com.

Reply via email to