Raspberry Pi 4 using BalenaDash
Its only showing the balena logo, not the WPE_URL
Also if you try to change it via Tohora, it will still show the balena logo.
I am not getting any error messages.
Hi @rquant – can you let us know if you set the environment variables mentioned in the configuration section for the project? They’re detailed at https://github.com/balenalabs/balena-wpe#configuration. If you have set these variables already, can you let us know what you set them to, and how much RAM your Raspberry Pi 4 has?
Yes, everything set it also shows in console.
RPI 4 with 4 GB RAM.
I have read another thread here just now.
" Regarding running the project on the Pi 4, currently the issue is that the balena-wpe project can’t run on Pi4 because the graphics drivers changed and the project needs to be recompiled against the new ones. Unfortunately this is not a simple task, we do plan on tackling this though we don’t have a set date for it yet. You can track the progress on this GitHub issue."
and tried to use this Bitbucket in the Dockerfile FROM danielboe/balena-wpe in wpe, but does not work.
Since you are using a RPi 4, you won’t be running WPE, you’ll be running Chromium. If you look at the balenaDash repository, you’ll notice that there are three docker files in the Kiosk service (this is the one that runs the browser), and one is specifically for the RPi 4: https://github.com/balenalabs/balena-dash/tree/master/kiosk
This dockerfile is using Chromium instead of WPE, to allow balenaDash to use the extra horsepower of the RPi 4 and support more sites.
Therefore, the WPE_URL will not be working, because your device isn’t running WPE. Instead set a device environment variable LAUNCH_URL to the site you wish to view on your Dash.
Or, if it helps, you click this link and deploy the code straight to your account with all the environment variables pre-set for you (click Advanced and you’ll see what will be set).