Re: [weewx-user] Re: UnicodeDecodeError: 'ascii' codec can't decode byte

2017-01-26 Thread 'pterodaktil' via weewx-user
Hope, it will help many non english-speaking peoples to fix there problems. четверг, 26 января 2017 г., 23:48:36 UTC+3 пользователь Tom Keffer написал: > > >> i think. that its not bad idea to put info that any file that work >> with text must have this line >> >> > Good idea.

[weewx-user] Re: DavisSi1000 Users?

2017-01-26 Thread Devonian
I'm not using it, but followed it from the beginning on wxforum. Probably the best place to get specific help with it... http://www.wxforum.net/index.php?topic=18718.0 HTH Nigel -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe

[weewx-user] Steelstring gauges and replacing the forecast ticker

2017-01-26 Thread Robert Mantel
I'm starting to hone my python skills and have a snippet of code that will get the text forecast from weather underground and concatenate it into a single variable which I believe is what I will need to hijack the $fc variable in the gauges-data.txt.tmpl. I haven't tried putting my code into

[weewx-user] Steelseries Gauges and forecast ticker how to make my script work?

2017-01-26 Thread Robert Mantel
I'm starting to hone my python skills and have a snippet of code that will get the text forecast from weather underground and concatenate it into a single variable which I believe is what I will need to hijack the $fc variable in the gauges-data.txt.tmpl. I haven't tried putting my code into

Re: [weewx-user] Re: UnicodeDecodeError: 'ascii' codec can't decode byte

2017-01-26 Thread Thomas Keffer
> > > i think. that its not bad idea to put info that any file that work > with text must have this line > > Good idea. Included in commit 4edce9 ​ -tk -- You received this message because you are subscribed

[weewx-user] Re: ultimeter setup troubles

2017-01-26 Thread Eelco F
Dear Matthew, Thank you for clearing this out. I'll just give it a try. Eelco Op maandag 23 januari 2017 23:08:19 UTC+1 schreef mwall: > > On Monday, January 23, 2017 at 4:56:56 PM UTC-5, Eelco F wrote: >> >> I'm afraid I don't understand your point completely. Are you saying that >> the

[weewx-user] DavisSi1000 Users?

2017-01-26 Thread Ruben Navarro Huedo
Hello friends: Is anybody using *DavisSi1000? *I need some help with it. A lot of thank's *---* -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving

[weewx-user] Re: I have the high summary not indicating direction.

2017-01-26 Thread mwall
On Tuesday, January 24, 2017 at 12:06:07 PM UTC-5, Brent Phillips wrote: > > High Wind 12 mph from N/A at 10:51:03 AM > the acurite hardware does not report wind gust or wind gust direction. weewx 3.7 will address this by calculating windGust and windGustDir from windSpeed for hardware

[weewx-user] Re: traslate zambretti to spanish

2017-01-26 Thread mwall
On Thursday, January 26, 2017 at 11:31:50 AM UTC-5, Daniel Jerez wrote: > > > Hi, I wanted to know if it was possible to translate Zambretti's data with > a forecast extension into another language? > you should put the translation in your skin.conf like this: [Forecast] [[Labels]]

[weewx-user] Re: Write a program to display the days data

2017-01-26 Thread Barton Phillips
For the short term why don't you change the DEAD link to the wayback link. The documentation there is helpful. On Monday, January 23, 2017 at 1:02:09 PM UTC-8, Barton Phillips wrote: > > I am just getting into python and want to write a extension to weewx that > displays the archive data for

[weewx-user] traslate zambretti to spanish

2017-01-26 Thread Daniel Jerez
Hi, I wanted to know if it was possible to translate Zambretti's data with a forecast extension into another language? for example: [[forecast]] A Settled Fine = Bueno y Estable Fine Weather = Buen Tiempo Becoming Fine = Mejorando Fine Becoming Less Settled = Bueno, a Inestable Fine,

Re: [weewx-user] Re: UnicodeDecodeError: 'ascii' codec can't decode byte

2017-01-26 Thread 'pterodaktil' via weewx-user
It helps!!! Many thanks. i think. that its not bad idea to put info that any file that work with text must have this line четверг, 26 января 2017 г., 15:27:00 UTC+3 пользователь Tom Keffer написал: > > Put the line > > #encoding UTF-8 > > > >> > -- You received this message because you

Re: [weewx-user] Re: UnicodeDecodeError: 'ascii' codec can't decode byte

2017-01-26 Thread Thomas Keffer
Put the line #encoding UTF-8 at the very top of navibar.inc and your problems will go away. Cheetah processes the files separately. Finding no UTF-8 directive in navibar.inc, it assumed that the file was in ASCII, not UTF-8, so it was unable to decode it. The #encoding directive tells it that

[weewx-user] Re: Niculskin - Date and time Formatting.

2017-01-26 Thread John Rye
On Saturday, 21 January 2017 22:24:08 UTC+13, John Rye wrote: > > Hi All, > > Replying to self - Bad form :-) > After suffering from a severe storm and a series of very quick power interruptions which KILLED the computer running weewx I have finally got things running again. I have realised

Re: [weewx-user] Re: UnicodeDecodeError: 'ascii' codec can't decode byte

2017-01-26 Thread 'pterodaktil' via weewx-user
I find problem!!! it dont like string #include '/etc/weewx/skins/Standard/navibar.inc' I did not find mistake (non utf simbols in this file) -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving