CM3-Panel-7-basic technical documentation Buy

How to use Node-Red on the CM3-PANEL-7-BASIC to develop web applications in Kiosk mode

This how-tos explains how to install Node-red to create simple web application using the browser Google Chromium in Kiosk mode and the Node-RED Dashboard interface as GUI

Follow this article to install Chromium:

How to configure the CM3-PANEL-7 as a Chromium Kiosk

Node-RED installation

From the CM3-Panel command line launch this command:

bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)

To start automatically Nore-RED at startup enable the systemd service by typing:

sudo systemctl enable nodered.service

Then start it by typing:

sudo systemctl start nodered.service

Try to get the access to the Node-RED development interface from the browser of your PC at this URL:

http://cmX.local:1880

To check the system log type:

sudo journalctl -f -u nodered -o cat

Sergio Tanzilli
Systems designer, webmaster of www.acmesystems.it and founder of Acme Systems srl

Personal email: tanzilli@acmesystems.it
Web pages: https://www.acmesystems.it --- https://www.acmestudio.it
Github repositories: https://github.com/tanzilli --- https://github.com/acmesystems
Telegram group dedicated to the Acme Systems boards: https://t.me/acmesystemssrl

Home page CM3-Panel-7-basic technical documentation Buy