Mdashboard slight issue?

Hi All,

I tried to pump random data into a Mdashboard gauge but nothing showed. Normal dashboard worked fine. Anyone can help would be appreciated! Here's the flow:

[{"id":"32dfc961.330d16","type":"inject","z":"c136be4b.67ecd","name":"","topic":"","payload":"","payloadType":"date","repeat":"30","crontab":"","once":true,"onceDelay":0.1,"x":110,"y":80,"wires":[["bf11ebc6.268538"]]},{"id":"bf11ebc6.268538","type":"random","z":"c136be4b.67ecd","name":"","low":"1","high":"1000","inte":"true","property":"payload","x":240,"y":140,"wires":[["882bd450.05ebe8","104a2f85.169a6","de9a5700.bd3498"]]},{"id":"882bd450.05ebe8","type":"debug","z":"c136be4b.67ecd","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":430,"y":100,"wires":[]},{"id":"104a2f85.169a6","type":"mui_gauge","z":"c136be4b.67ecd","name":"","group":"ae946445.fe9468","order":0,"width":0,"height":0,"gtype":"gage","title":"Gauge","label":"units","format":"{{value}}","min":0,"max":"1000","colors":["#00b500","#e6e600","#ca3838"],"seg1":"","seg2":"","x":410,"y":160,"wires":[]},{"id":"de9a5700.bd3498","type":"ui_gauge","z":"c136be4b.67ecd","name":"","group":"ea1c6d6b.054c4","order":0,"width":0,"height":0,"gtype":"gage","title":"gauge","label":"units","format":"{{value}}","min":0,"max":"1000","colors":["#00b500","#e6e600","#ca3838"],"seg1":"","seg2":"","x":410,"y":220,"wires":[]},{"id":"ae946445.fe9468","type":"mui_group","z":"","name":"mui","tab":"14081abf.fbf9c5","disp":true,"width":"6","collapse":false},{"id":"ea1c6d6b.054c4","type":"ui_group","z":"","name":"ui","tab":"f5945eac.7092","disp":true,"width":"6","collapse":false},{"id":"14081abf.fbf9c5","type":"mui_tab","z":"","name":"mui","icon":"dashboard"},{"id":"f5945eac.7092","type":"ui_tab","z":"","name":"ui","icon":"dashboard"}]

Don't mix dashboards, use one or the other or you may run into issues.

@ zenofmud, I did previously with only mdashboard(totally removed all the dashboards and re-installed mdashboard only), but still the values didn't show. Any issue with node-red v0.19.1?

certianly does look like a problem, doesn't seem to work in v0.19.2 eithor. I would raise an issue on the github page for the node.

The flow you posted suggests you still have both installed.

@Collin, I didn’t show the post with just mdashboard. I tried at my end here and it didn’t work as well. I will use node-red at a lower version and test out the mdashbaord gauge. Thanks for your concern!

Thanks for your help!

Mine mdasboard Gauges are working fine but the are not able to get input from mqtt nodes please help
image

So what topic are you using to send the MQTT msg?

No I am receiving data in mqtt RX001/DEGC it is shown correctly in debug mode corectly
but cant be connected to chart

image

Show us the node-red log when you start node red. Depending on which OS you are using and how you installed you may be able to use

node-red-stop
node-red-start

to see the log.

node-red-stop
node-red-start

command dont exist in windows

Microsoft Windows [Version 10.0.17134.407]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\archsys>node-red-stop
'node-red-stop' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\archsys>node-red-start
'node-red-start' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\archsys>node-red
1 Dec 20:18:09 - [info]

Welcome to Node-RED

