Goodday,
I know I can use the kiosk mode from startup, but I want to try it from the EXEC node in node red.
I use this as the command:
DISPLAY=:0 chromium-browser --kiosk --http://192.168.86.95:1880/worldmap --start-fullscreen --disable-infobars&
But it doesn't want to start in full-screen and also the disable infobars does not work.
It does show APPS in full screen, and then it puts the browswer infront of it.
How can I run chromium in kiosk or fullscreen mode from the EXEC node?