Re: [weewx-development] Re: WeeRT - realtime interface to weeWX

2018-11-14 Thread Maarten van der Hoeven
Jippie, success! All working now in good order. Thanks a lot, Tom, for helping me out! Really appreciated. Op woensdag 14 november 2018 17:01:51 UTC+1 schreef Tom Keffer: > > Apparently, this is a known problem with webpack > . The cure is to

Re: [weewx-development] Re: WeeRT - realtime interface to weeWX

2018-11-14 Thread Thomas Keffer
Apparently, this is a known problem with webpack . The cure is to upgrade webpack-cli. Try the following steps. Note that in the following we are changing the required version in the file weert-js/client/package.json (which is for the client). Do

Re: [weewx-development] Re: WeeRT - realtime interface to weeWX

2018-11-14 Thread Maarten van der Hoeven
Thanks. The cryptic error message came from the npm-debug.log. Below the messages I see on screen. No .bin directory is created. So, nothing there. At 'npm install' I only see a couple of warnings. At 'npm run build' I see a 'TypeError' on property of 'properties' of undefined.

Re: [weewx-development] Re: WeeRT - realtime interface to weeWX

2018-11-13 Thread Thomas Keffer
That's a pretty cryptic error message. Doesn't tell us much of anything. I wonder if webpack was installed? Take a look in / home/maarten/git/weert-js/client/node_modules/.bin and see if there is a link to webpack. Mine looks like: *ls -al weert-js/client/node_modules/.bin* total 40 drwxrwxr-x

Re: [weewx-development] Re: WeeRT - realtime interface to weeWX

2018-11-13 Thread Maarten van der Hoeven
Hi Tom, You were right, the build failed. Must have been overlooked when I was fetching some coffee. I started all over again, and watched it clolsely. Regarding the client, the setp 'npm install' succeeded (toook some long time). However, 'npm run build' failed. See track stace below. npm is

Re: [weewx-development] Re: WeeRT - realtime interface to weeWX

2018-11-13 Thread Thomas Keffer
I suspect that either you did not build the client, or you had an error while building it. Take a look in the directory weert-js/client/dist and make sure it includes files index.html and and main.js. Both are created as part of the build process. For instructions on building the client, see the

[weewx-development] Re: WeeRT - realtime interface to weeWX

2018-11-13 Thread Maarten van der Hoeven
Sorry, not completed my message. I am quite experienced at Linux, so I understand the pointers to look into. This one (http://localhost:3000/api/v1/measurements/wxpackets/packets) gives (all valid data):

[weewx-development] Re: WeeRT - realtime interface to weeWX

2018-11-13 Thread Maarten van der Hoeven
Hi, I've taken notice of the remark about a steep learning curve. However, I've installed all according to the manual, and I see data posted (trail of ndm with posted data every second or so) and data populated into the influx database. However, when I access the webpage

Re: [weewx-development] Re: WeeRT - realtime interface to weeWX

2018-08-08 Thread Vince Skahan
On Wednesday, August 8, 2018 at 6:23:38 AM UTC-7, Tom Keffer wrote: > > First time I've heard of Node-RED. Looks interesting. For years people > have been trying to create effective "visual programming" tools. Perhaps > IBM has finally succeeded! > >> >> Here's a dashboard I cooked up today,

Re: [weewx-development] Re: WeeRT - realtime interface to weeWX

2018-08-08 Thread Thomas Keffer
Just discovered an error that causes wind direction to be N/A in the wind compass, when assembling a packet from partial packets. Pull, rebuild the client, redeploy. -tk On Mon, Jul 2, 2018 at 6:34 PM Thomas Keffer wrote: > Good. > > I guess we don't need connectNull any longer, as there are

Re: [weewx-development] Re: WeeRT - realtime interface to weeWX

2018-08-08 Thread Thomas Keffer
First time I've heard of Node-RED. Looks interesting. For years people have been trying to create effective "visual programming" tools. Perhaps IBM has finally succeeded! -tk On Wed, Aug 8, 2018 at 6:14 AM Cyril D wrote: > > I have been also interested in having a real time display of the >