¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: install node's in Node-red running Win 10 >> Error<<

 

HI Mike

sorry but this did not worke?for me...still getting error to import the Arduino-node, here is a screendump of my pc:

I run Win10 64bit

I will try to install Ubunto or othere linus ??? on this PC and then I hope the problem is cured.....

Ben

----------------------------------------------------------------------------------------------------------
C:\Program Files\nodejs>npm audit fix --force
npm WARN using --force Recommended protections disabled.
npm ERR! code ENOLOCK
npm ERR! audit This command requires an existing lockfile.
npm ERR! audit Try creating one first with: npm i --package-lock-only
npm ERR! audit Original error: loadVirtual requires existing shrinkwrap file

npm ERR! A complete log of this run can be found in:
npm ERR! ? ? C:\Users\Node-Red\AppData\Local\npm-cache\_logs\2022-11-21T15_26_34_499Z-debug-0.log

C:\Program Files\nodejs> npm i --unsafe-perm node-red-node-arduino
npm ERR! code EPERM
npm ERR! syscall mkdir
npm ERR! path C:\Program Files\nodejs\node_modules\.npm-QXjMEw5N
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, mkdir 'C:\Program Files\nodejs\node_modules\.npm-QXjMEw5N'
npm ERR! ?[Error: EPERM: operation not permitted, mkdir 'C:\Program Files\nodejs\node_modules\.npm-QXjMEw5N'] {
npm ERR! ? errno: -4048,
npm ERR! ? code: 'EPERM',
npm ERR! ? syscall: 'mkdir',
npm ERR! ? path: 'C:\\Program Files\\nodejs\\node_modules\\.npm-QXjMEw5N'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR! ? ? C:\Users\Node-Red\AppData\Local\npm-cache\_logs\2022-11-21T15_27_30_425Z-debug-0.log

C:\Program Files\nodejs>

Den man. 21. nov. 2022 kl. 01.48 skrev Mick - W8BE <w8bea2b2c2@...>:

Brent,
I blew out node.js and node-red and started again from scratch to test.? ? Trying to load the stoptimer3 even with the --omit-dev switch gave me fits.? At this point I think I would just load stoptimer2 and give that? a try as I don't think the code supports windows.??

Also I loaded the Arduino from the pallet manager but the nodes did not show up.? I had to restart node red and then it showed up.? Here is the list of nodes after I blew out node-red and started from scratch






--
Mick, W8BE


Re: Updating SVG map in a rotator flow

 

¿ªÔÆÌåÓý

Double click SVG node
Click SVG Editor
You will see current map. Left click it and a menu will open.?
There is an Open Folder icon, click it.
Browse to new map that is formatted 500x500 pixels, select it.
Follow prompts to apply.
When you close the editor it will prompt you to save.
Deploy the changes.

73
Dave wo2x


On Nov 21, 2022, at 9:16 AM, Steve Bunting M0BPQ <steve@...> wrote:

?Hi Everyone,

After some time concentrating on other things, I got back to node-red.?

I have got the WO2X PST rotator flow working just fine, but the map is about 3000 miles out :) I have created a new SVX image, but can't work out how to incorporate it into my dashboard. Is there an idiot's guide?

73
Steve, M0BPQ


Re: Updating SVG map in a rotator flow

 

Steve,

Dave, WO2X, did a video which I can't locate. In a nutshell:
  1. Resize map to 500X500 pixels
  2. Double click on SVG Graphics Node
  3. In the "Editor" tab select "Open SVG Editor"
  4. Left click on the existing map and the following "menu" should appear:?image.png
  5. CLick on the folder icon (Load Image File):?image.png
  6. Browse to your map and select it
  7. Click the disk icon to save and close (or just click the X icon to close and it will ask you if you want to save the new image?image.png
  8. Apply/Deploy the flow

Ron WB2WGH


On Mon, Nov 21, 2022 at 9:44 AM Steve Bunting M0BPQ <steve@...> wrote:
Hi Everyone,

After some time concentrating on other things, I got back to node-red.?

I have got the WO2X PST rotator flow working just fine, but the map is about 3000 miles out :) I have created a new SVX image, but can't work out how to incorporate it into my dashboard. Is there an idiot's guide?

73
Steve, M0BPQ



--
Ron


Alternative to West Mountain Radio

 

Looking for an alternative to the West Mountain Radio RigRunner 10010i that has a flow built for it. Doesn't have to be rack mounted although it would be a preference if given a choice.?

Here's a link for reference


Updating SVG map in a rotator flow

 

Hi Everyone,

