Re: [weewx-user] Rsync error

2018-09-01 Thread Thomas Keffer
If you can use rsync just fine from the command line, but not from within WeeWX, the problem may be the user you are using to run WeeWX. Is it the same? Or, is it root? Or, something else? -tk On Sat, Sep 1, 2018 at 4:10 AM Jens-Jørgen Kjærgaard wrote: > For some years, I have been running

Re: [weewx-user] Rsync error

2018-09-01 Thread Jens-Jørgen Kjærgaard
I'm running weewx as root. I didn't think it had influence on the private keys - but obviously it has. So I have to create another key as root - or run weewx as my username? Jens-Jørgen Kjærgaard Tuenvej 818 9870 Sindal +45 21204417 www.jensjk.dk Den lør. 1. sep. 2018 kl. 13.55 skrev Thomas

[weewx-user] Re: Belchertown skin for weewx now available!

2018-09-01 Thread Sylvain Martel
With the skin installed, the reports thread never finish. Usually it takes 15-50 seconds to generate them(Raspberry Pi 2) but it never finish now. Any clue? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and

[weewx-user] Rsync error

2018-09-01 Thread Jens-Jørgen Kjærgaard
For some years, I have been running weewx with no major problems, on a raspberry. Now I want to upload to an extra server (also raspberry), using rsync. However, I get rsyncupload: [['rsync', '--archive', '--stats', '--delete', '-e ssh', '/home/jjk/weewx/public_html/',

[weewx-user] Re: Belchertown skin for weewx now available!

2018-09-01 Thread Sylvain Martel
On Saturday, 1 September 2018 07:39:32 UTC-4, Sylvain Martel wrote: > > With the skin installed, the reports thread never finish. Usually it > takes 15-50 seconds to generate them(Raspberry Pi 2) but it never finish > now. Any clue? > Update: Finally got this error after waiting 14

Re: [weewx-user] Rsync error

2018-09-01 Thread Jens-Jørgen Kjærgaard
First I tried to generate a new id_rsa as root, but as you would expect, it changed nothing. Next, I did as you suggested, and now it works - thanks. Though I don't quite know why :). But in the /etc/root/.ssh/config file (not /root/.ssh/config) by default, Hosts * - I would guess that the *

[weewx-user] Custom Charts Question; colors, labels at bottom

2018-09-01 Thread David Hathaway
I love the Belchertown skin, but I am uncomfortable with the very long processing time to create the highcharts. I am pondering the ability to run the JSON charts for day charts, and to switch to the weewx standard charts for week, month, and year. So what I am doing now is trying to

Re: [weewx-user] Rsync error

2018-09-01 Thread mwall
you should also specify the user in the ssh config file: Host rsyncserver.com User jens IdentityFile /home/jens/.ssh/id_rsa in the world of ssh, the user is independent of the ssh certificates. so it is usually a good idea to specify user just to be safe. for example, you might be 'jens'

[weewx-user] Winddirplot with weewx-Highcharts

2018-09-01 Thread Praveen Chandrasekaran
Hi Gary, My json can be taken from http://bedi.co.in:15000/pc-aws/weather/json/week.json As you can see wind direction is all fine in this but graphics shows all as 90 degrees Regards, Praveen -- You received this message because you are subscribed to the Google Groups "weewx-user" group.

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-01 Thread Sylvain Martel
Got it, thanks :) On Saturday, 1 September 2018 09:36:15 UTC-4, David Hathaway wrote: > > Sylvain, > > You are impacted by the very issue we are discussing. It looks like you > can avoid the error by modifying *records/index.html.tmpl *around line 132 > > FROM: >

Re: [weewx-user] Winddirplot with weewx-Highcharts

2018-09-01 Thread Praveen Chandrasekaran
And the output graphs are available now at: http://bedi.co.in:15000/pc-aws/weather/graphs.html?graph=w As you can see direction graph is all 90 degrees. Apart from that everything else works and is awesome. On Sat, 1 Sep 2018 at 19:56, Praveen Chandrasekaran wrote: > Hi Gary, > > My json can

Re: [weewx-user] Rsync error

2018-09-01 Thread mwall
On Saturday, September 1, 2018 at 8:23:46 AM UTC-4, Jens-Jørgen Kjærgaard wrote: > > I'm running weewx as root. > I didn't think it had influence on the private keys - but obviously it has. > So I have to create another key as root - or run weewx as my username? > >> >> ssh keys can be used by

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-01 Thread David Hathaway
Sylvain, You are impacted by the very issue we are discussing. It looks like you can avoid the error by modifying *records/index.html.tmpl *around line 132 FROM: $alltime.*wind*.maxtime.format("%B %-d, %Y at %-I:%M %p") $alltime.*wind*.max TO: $alltime.*windGust*.maxtime.format("%B %-d, %Y at

[weewx-user] Possible problem in StdQC and UV

2018-09-01 Thread tfilosk
Thank you, i will try that. -- 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. For more options, visit

[weewx-user] Re: Custom Charts Question; colors, labels at bottom

2018-09-01 Thread vince
On Saturday, September 1, 2018 at 9:09:26 AM UTC-7, David Hathaway wrote: > > But now I am puzzled as to how to solve the other obvious issues: > >- How do I get rid of the vertical grid lines? > > FWIW - I think the vertical grid lines 'help' a lot -- You received this message because

[weewx-user] Re: Custom Charts Question; colors, labels at bottom

2018-09-01 Thread gjr80
On Sunday, 2 September 2018 02:09:26 UTC+10, David Hathaway wrote: > > > But now I am puzzled as to how to solve the other obvious issues: > >- How do I get rid of the vertical grid lines? > > The WeeWX image generator is pretty sophisticated for what it is, a utility written from scratch in

Re: [weewx-user] Winddirplot with weewx-Highcharts

2018-09-01 Thread gjr80
Ok, I think there are a couple of issues here. Firstly, I cannot get your weekly plots to display, the page gives an error in plot.js; it seems that I updated plot.js after I put out the most recent weewx-Highcharts release but never updated the plot.js that is listed separately on the release.

[weewx-user] Re: weewx_wd

2018-09-01 Thread gjr80
Hallo Kalli, Ich habe Ihnen dazu eine E-Mail geschickt. Grüß Gary On Friday, 31 August 2018 18:07:01 UTC+10, Kalli wrote: > > Hallo > > das bekomme ich > > > { > "response": { > "version":"0.1", > "termsofService":"http://www.wunderground.com/weather/api/d/terms.html;, > "features": {

[weewx-user] Need help with forecasts in SteelSeries extension - apologies in advance

2018-09-01 Thread Philip Kutzenco
I am a pretty new WeeWX user (installed with setup.py and running on a Raspberry Pi for a month or so). I've been mostly successful - up to now. WeeWX is running well (V3.8.2) on my Pi Zero W with a Real Time Clock and nginx as a web server. I'm collecting data from a Davis Vantage Vue

Re: [weewx-user] Winddirplot with weewx-Highcharts

2018-09-01 Thread Praveen Chandrasekaran
Hi Gary, The week.json having winddir close to 270 always is fine. This is south west monsoon season and the winds are always from west and west south west here from June to September. Will look into other stuff you mentioned and get back soon. Regards, Praveen On Sun, 2 Sep 2018, 05:12 gjr80,

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-01 Thread Colin Larsen
It works great in metric for me. On Sun, 2 Sep 2018, 14:21 Praveen Chandrasekaran, wrote: > Is this skin stable enough to try or i should wait? I would need metric > units. > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe

[weewx-user] Re: incorporating live youtube webcam feed into weewx weather www server page

2018-09-01 Thread Greg from Oz
I only have 1mb upload. It seems to work OK but I don't stream live. I do time lapse. https://weather.ubeaut.work/WEBCAM/1-hour.mp4?dummy On Wednesday, 29 August 2018 06:58:32 UTC+10, CCOR58 wrote: > > Has anyone had any experience incorporating a live webcam video for > visibility reference in

[weewx-user] Re: Need help with forecasts in SteelSeries extension - apologies in advance

2018-09-01 Thread gjr80
On Sunday, 2 September 2018 10:12:02 UTC+10, Philip Kutzenco wrote: > > > The most pertinent info I found was to add the line: > search_list_extensions = user.forecast.ForecastVariables > to the [Cheetah Generator] section of skin.conf for SteelSeries. > > Hi, that should do the trick. Just

[weewx-user] Re: Need help with forecasts in SteelSeries extension - apologies in advance

2018-09-01 Thread Philip Kutzenco
Gary, Here's the log file. FWIW, in gauges.js, I set the pageUpdateLimit to 0 (so the web page wouldn't time out) and the realtimeInterval to 300 - matching the archive interval of 5 minutes (so the viewer will get an indication of when the web page will update). I've waiting more than long

Re: [weewx-user] Re: incorporating live youtube webcam feed into weewx weather www server page

2018-09-01 Thread Liz
On Tue, 28 Aug 2018 14:06:02 -0700 (PDT) VE4PER wrote: > Sorry for any inconvenience folks. I usually use Thunderbird to read > the posts here and for some reason it does not send my own posts to > me. If I view groups using the WUI and a browser I am able to see my > post are made. Nothing to

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-01 Thread Praveen Chandrasekaran
Is this skin stable enough to try or i should wait? I would need metric units. -- 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] XML Data Import

2018-09-01 Thread Liz
On Wed, 29 Aug 2018 10:59:22 -0700 (PDT) wetter...@gmail.com wrote: > Hello Thomas, > many thanks for your message. > > Yes, i will import the XML file of a piece of Hardware but "watch"is > not required . The import in a fix intervall (1x per Min) is perfect. > I am not a Py Guy and a litte bit