MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-EasyPix problem... missing a step?

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    16 Posts 6 Posters 7.5k Views 5 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • StoffbeuteluweS Offline
      Stoffbeuteluwe Project Sponsor
      last edited by

      Hi, I have a problem with the easy pix module
      can anybody help me get the (mp4 video file) Start automatically.
      The video is working but not starting please help …Thank you

      Mykle1M S 2 Replies Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @Stoffbeuteluwe
        last edited by

        @Stoffbeuteluwe

        There are no mp4 files in use by MMM-EasyPix. Are you talking about the animated face (face.gif)?

        Create a working config
        How to add modules

        StoffbeuteluweS 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @Stoffbeuteluwe
          last edited by sdetweil

          @Stoffbeuteluwe autoplay is a new restriction in the browsers… you have to click on something… dumb for a mirror with no mouse!!

          fix

          edit the smart-mirror/main.js
          find the line

          let mainWindow
          

          and change it so it looks like this

          let mainWindow;
          
          function createWindow() {
              app.commandLine.appendSwitch('autoplay-policy', 'no-user-gesture-required');  //< -------- added
          

          then save and restart MM

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • StoffbeuteluweS Offline
            Stoffbeuteluwe Project Sponsor @Mykle1
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • StoffbeuteluweS Offline
              Stoffbeuteluwe Project Sponsor
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 2 / 2
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy