@roramirez said in Problem with ip whitelist:
In a future it should be by default.
Good idea! BTW, you all do an excellent job here and I am very grateful. Thank you. :thumbsup_tone1:
I don’t know if you solved this yet, but there is an app for that… it’s called Morning. Panic used to have an amazing app called Status Board but they have discontinued it :( . But if you’re looking for a basic one, use Morning.
@bbdv I had the same problem. Midori has problems with ES6 and the arrow functions. I just deinstalled Midori and installed chromium-browser.
You can rewrite the startMidori.sh
#!/bin/sh
unclutter &
xset -dpms # disable DPMS (Energy Star) features.
xset s off # disable screen saver
xset s noblank # don’t blank the video device
chromium-browser --no-sandbox --disable-infobars --start-maximized --noerrdialogs --kiosk --incognito http://localhost:8080
If you want you can rename startMidori.sh to startChromium.sh, but don’t forget to rename it in the startMagicMirror.sh too.
My startMagicMirror.sh looks like this:
#! /bin/bash
cd ~/MagicMirror
node serveronly &
sleep 45
sudo xinit /home/pi/startMidori.sh