Dashboard widgets showing double


why my dashboard widgets showing double?

1 Like

Does it recover if you restart node-red and refresh the browser page?

I tried restarting my computer also but it's not worked

Please stop node red and restart it in a terminal window. Post the full output that you see.

I closed the terminal

I don't understand why you have posted that message.

I created 1 slider how it showing 2 sliders

I meant you to restart node-red in a terminal and post the terminal output here. The output that says "Welcome to node-red".

Man!!! everything deleted

That is because the command
node-red restart
starts node red using a flows file called restart which does not exist. Look at the log you posted to see. If you stop node red and start it again normally then you will be back with the default flows file. Please do that and post the log you get with that flows file. Please copy/paste rather than screenshot.

C:\Users\sureshkumar.s>cd "\Program Files\mosquitto"

C:\Program Files\mosquitto>mosquitto | node-red
7 Oct 16:34:16 - [info]

Welcome to Node-RED
===================

7 Oct 16:34:16 - [info] Node-RED version: v3.0.2
7 Oct 16:34:16 - [info] Node.js  version: v18.9.1
7 Oct 16:34:16 - [info] Windows_NT 10.0.19044 x64 LE
7 Oct 16:34:18 - [info] Loading palette nodes
7 Oct 16:34:22 - [info] Dashboard version 3.2.0 started at /ui
7 Oct 16:34:23 - [info] Settings file  : C:\Users\sureshkumar.s\.node-red\settings.js
7 Oct 16:34:23 - [info] Context store  : 'default' [module=memory]
7 Oct 16:34:23 - [info] User directory : \Users\sureshkumar.s\.node-red
7 Oct 16:34:23 - [warn] Projects disabled : editorTheme.projects.enabled=false
7 Oct 16:34:23 - [info] Flows file     : \Users\sureshkumar.s\.node-red\flows.json
7 Oct 16:34:23 - [info] Server now running at http://127.0.0.1:1880/
7 Oct 16:34:23 - [warn] Using unencrypted credentials
7 Oct 16:34:23 - [info] Starting flows
7 Oct 16:34:23 - [error] [e-mail in:03b75842d5622b12] No e-mail password set
7 Oct 16:34:23 - [info] Started flows
7 Oct 16:34:23 - [info] [mqtt-broker:MQTT client] Connected to broker: mqtt://localhost:1883
7 Oct 16:34:44 - [info] [e-mail in:03b75842d5622b12] Error: connect ETIMEDOUT 195.46.39.13:993

again it showing dashboard widget double

Try with a new flows file, so run
node-red testflows
which will give you a new empty flows file called testflows. Then Add a widget, deploy, and check the dashboard.

If I create new widgets means it showing only one

If you create new widgets in your real flow does it show two?

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