After some time concentrating on other things, I got back to node-red.?

I have got the WO2X PST rotator flow working just fine, but the map is about 3000 miles out :) I have created a new SVX image, but can't work out how to incorporate it into my dashboard. Is there an idiot's guide?

73
Steve, M0BPQ


Re: Weather Data help

 

Ahh very good to know! Thank you


Re: K3NG arduino-based rotator interface via Pi4 with NodeRed?

 

I use K3ng rotor setup, and you can download my Flo w here at the group.

/g/nodered-hamradio/files/OZ1CT/oz1ct-k3ng-rotor-setup.zip

Ben


Re: install node's in Node-red running Win 10 >> Error<<

 

Brent,
I blew out node.js and node-red and started again from scratch to test.? ? Trying to load the stoptimer3 even with the --omit-dev switch gave me fits.? At this point I think I would just load stoptimer2 and give that? a try as I don't think the code supports windows.??

Also I loaded the Arduino from the pallet manager but the nodes did not show up.? I had to restart node red and then it showed up.? Here is the list of nodes after I blew out node-red and started from scratch






--
Mick, W8BE


Re: install node's in Node-red running Win 10 >> Error<<

 

For the stop timer you get this error.
npm WARN config production Use `--omit=dev` instead.

I? was able to install the stop timer with the following cmd:
npm.cmd install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --omit=dev --engine-strict [email protected]



?However it loaded version 0.1.1.? ?Version 0.1.2 may not be available for windows.? You can give it a try.

I was able to install the Arduino node from the pallet manager?


However it required me running the following cmd? from the .node-red directory in order to load it.??

npm audit fix --force


--
Mick, W8BE


AA0Z Dashboard 'New Multi' voice prompt

 

Hi Kyle

I'm running Node-Red on a Pi4 (that has no audio configured) and running the actual Dashboard on my iMac (looking back at the Pi's IP address). I get no voice announcement when a new multi is logged. I seem to remember, when I was first testing all of this on my MacBook (both Node-Red and Dashboard on the one machine) it did announce multis.

Does the machine running Node-Red (in this case the Pi) need to be the one with audio configured. Or the machine (the iMac) running the Dashboard.

Also, where in the flow can I change the actual voice. I found it previously, but have forgotten where. I'm wondering if I may have inadvertently change something that broke it.

Regards
John VK5JAK

?


Re: K3NG arduino-based rotator interface via Pi4 with NodeRed?

 

¿ªÔÆÌåÓý

Welcome to the group!

?

You could export the flows from the cloud based server and install Node Red on a Raspberry Pi at the radio site. In the WiKi section of this site are some articles on setting up Node Red on a Pi as well as securing the Pi for remote access to the dashboard.

?

The flows in the file section are available to download and modify to your specific use.

?

73

Dave wo2x

?

?

From: [email protected] <[email protected]> On Behalf Of C Romocea
Sent: Sunday, November 20, 2022 12:12 PM
To: [email protected]
Subject: [nodered-hamradio] K3NG arduino-based rotator interface via Pi4 with NodeRed?

?

Dave WO2X suggested I visited this forum with my query.

A friend built for me an Arduino-based rotator interface for my Yaesu G-1000DXA ( ) . I¡¯ve been using PST Rotator to control it via a remote PC and TeamViewer so that was fine. However, I wanted to do away with the PC and TeamViewer at the remote location because the internet speed is not great.?

?

I am currently controlling the Yaesu rotator and antenna switch via the Node Red flow attached. The Node Red is hosted temporarily by Remotetx.net. So here are my noob questions:?

?

What are the steps if I wanted to migrate this flow from remotetx.net to another server? Does it have to be cloud-based and are there hosts you recommend??Assuming I upload the flow to a cloud-based server, how do I access it remotely via the Pi4??

?

I saw other NR controller flows for antenna switch, rotator and amp control on this forum, like Dave's below.

Would it be possible to modify my current NR flow or configure an existing flow, assuming the owner is sharing it???I am attaching my json and a screen grab of how the controller currently looks at remotetx.net.
?


Re: install node's in Node-red running Win 10 >> Error<<

 

Bent

I accessed my Windows using Remote Desktop/Tailscale and tested the node-red-arduino install.

I too received error messages.? A review of the install log showed several dependencies were not installed.

Perhaps?the forum can help.

Alan



On Sun, Nov 20, 2022 at 9:21 AM Alan Blind, WA9WUD via <a.alan.blind=[email protected]> wrote:
Ben

Yes, I will give it a try on my Windows Node-Red.

