Hello,
I have my RevPi running on kiosk mode. Currently it automatically opens a node-RED dashboard on Chromium i built using Dashboard 2.0:
https://dashboard.flowfuse.com/
However, one of the elements of my dashboard, this being the chart, isn't being displayed on the HDMI touchscreen connected directly to my RevPi.
When I access the dashboard via my PC browser (Firefox), the chart is correctly displayed.
On the touchscreen, however, it appears blank.
I suspect the problem might be in the Chromium browser itself.
Is there anything I can do to fix it? Or are there any alternative browsers that have a kiosk mode which I can use?
Best regards
___________________
Update:
So I've got good news and bad news.
The good news is, I installed Firefox on the RevPi and the chart was displayed. The bad news is Firefox runs terribly slow and is unsuited.
Anyway, this makes me believe changing browsers may do the trick. I'll try some different ones to see how it goes.
[Node-RED] Chromium not displaying Flowfuse chart
-
- Posts: 6
- Joined: 19 Jun 2024, 11:01
-
- Posts: 6
- Joined: 19 Jun 2024, 11:01
Re: [Node-RED] Chromium not displaying Flowfuse chart
I installed Vivaldi and the dashboard is now fully displayed!
In order to open the dashboard in kiosk mode, I replaced the chromium-browser command in the autostart file with:
@vivaldi-stable --disable-vivaldi --kiosk http://localhost:1880/dashboard/
Cheers
In order to open the dashboard in kiosk mode, I replaced the chromium-browser command in the autostart file with:
@vivaldi-stable --disable-vivaldi --kiosk http://localhost:1880/dashboard/
Cheers
Re: [Node-RED] Chromium not displaying Flowfuse chart
Hi jfelgueiras thank you for your detailed report and the steps that led to success. This helps us all to make these topics tangible and share knowledge. Thank you very much!