MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Darkmx-6
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 22
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-EasyBack no autostart Video

      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.json
      

      and added

      --autoplay-policy=no-user-gesture-required
      

      Example:

        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/
      
      posted in Troubleshooting
      D
      Darkmx-6
    • RE: Introduce yourself!

      Hello everyone,

      I work at a school and thought this Raspberry Pi project would be perfect for a bulletin board.

      It is definitely more involved than I thought it would be. But its been a great learning experience.

      Still working out the bugs though. Hopefully have it bug free soon!

      posted in General Discussion
      D
      Darkmx-6
    • RE: MMM-EasyBack no autostart Video

      No, I thank you! I took a bit, but I’m happy with this!

      posted in Troubleshooting
      D
      Darkmx-6
    • RE: MMM-EasyBack no autostart Video

      @Mykle1

      In the readme you should really give the thanks to sdetweil , he’s the one who basically gave me the answer.

      posted in Troubleshooting
      D
      Darkmx-6
    • 1 / 1