Hello,
I am trying to get balenaDash to display a simple webpage and for some reason only the balenaOS logo is showing up. I have followed the steps outlined in the blog post “https://www.balena.io/blog/make-a-web-frame-with-raspberry-pi-in-30-minutes/” However adding internal or external websites nothing appears. From the device nslookup resolves each sites I have tried.
I am running a Pi4 with balenaOS 2.53.12+rev1. All services are running and in logs I see kiosk running ‘cog https://goolge.com’
I set the gpu mem to 396
I set a device environment variable, WPE_URL, to a link … I tried several
I reflashed multiple cards and tried two different device.
When I run a device health check I am getting an error “Some networking issues detected:
test_balena_registry: Could not communicate with for authentication”
I am sure I am missing something simple but not sure what. Any help would be greatly appreciated.
Ah - I just read the “cog” part. Is your application a RaspberryPi3 app, or RaspberryPi4? It needs to be the latter, and then the LAUNCH_URL will work.
Ah, somehow you have created a Pi3 application! See here:
I just build the Pi4 app, and it builds Chromium as expected. I think what you need to do is delete this application, push the deploy button again, set it like this:
Phil, thank you so much for taking time to look into and my apologizes for missing this. After making the application to Pi4 it’s working now and all is good. Again thank you.