Read the statement by Michael Teeuw here.
MMM-EasyBack no autostart Video
-
@Darkmx-6 all three keys together, ctrl-shift and the letter i (as in Initial)
-
yep, like if I’m hitting ctrl + alt + delete correct?
instead it’s ctrl shift i
-
@Darkmx-6 correct
-
Yeah I can’t get it to come up.
I’m not sure what else I can do.
-
@Darkmx-6 if u can change the startup, npm start dev opens the developers window
-
I am trying a clean install now
-
is this the start file you are talking about?
pi@raspberrypi:~ $ ls chromium_start.sh mmstart.sh package-lock.json MagicMirror node-v10.16.0-linux-armv6l pi@raspberrypi:~ $pi@raspberrypi:~ $ sudo nano mmstart.sh GNU nano 3.2 mmstart.sh #!/bin/bash cd ~/MagicMirror node serveronly & sleep 30 xinit /home/pi/chromium_start.sh npm start devIs that where it goes?
Man doing this project makes me feel so dumb I need to learn more, any suggestions?
-
Oh an just to update with the clean install I had the same issue.
-
I am also now using a Raspberry Pi 3 B+
-
Well I ended up going to a static picture because I can’t think of what else to do.
-
@Darkmx-6 i don’t know where mmstart.sh came from… it is not part of the base MagicMirror solution.
the MagicMirror start script is ~/MagicMirror/installers/mm.sh
it does not run serveronly… it assumes you are running the mirror user experience ON the same machine.
i don’t know if EasyBack works on the remote client of serveronly… THAT browser would have to enable autoplay… our fix was for the electron browser running ON the same machine
edit:
ok, i see what you are doing… using chromium for the browser for some reason…so u have to disable the autoplay blocker there , from
https://developers.google.com/web/updates/2017/09/autoplay-policy-changesYou can decide to disable entirely the autoplay policy by setting the Chrome flag "Autoplay Policy" to "No user gesture is required" at chrome://flags/#autoplay-policy. This allows you to test your website as if user were strongly engaged with your site and playback autoplay would be always allowed. -
Ah I see! It works THANK YOU!
Must be because of the pre-made image I installed MagicMirror with.Here is the link:
http://emmanuelcontreras.com/how-to/how-to-create-a-magic-mirror-2-with-pi-zero-w/
Here is the fix:
I edited the file chromium_start.sh found here:
pi@raspberrypi:~ $ ls chromium_start.sh MagicMirror mmstart.sh node-v10.16.0-linux-armv6l package-lock.jsonand added
--autoplay-policy=no-user-gesture-requiredExample:
GNU nano 3.2 chromium_start.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 matchbox-window-manager & #midori -e Fullscreen -a http://localhost:8080 chromium-browser --autoplay-policy=no-user-gesture-required --incognito --kiosk http://localhost:8080/ -
@Darkmx-6 cool!.. great feedback, thanks we missed that this was a pi0, and that you were running split mode…
-
@sdetweil said in MMM-EasyBack no autostart Video:
is was a pi0, and that you were running split mode…
what is split mode? If I am I didn’t mean to, I have it directly connected to a TV that I am using as a Bulletin board.
-
@Darkmx-6 there are two ways to run Magic Mirror
all in one(all in one application) , uses electron, npm start.
we’ve solved the pi 0 problem… my installer handles itsplit mode (two applications)
start serverOnly
then view with some other browser (chrome, firefox, ie, …) either locally or from another machine/phone… -
@Darkmx-6 said in MMM-EasyBack no autostart Video:
Here is the fix:
I added your fix for Chromium to the readme. Many thanks, Mate. :thumbsup:
https://github.com/mykle1/MMM-EasyBack/blob/master/README.md
-
And Sam, my thanks, again. :-)
-
No, I thank you! I took a bit, but I’m happy with this!
-
In the readme you should really give the thanks to sdetweil , he’s the one who basically gave me the answer.
-
@Darkmx-6 said in MMM-EasyBack no autostart Video:
In the readme you should really give the thanks to @sdetweil
Ahh, him again? :-)
Done!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login