Is there a way to display the value of the node above the node itself.
Lets say u have inject node set to boolean(true). Is there a way or a node that will display the msg.payload above the node.
You'll need to edit your settings.js to use a custom theme file (code block 1), then add code block 2 to said css file. The path is platform dependent, but for this a file that is simply called themes.css in your NR directory will suffice. Ignore my dark theme, you'll just get the transformed label. Feel free to play with it in terms of size, colour and position. This does affect ALL statuses on ALL nodes, which may or may not be what you want.
editorTheme: {
page: {
css: [
"C:/Users/jake123/.node-red/theme.css"
]
},
projects: {
// To enable the Projects feature, set this value to true
enabled: false
}
}