CM3-Panel-7-basic technical documentation Buy
Follow this article to install Chromium:
How to configure the CM3-PANEL-7 as a Chromium Kiosk
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