OpenMarine
New Twitter Node - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: New Twitter Node (/showthread.php?tid=1239)



New Twitter Node - Lazzz - 2018-06-11

Has anyone updated the Twitter node to V1.0.0 in node_red?

I couldn't update from the palette so tried using:
Code:
cd /home/pi/.node-red
npm install node-red-node-twitter@1.x


but still no luck.

I didn't want to try anything else from here: https://discourse.nodered.org/t/new-twitter-node-available-upgrade-required/664
in case I stuffed something up!!

Confused


RE: New Twitter Node - jim321 - 2018-06-11

cd /usr/lib

sudo npm install node-red-node-twitter@1.x

sudo reboot


RE: New Twitter Node - Lazzz - 2018-06-11

(2018-06-11, 10:23 AM)jim321 Wrote: cd /usr/lib

sudo npm install node-red-node-twitter@1.x

sudo reboot

Thanks for that Smile