Basically I want to display a value and follow it with a unit type. The text node almost gives me what I want if I use the label for the units. But I can't change the order of the label and value so it looks weird.
Is there a way to add layouts to the text node or is there an alternative text node that lets me change the other of the label and value?
Is the units text constant? If so then you can add the units in the Value Format field of the text node as described in the help text for the node. You can use, for example {{msg.payload}} RPM
Ah, now the format of that field makes more sense. I'm still a newbie to languages like Javascript and it did not occur to me that I was looking at mustache formatting.
Just to confuse you further. In this case it is not moustache. It is an angular formatter. But there are only so many markup symbols to use so they use the same ones. {{ }}