Setting up dashboard in windows node-red

Hi,

How do you change the layout in Windows 10 OS?

image

You have all your widgets in one group. Group has width as you set it and it grows as long as needed in height. Adding another group creates another such column. And then you can change the order of elements in group as well as order of groups.

This is on Windows OS machine not a Raspberry PI, the drop down menu for Desktop is not there, so want to know how you edit the settings.

image

Restart node-red and show us the start up log. There is something wrong but hard to tell based on those images only.

C:\Program Files\nodejs>node-red
4 Apr 20:22:41 - [info]

Welcome to Node-RED

4 Apr 20:22:41 - [info] Node-RED version: v1.0.4
4 Apr 20:22:41 - [info] Node.js version: v8.11.2
4 Apr 20:22:41 - [info] Windows_NT 10.0.16299 x64 LE
4 Apr 20:22:42 - [info] Loading palette nodes
4 Apr 20:23:07 - [info] Dashboard version 2.9.4 started at /ui
4 Apr 20:23:08 - [info] Settings file : \Users\Johan.node-red\settings.js
4 Apr 20:23:08 - [info] Context store : 'default' [module=memory]
4 Apr 20:23:08 - [info] User directory : \Users\Johan.node-red
4 Apr 20:23:08 - [warn] Projects disabled : editorTheme.projects.enabled=false
4 Apr 20:23:08 - [info] Flows file : \Users\Johan.node-red\flows_JohanLaptop.json
4 Apr 20:23:08 - [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.

4 Apr 20:23:08 - [info] Starting flows
4 Apr 20:23:08 - [info] [tcp out:479483a.903487c] connecting to 10.0.0.4:2002
4 Apr 20:23:08 - [info] Started flows
4 Apr 20:23:08 - [info] [tcp in:1e13a9b2.c09826] listening on port 1883
4 Apr 20:23:09 - [info] Server now running at http://127.0.0.1:1880/

Only thing I see here is that nodjs version is a bit old. Version 8 should be still supported but it is recommended to use v10. I can't say it is the reason but if you can, update.

I have just ran a upgrade and it says on v8.11.2

PS C:\Users\Johan> npm install -g --unsafe-perm node-red
C:\Users\Johan\AppData\Roaming\npm\node-red-pi -> C:\Users\Johan\AppData\Roaming\npm\node_modules\node-red\bin\node-red-pi
C:\Users\Johan\AppData\Roaming\npm\node-red -> C:\Users\Johan\AppData\Roaming\npm\node_modules\node-red\red.js

  • node-red@1.0.4
    updated 2 packages in 97.65s
    PS C:\Users\Johan> node-red
    4 Apr 20:29:27 - [info]

Welcome to Node-RED

4 Apr 20:29:27 - [info] Node-RED version: v1.0.4
4 Apr 20:29:27 - [info] Node.js version: v8.11.2
4 Apr 20:29:27 - [info] Windows_NT 10.0.16299 x64 LE
4 Apr 20:29:30 - [info] Loading palette nodes

I meant the Node.js version: v8.11.2 should be updated to the reccomended version 10.xx

Thank for the reply.

Have upgraded to v12.16.1, but the Dashboard are still not available.

image

5 Apr 00:13:51 - [info]

Welcome to Node-RED

5 Apr 00:13:51 - [info] Node-RED version: v1.0.4
5 Apr 00:13:51 - [info] Node.js version: v12.16.1
5 Apr 00:13:51 - [info] Windows_NT 10.0.16299 x64 LE
5 Apr 00:13:52 - [info] Loading palette nodes
5 Apr 00:13:53 - [info] Dashboard version 2.9.4 started at /ui
5 Apr 00:13:53 - [info] Settings file : \Users\Johan.node-red\settings.js
5 Apr 00:13:53 - [info] Context store : 'default' [module=memory]
5 Apr 00:13:53 - [info] User directory : \Users\Johan.node-red
5 Apr 00:13:53 - [warn] Projects disabled : editorTheme.projects.enabled=false
5 Apr 00:13:53 - [info] Flows file : \Users\Johan.node-red\flows_JohanLaptop.json
5 Apr 00:13:53 - [info] Server now running at http://127.0.0.1:1880/
5 Apr 00:13:53 - [warn]

The dashboard version is also well past its sell by date so will be missing many features, latest is 2.20.0

Thank you Sir, solved,,,,,,working 100%

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