1 Dec 20:18:09 - [info] Node-RED version: v0.19.1
1 Dec 20:18:09 - [info] Node.js version: v8.11.3
1 Dec 20:18:09 - [info] Windows_NT 10.0.17134 x64 LE
1 Dec 20:20:55 - [info] Loading palette nodes
1 Dec 20:20:58 - [warn] rpi-gpio : Raspberry Pi specific node set inactive
1 Dec 20:21:06 - [info] mDashboard version 0.1.5 started at /mui
1 Dec 20:21:06 - [info] Dashboard version 2.10.1 started at /ui
1 Dec 20:21:06 - [warn] ------------------------------------------------------
1 Dec 20:21:06 - [warn] [node-red/tail] Not currently supported on Windows.
1 Dec 20:21:06 - [warn] ------------------------------------------------------
1 Dec 20:21:06 - [info] Settings file : \Users\archsys.node-red\settings.js
1 Dec 20:21:06 - [info] HTTP Static : C:\home\harold\Images
1 Dec 20:21:06 - [info] Context store : 'default' [module=memory]
1 Dec 20:21:06 - [info] User directory : \Users\archsys.node-red
1 Dec 20:21:06 - [warn] Projects disabled : editorTheme.projects.enabled=false
1 Dec 20:21:06 - [info] Flows file : \Users\archsys.node-red\flows_DESKTOP-RKRDHV5.json
1 Dec 20:21:06 - [warn]


Your flow credentials file is encrypted using a system-generated key.

If the system-generated key is lost for any reason, your credentials
file will not be recoverable, you will have to delete it and re-enter
your credentials.

You should set your own key using the 'credentialSecret' option in
your settings file. Node-RED will then re-encrypt your credentials
file using your chosen key the next time you deploy a change.

1 Dec 20:21:06 - [info] Starting flows
1 Dec 20:21:07 - [info] Started flows
1 Dec 20:21:07 - [info] Server now running at http://127.0.0.1:1880/
1 Dec 20:21:07 - [info] [mqtt-broker:68a30b94.181b44] Connected to broker: arduino@mqtt://192.168.1.127:1883

You cannot have both dashboards installed at the same time. Uninstall one of them and try again.

You might want to update NR too. The currrent release os 0.19.5

I have all new installed in new laptop but things remain same mqtt data shown in debug window but not connect to chart node

Show us the log again please.

Hi,
Have you got your issue resolved. I am able to run slider plus chart app in node red mdashboard but not mqtt feed to chart. I have done it after clean install to in mdashboard

C:\Users\DELL>node-red
2 Dec 13:19:43 - [info]

Welcome to Node-RED

2 Dec 13:19:43 - [info] Node-RED version: v0.19.5
2 Dec 13:19:43 - [info] Node.js version: v10.14.1
2 Dec 13:19:43 - [info] Windows_NT 10.0.15063 x64 LE
2 Dec 13:20:03 - [info] Loading palette nodes
2 Dec 13:20:20 - [warn] rpi-gpio : Raspberry Pi specific node set inactive
2 Dec 13:20:22 - [info] mDashboard version 0.1.5 started at /mui
2 Dec 13:20:24 - [warn] ------------------------------------------------------
2 Dec 13:20:24 - [warn] [node-red/tail] Not currently supported on Windows.
2 Dec 13:20:24 - [warn] ------------------------------------------------------
2 Dec 13:20:24 - [info] Settings file : \Users\DELL.node-red\settings.js
2 Dec 13:20:24 - [info] Context store : 'default' [module=memory]
2 Dec 13:20:24 - [info] User directory : \Users\DELL.node-red
2 Dec 13:20:24 - [warn] Projects disabled : editorTheme.projects.enabled=false
2 Dec 13:20:24 - [info] Flows file : \Users\DELL.node-red\flows_DESKTOP-AEJ21OK.json
2 Dec 13:20:24 - [warn]

Your flow credentials file is encrypted using a system-generated key.
If the system-generated key is lost for any reason, your credentials
file will not be recoverable, you will have to delete it and re-enter
your credentials.
You should set your own key using the 'credentialSecret' option in
your settings file. Node-RED will then re-encrypt your credentials
file using your chosen key the next time you deploy a change.

2 Dec 13:20:24 - [info] Starting flows
2 Dec 13:20:24 - [info] Started flows
2 Dec 13:20:24 - [info] Server now running at http://127.0.0.1:1880/
2 Dec 13:20:25 - [info] [mqtt-broker:5a96415f.5ca68] Connected to broker: mqtt://192.168.1.128:1883