@kevinGodell
Hi Kevin, I installed last node-red's version V3. I have to install your nodes but searhing I came across with several version and way to do it.
Just to be sure to install the last ones, could you please recap the procedure?
Unfortunately, they were never published to npmjs .com, yet. So, they exist only as a github repo, which requires you to also have git installed on your system. To install, you have at least 2 options, using npm or yarn. Firstly, you must get into the command line and go to your user's node-red directory, which is usually at .node-red. If using a different directory structure, then adjust as to use the location where package.json lives. Then, run the following command using npm or yarn. If you are not sure if you are using yarn or npm, then you are probably using npm.