Then restart node-red and see if they appear.
Try creating a new directory called "nodes" in your .node-red directory and move your .js and .html files into that.
Then restart node-red and see if they appear.
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send an email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/f55b63ae-7bc6-4b65-b56d-63baae6c574b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
When I went looking for the "nodes" directory, it wasn't there. I did see the "node_modules" directory at which point I wrongly assumed that the NodeRED guys may have changed directory names subsequent to the web page documentation (and it was filled with nodes) so I shoved my new node stuff in there. Perhaps the "Creating a simple node" text should be changed to keep the next poor dumb guy from falling in the same pit as I. Maybe something like:A local node just consists of the
.jsand.htmlfiles.These files can be located within either the
nodesdirectory in your user directory, typically~/.node-red/nodes, or one of the directories defined in thenodesDirsetting.
These files MUST be located within either thenodesdirectory in your user directory, typically~/.node-red/nodes, or one of the directories defined in thenodesDirsection of settings.js found in the ~/.node-red directory. If you do not see the nodes directory (it's not created during the default installation), you'll need to create it and then install your node files there. The best practice would be to create individual directories under nodes to hold each node you create to make it easier to find what you're after.