How to show the mqtt text input in the dashboard

Hi, I am working on a project that using mqtt panel and node-red.I want to show the text input in the dashboard. In addition to the table node,what other method can i use to do it
Any help would be appreciated

Hi and welcome to the forum.

In reply to your question:
I'll keep it basic for now as it is/can be tricky.

The message is a JSON formatted bit of text.

Put the JSON node on the output of the MQTT-IN node then send it to a TEXT node.

thank you! i will try it later

@percy no need for the json node. The mqtt-in node can figure out what the format is, just look at the options:
Screen Shot 2022-10-25 at 5.46.01 AM

1 Like

Thanks for that. I didn't know that was now possible.

I am mostly using NR 2.x and it isn't known what Percy is using
Sorry.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.