How to display message within dashboard text node

Hello,

I can currently display my sensors within the dashboard.
I have extended my dashboard with a "text" node. Every time I turn the rotary too far, i.e., when the value exceeds 130, a message such as "ALARM: The value has been exceeded" should be displayed. However, I am unable to get this message to appear.

Maybe one of you can spot the error?I would appreciate a short response.

Best Regards,
Aaron

Go into the setup tab on the function and set the node to have 2 outputs. Then gaugeMsg will come out of the 1st and textMsg will come out of the 2nd. Wire your nodes accordingly.

1 Like

OMG.. lol
Thanks a lot for your quick response! :slight_smile: