Skip to content
cymplecy edited this page Aug 28, 2018 · 90 revisions

image

This node allows you to make your own function node using drag and drop Google Blockly blocks instead of having to write code in Javascript.

Follow these instructions to install the node into your palette.

To assist you in learning the Blockly integration for Node-RED, a number of examples have been provided.

Beginners Intermediate Advanced
Hello World Create a list of items Clean up when node closed
Add Text to Message Send a message to an output Clone message
Creating and Using Variables Searching or removing items in a list Create an (Javascript) object
Execute actions based on conditions Send message to an output Object to JSON string and back-...
Show a status text on the node Store data in Node-Red memory Exit blockly processing
... ... Write a text to the Node-RED log
Beginners Intermediate Advanced
<Hello World><Add Text to Message> Create a list of items Clean up when node closed