Hi,
I've developed my own node-red dashboard on venus large image on RPI. Everything ist running fine now and thats why I would like to access my node-red dashboard directly from my RPI touchscreen display. How can I achieve this ? Is there a startup bash script somewhere on venus@Pi, where I can point to my local node red dashboard ? Or can I even load both UIs and switch with a gesture between them ?
This is how my node-red dashboard looks right now ;) :
[image]
7 Answers
@Guy Stewart (Victron Community Manager)
Is it possible to launch and display the Node-RED dashboard, directly on the Cerbo GX - Touch 50 display?
Like swiping left and right between different default Venus OS screen layouts, could the Node-RED dashboard perhaps be accessible this way, as a fourth screen layout?
Thanks, Anton
2 Answers
getting an error when installing node red dashboard.
root@beaglebone:~# npm i node-red-dashboard
npm WARN saveError ENOENT: no such file or directory, open '/data/home/root/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/data/home/root/package.json'
npm WARN root No description
npm WARN root No repository field.
npm WARN root No README data
npm WARN root No license field.
How do I correct this ?
1 Answer