Skip to main content
Michael Dalby
Associate
April 2, 2020
Solved

Additional Node support

  • April 2, 2020
  • 2 replies
  • 928 views

Hello, I wondered if you will add the ability to import/add new nodes to the STM32CubeMonitor system from the Node Red Library (https://flows.nodered.org/)?

After all this is one of the strengths of the Node Red system to enable the use of collabrative built nodes.

Many thanks

Michael

This topic has been closed for replies.
Best answer by stephane.legargeant

Hello Michael

It is possible to add nodes in the palette with the menu "Manage Palette".

0693W000000VDdhQAG.png

You may not see the menu because Node-Red uses npm to install nodes, and the menu "Manage Palette" is not available when npm is not installed on the computer.

In order to add nodes in the palette, you need to install nodejs (with npm). Then the menu will be available, you will have access to Node-RED nodes.

Best regards

Stephane

2 replies

stephane.legargeant
ST Employee
April 2, 2020

Hello Michael

It is possible to add nodes in the palette with the menu "Manage Palette".

0693W000000VDdhQAG.png

You may not see the menu because Node-Red uses npm to install nodes, and the menu "Manage Palette" is not available when npm is not installed on the computer.

In order to add nodes in the palette, you need to install nodejs (with npm). Then the menu will be available, you will have access to Node-RED nodes.

Best regards

Stephane

Michael Dalby
Associate
April 2, 2020

Hi Stephane

Thats excellent news.... many thanks

Michael