Skip to main content
Visitor II
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

    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

    Visitor II
    April 2, 2020

    Hi Stephane

    Thats excellent news.... many thanks

    Michael