I am away from home for the weekend and will try the nodes on Tuesday.

Alan

On Sun, Nov 20, 2022 at 9:14 AM Bent Andersen <eskolin@...> wrote:
Hi Alan

I try to run this 2 npm command, but it didn't cure my problem....

Can you try to install the Arduino node ( whit the firmata funktion) maybe you get the same fault.

There is on this 2 nodes who I have problems with..... everything else is working.

Ben

Send from my mobile office.

s?n. 20. nov. 2022 15.39 skrev Alan Blind, WA9WUD <a.alan.blind@...>:
hi Bent

Perhaps you need to install the "Windows Build Tools".? The document says that some Node-Red module binaries use binary components that need to be compiled for use in Windows.? I had to install this tool kit for several of my Node-Red node installs on Windows 10.? The script installs python, which in turn does the Node-Red binary compiling.

The tools and commands to install are in the Node-Red.org, Windows Install instructions. ?



Screenshot 2022-11-20 at 8.31.00 AM.png
Alan. WA9WUD

On Sun, Nov 20, 2022 at 6:49 AM Bent Andersen <eskolin@...> wrote:
Hi ...

I have build me? a new PC whit win-10 and install Node-red on it, and I have also installed all this node:

node-red-contrib-msg-resend

node-red-contrib-ui-led

node-red-contrib-ui-level

node-red-contrib-ui-media

node-red-node-ui-list

node-red-dashboard

node-red-node-wol

node-red-contrib-string

node-red-contrib-ui-svg

node-red-contrib-simple-gate

node-red-node-ping

node-red-contrib-flexradio

node-red-contrib-convert

node-red-contrib-image-tools

node-red-contrib-startup-trigger

node-red-contrib-ui-digital-display


But I get error on this node:

node-red-contrib-stoptimer3

and also on?

node-red-arduino (Node to talk to an Arduino running firmata)

I can figure it out why I can install this 2 node, they are running on my RPI but will not on my Win-10 pc

73" OZ1CT Ben


Re: Weather Data help

 

Very good.? That is what I was trying to point out.? ?Also if you were just dumping data into the gauge node you don't even need a change node.? ?You could just reference the array path.??

Regards
--
Mick, W8BE


Re: install node's in Node-red running Win 10 >> Error<<

 

Ben

Yes, I will give it a try on my Windows Node-Red.

I am away from home for the weekend and will try the nodes on Tuesday.

Alan

On Sun, Nov 20, 2022 at 9:14 AM Bent Andersen <eskolin@...> wrote:
Hi Alan

I try to run this 2 npm command, but it didn't cure my problem....

Can you try to install the Arduino node ( whit the firmata funktion) maybe you get the same fault.

There is on this 2 nodes who I have problems with..... everything else is working.

Ben

Send from my mobile office.

s?n. 20. nov. 2022 15.39 skrev Alan Blind, WA9WUD <a.alan.blind@...>:
hi Bent

Perhaps you need to install the "Windows Build Tools".? The document says that some Node-Red module binaries use binary components that need to be compiled for use in Windows.? I had to install this tool kit for several of my Node-Red node installs on Windows 10.? The script installs python, which in turn does the Node-Red binary compiling.

The tools and commands to install are in the Node-Red.org, Windows Install instructions. ?



Screenshot 2022-11-20 at 8.31.00 AM.png
Alan. WA9WUD

On Sun, Nov 20, 2022 at 6:49 AM Bent Andersen <eskolin@...> wrote:
Hi ...

I have build me? a new PC whit win-10 and install Node-red on it, and I have also installed all this node:

node-red-contrib-msg-resend

node-red-contrib-ui-led

node-red-contrib-ui-level

node-red-contrib-ui-media

node-red-node-ui-list

node-red-dashboard

node-red-node-wol

node-red-contrib-string

node-red-contrib-ui-svg

node-red-contrib-simple-gate

node-red-node-ping

node-red-contrib-flexradio

node-red-contrib-convert

node-red-contrib-image-tools

node-red-contrib-startup-trigger

node-red-contrib-ui-digital-display


But I get error on this node:

node-red-contrib-stoptimer3

and also on?

node-red-arduino (Node to talk to an Arduino running firmata)

I can figure it out why I can install this 2 node, they are running on my RPI but will not on my Win-10 pc

73" OZ1CT Ben


Re: install node's in Node-red running Win 10 >> Error<<

 

Hi Alan

I try to run this 2 npm command, but it didn't cure my problem....

Can you try to install the Arduino node ( whit the firmata funktion) maybe you get the same fault.

