Node-Red Help!
- This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: AEP Model › Node-Red Help!
Hi, I have changed the settings.js file on the conduit to include fs.
fs:require('fs');
Although it is not working on the conduit’s version of node red. I have gotten it to work perfectly on my windows computer. But cannot get it to work on the conduit. I’ve tried multiple reboots and enabling and re-enabling node red. Any advice?? Thanks
Hi Dean,
It depends on which settings.js file on the conduit you updated. There is one under /opt/node-red/settings.js. You don’t want to update that one as it gets overwritten during firmware upgrades. The one you want to update is I believe under /var/config/app/current.
Btw why do you want to use the “fs” module, isn’t it available as file in/out nodes on node-red?
Thanks,
Ajay.
Yes that is very true, I should be using the file in and out nodes.
Thanks