MongoDb and Nodered

Hello

I receive data in mongo db and i want to display this data in nodered dashboard

any help please?
Thank you

search the flow library for a node that will read the mongodb
figure out how to use that node
create a flow passing the output of that node to the dashboard node you want to use.

You may have to add a couple more nodes to format the data coming from the db and maybe a node to format the query to get the data from the database.

1 Like

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