There is on this 2 nodes who I have problems with..... everything else is working.

Ben

Send from my mobile office.

s?n. 20. nov. 2022 15.39 skrev Alan Blind, WA9WUD <a.alan.blind@...>:

hi Bent

Perhaps you need to install the "Windows Build Tools".? The document says that some Node-Red module binaries use binary components that need to be compiled for use in Windows.? I had to install this tool kit for several of my Node-Red node installs on Windows 10.? The script installs python, which in turn does the Node-Red binary compiling.

The tools and commands to install are in the Node-Red.org, Windows Install instructions. ?



Screenshot 2022-11-20 at 8.31.00 AM.png
Alan. WA9WUD

On Sun, Nov 20, 2022 at 6:49 AM Bent Andersen <eskolin@...> wrote:
Hi ...

I have build me? a new PC whit win-10 and install Node-red on it, and I have also installed all this node:

node-red-contrib-msg-resend

node-red-contrib-ui-led

node-red-contrib-ui-level

node-red-contrib-ui-media

node-red-node-ui-list

node-red-dashboard

node-red-node-wol

node-red-contrib-string

node-red-contrib-ui-svg

node-red-contrib-simple-gate

node-red-node-ping

node-red-contrib-flexradio

node-red-contrib-convert

node-red-contrib-image-tools

node-red-contrib-startup-trigger

node-red-contrib-ui-digital-display


But I get error on this node:

node-red-contrib-stoptimer3

and also on?

node-red-arduino (Node to talk to an Arduino running firmata)

I can figure it out why I can install this 2 node, they are running on my RPI but will not on my Win-10 pc

73" OZ1CT Ben


Re: install node's in Node-red running Win 10 >> Error<<

 

hi Bent

Perhaps you need to install the "Windows Build Tools".? The document says that some Node-Red module binaries use binary components that need to be compiled for use in Windows.? I had to install this tool kit for several of my Node-Red node installs on Windows 10.? The script installs python, which in turn does the Node-Red binary compiling.

The tools and commands to install are in the Node-Red.org, Windows Install instructions. ?



Screenshot 2022-11-20 at 8.31.00 AM.png
Alan. WA9WUD

On Sun, Nov 20, 2022 at 6:49 AM Bent Andersen <eskolin@...> wrote:
Hi ...

I have build me? a new PC whit win-10 and install Node-red on it, and I have also installed all this node:

node-red-contrib-msg-resend

node-red-contrib-ui-led

node-red-contrib-ui-level

node-red-contrib-ui-media

node-red-node-ui-list

node-red-dashboard

node-red-node-wol

node-red-contrib-string

node-red-contrib-ui-svg

node-red-contrib-simple-gate

node-red-node-ping

node-red-contrib-flexradio

node-red-contrib-convert

node-red-contrib-image-tools

node-red-contrib-startup-trigger

node-red-contrib-ui-digital-display


But I get error on this node:

node-red-contrib-stoptimer3

and also on?

node-red-arduino (Node to talk to an Arduino running firmata)

I can figure it out why I can install this 2 node, they are running on my RPI but will not on my Win-10 pc

73" OZ1CT Ben


Re: Weather Data help

 

Final solution was easily found with the Copy Path button button on the right. I totally forgot about that feature. Makes it really easy to pull the exact path needed. Once I had that it was easily pasted into a change node to turn that into msg.payload?


install node's in Node-red running Win 10 >> Error<<

 

Hi ...

I have build me? a new PC whit win-10 and install Node-red on it, and I have also installed all this node:

node-red-contrib-msg-resend

node-red-contrib-ui-led

node-red-contrib-ui-level

node-red-contrib-ui-media

node-red-node-ui-list

node-red-dashboard

node-red-node-wol

node-red-contrib-string

node-red-contrib-ui-svg

node-red-contrib-simple-gate

node-red-node-ping

node-red-contrib-flexradio

node-red-contrib-convert

node-red-contrib-image-tools

node-red-contrib-startup-trigger

node-red-contrib-ui-digital-display


But I get error on this node:

node-red-contrib-stoptimer3

and also on?

node-red-arduino (Node to talk to an Arduino running firmata)

I can figure it out why I can install this 2 node, they are running on my RPI but will not on my Win-10 pc

73" OZ1CT Ben


Re: Weather Data help

 

So what solution did you end up with?
--
Mick, W8BE


Re: Weather Data help

 

Ronald hopped on Zoom and got me all squared away. I'll be adding a flow to the group database for a wind warning that turns a rotor controller with excessive wind speed soon. Thanks everyone!?