Go to advanced search

by dutch.mafia
Thu Aug 20, 2020 2:12 pm
Forum: General discussion
Topic: RPi 3B+ Kiosk - Random Crash/Freeze
Replies: 0
Views: 26

RPi 3B+ Kiosk - Random Crash/Freeze

I have a 3B+ running a headless kiosk (technically not Kiosk due to a refresh problem stated below). The Pi is displaying 4 Power BI reports, which was set up via the pimylifeup tutorial. This Pi is connected via HDMI to a TV. To refresh the Power BI reports, I have installed a Chromium plugin that ...
by dutch.mafia
Thu Jul 30, 2020 6:25 pm
Forum: General discussion
Topic: digital signage board
Replies: 5
Views: 267

Re: digital signage board

I just followed this tutorial yesterday to create a kiosk at work that displays on a 50" TV. https://pimylifeup.com/raspberry-pi-kiosk/ Watch the video to understand the steps. It looks overwhelming at first, but watching the video really breaks it down. The URL's we are using are PowerBI report pag...
by dutch.mafia
Thu Jul 30, 2020 2:52 pm
Forum: General discussion
Topic: Enable Chromium Plugin at Kiosk Launch
Replies: 1
Views: 85

Re: Enable Chromium Plugin at Kiosk Launch

For reference, I utilized this How To: https://pimylifeup.com/raspberry-pi-kiosk/ I am using the following script to toggle between the 3 URL's being displayed on the kiosk. while true; do xdotool keydown ctrl+Tab; xdotool keyup ctrl+Tab; sleep 30 done Can I have two different sleep commands within ...
by dutch.mafia
Thu Jul 30, 2020 2:19 pm
Forum: General discussion
Topic: Enable Chromium Plugin at Kiosk Launch
Replies: 1
Views: 85

Enable Chromium Plugin at Kiosk Launch

Is it possible to enable a Chromium plugin when the Pi is turned on and kiosk mode is enabled? I am displaying 3 different Power BI Report webpages in kiosk mode, have altered the end of the URL to "?chromeless=true" to bring the page into full screen, and am using xdotool to Ctrl+Tab every 30 secon...

Go to advanced search