How to Autostart Node-RED Dashboard (or Other GUI) on Boot
Posted: 20 Jun 2024, 18:20
Hi,
I have an HDMI touch screen connected to my RevPi.
I'm interested in having the RevPi automatically open a dashboard or GUI on startup, while meeting the following requirements:
1. The GUI should be full screen.
2. The user's interaction via touchscreen should be limited to the GUI itself, i.e. the user may not close or leave the GUI.
3. Nothing other than the GUI should appear on startup, namely the log that normally appears before asking for user credentials
Step 3 is not the most important thing, as the screen has a PWM input for controlling brightness, and it might (have yet to try) allow to me to keep it turned off until the GUI is loaded.
Now, I understand that there are probably a lot of steps involved here.
I'm also not sure if node-RED dashboard is the ideal choice here, but it should meet my needs for now. I may end up going for Tkinter, or another python GUI library. I'm open to suggestions ATM.
I acquired my RevPi only recently and my experience with Raspberry Pi and SBCs in general is a bit limited.
Any pointers would be appreciated.
Best regards
I have an HDMI touch screen connected to my RevPi.
I'm interested in having the RevPi automatically open a dashboard or GUI on startup, while meeting the following requirements:
1. The GUI should be full screen.
2. The user's interaction via touchscreen should be limited to the GUI itself, i.e. the user may not close or leave the GUI.
3. Nothing other than the GUI should appear on startup, namely the log that normally appears before asking for user credentials
Step 3 is not the most important thing, as the screen has a PWM input for controlling brightness, and it might (have yet to try) allow to me to keep it turned off until the GUI is loaded.
Now, I understand that there are probably a lot of steps involved here.
I'm also not sure if node-RED dashboard is the ideal choice here, but it should meet my needs for now. I may end up going for Tkinter, or another python GUI library. I'm open to suggestions ATM.
I acquired my RevPi only recently and my experience with Raspberry Pi and SBCs in general is a bit limited.
Any pointers would be appreciated.
Best regards