This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
missing nodes in node red in 0.15.0
#1
When I upgraded to the latest OP I lost a node that did averaging of data. I used that node quite a bit.
I am wondering why it disappeared and if there is some other node that might have that functionality in it (or if I should write a function)
Reply
#2
I had to reinstall random after last update .. you should just have to reinstall the node you where using .

after looking smooth is gone to.
npm install node-red-node-smooth

here is average.
npm install node-red-contrib-average

This is from a a previous post on how-to install nodes....

mkdir /home/pi/freeback
sudo mv /home/pi/.node-red/node_modules/node-red-contrib-freeboard /home/pi/freeback/
sudo chown -R pi:pi /home/pi/.node-red/node_modules/.bin/
cd /home/pi/.node-red
npm install your node.............................. npm install node-red-node-smooth "or" npm install node-red-contrib-average
sudo mv /home/pi/freeback/node-red-contrib-freeboard /home/pi/.node-red/node_modules/
sudo reboot
jim
Reply
#3
Thanks - worked great !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)