You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Node-RED
Hi,
I'm trying to pass weather information received from my weather station over to a dashboard build with Node-RED.
Now I'm struggeling with displaying the wind direction by a compass gauge. I would like to display the compass needle in combination with a short name for the wind direction, e.g. "N".
Is that possible with the "Value format" option?
With "{{value}}" in there, I'll get the needle with the degrees handed over to the gauge. In comparison {{msg.payload}} will display the needle but no additional information. Is there an option to hand over e.g. "msg.payload" and "msg.label"?