Re: [weewx-user] Re: Repsonsive Skin - Australian Weather Network data

2017-02-28 Thread Carlingford Weather
user@googlegroups.com on behalf of Glenn McKechnie Sent: Wednesday, March 1, 2017 4:03:11 PM To: weewx-user@googlegroups.com Subject: Re: [weewx-user] Re: Repsonsive Skin - Australian Weather Network data Okay, finally got around to it. Add another one to the Aus Weather Network, using your

Re: [weewx-user] Re: Repsonsive Skin - Australian Weather Network data

2017-03-01 Thread Glenn McKechnie
Okay. Nailed it, the weird rainfalls and NaN barometer readings that is. Turns out there's another disbeliever in the "No wind, No direction" camp. They'll only accept an ordinal direction in the $WL_WINDDIR field. The weewx default of - N/A (or tested variants such as na, -, ' ') are not allowed

RE: [weewx-user] Re: Repsonsive Skin - Australian Weather Network data

2017-03-03 Thread Carlingford Weather
A","N") Cheers Darryn From: Glenn McKechnie<mailto:glenn.mckech...@gmail.com> Sent: Thursday, 2 March 2017 1:32 PM To: weewx-user@googlegroups.com<mailto:weewx-user@googlegroups.com> Subject: Re: [weewx-user] Re: Repsonsive Skin - Australian Weather Network data Okay. Nailed

Re: [weewx-user] Re: Repsonsive Skin - Australian Weather Network data

2017-03-04 Thread Steve
Thanks Darryn & Glenn, I've replaced the old line in the template with this one. #set $WL_WINDDIR = $current.windDir.ordinal_compass.replace("N/A","N") Regards, Steve. On Saturday, 4 March 2017 13:39:58 UTC+11, Darryn Capes-Davis wrote: > > Glenn, > > > > Good pick. Since this is specific

Re: [weewx-user] Re: Repsonsive Skin - Australian Weather Network data

2017-01-08 Thread Carlingford Weather
Hi Steve, If you can manage saving a file to your skin, grab https://raw.githubusercontent.com/dcapslock/weewx-responsive-skin/master/Responsive/DATA/WL_stickertags.txt.tmpl and saved to a new DATA folder in your skin (probably \etc\weewx\skins\Standard. (Does not need oa be a DATA directory bu

Re: [weewx-user] Re: Repsonsive Skin - Australian Weather Network data

2017-01-08 Thread Steve
Thanks very much Darryn, For some reason I thought I needed the whole responsive skin. Once I got hold of the WL_stickertags.txt.tmpl all was good. I've signed up and I'm on the map. Thanks again, Steve. On Monday, 9 January 2017 08:50:32 UTC+11, Darryn Capes-Davis wrote: > > Hi Steve, > >

Re: [weewx-user] Re: Repsonsive Skin - Australian Weather Network data

2017-01-08 Thread Carlingford Weather
Great. They would like more of us on the Network. From: weewx-user@googlegroups.com on behalf of Steve Sent: Monday, January 9, 2017 2:19:16 PM To: weewx-user Subject: Re: [weewx-user] Re: Repsonsive Skin - Australian Weather Network data Thanks very much