how do I get the name of a node ( I mean the name of the node I have to search for when I want to install the node ( let's name it "real name") in Node-RED using "manage palette")?
Example:
When I select a node in a flow and open the properties of this node (doubleclick) I do net get the "real name" (in this case "node-red-contrib-moment" (as you can see in the screenshot below).
The only change I have, to get this "real name" is to find the node it in the left area where all nodes are listed and to hover the mouse to see the then the "real name" (as you can see in the screenshot below)?
Additonal question: Is "real name" the correct name or is there another term for it?
Hi, the name displayed on the node in the palette (Date/Time Formatter) is called paletteLabel. node-red-contrib-moment is the module name and moment is the node type.
Your "real name" is the module name.
A module is a package which contains here the nodes.