Skip to content

Commit

Permalink
Update Node-RED.md
Browse files Browse the repository at this point in the history
improved the directions for adding node-red modules
  • Loading branch information
pmboothby authored Oct 31, 2021
1 parent 145aa1f commit 497aaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/integrations/Node-RED.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ docker-compose up -d
There are two flows in the example exports provided. The first flow creates a simple dashboard with some of the MQTT values. The second flow sends notifications to Telegram.
The flow names are "Car Dashboard" and "Notifications".
## Required Modules
After bringing up the Node-RED container the first time, run the following shell script to add modules required for the example flows:
After bringing up the Node-RED container the first time, save the following shell script to a file (e.g. named *add-nr-modules.sh*, then run `bash ./add-nr-modules.sh`) to install modules required for the example flows:
```
:
MODULES="node-red-contrib-calc
Expand Down

0 comments on commit 497aaa0

Please sign in to comment.