• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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-EasyBack no autostart Video

Scheduled Pinned Locked Moved Solved Troubleshooting
35 Posts 4 Posters 13.0k Views 4 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.
  • S Away
    sdetweil @Stoffbeuteluwe
    last edited by May 5, 2019, 10:43 AM

    @Stoffbeuteluwe this is due to a new restriction on the browser

    do this

    edit MagicMirror/js/electron.js
    and add the line shown below

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

    save and restart MagicMirror

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 2
    • S Offline
      Stoffbeuteluwe Project Sponsor
      last edited by May 5, 2019, 12:11 PM

      Thanks i will try this later today
      Thanks 👍🏽👍🏽

      1 Reply Last reply Reply Quote 0
      • S Offline
        Stoffbeuteluwe Project Sponsor
        last edited by May 6, 2019, 2:17 PM

        Hi, I have added the line than MM does not start…

        S 1 Reply Last reply May 6, 2019, 3:09 PM Reply Quote 0
        • S Away
          sdetweil @Stoffbeuteluwe
          last edited by sdetweil May 6, 2019, 3:10 PM May 6, 2019, 3:09 PM

          @Stoffbeuteluwe show me the few lines.

          I cut pasted from mine.
          Watch. out for the quotes, sometimes paste creates the wrong ones

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          M 1 Reply Last reply May 8, 2019, 2:18 AM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @sdetweil
            last edited by Mykle1 May 8, 2019, 2:23 AM May 8, 2019, 2:18 AM

            @sdetweil

            I can confirm that this fix DOES work. I installed the newest MM 2.7.1 and the “autostart video” was indeed not working. Many thanks to you, @sdetweil, for saving the day. :thumbsup:

            Here is a screen shot of how the edit should look in case anyone would like a visual.

            0_1557282214615_Screenshot from 2019-05-07 22-20-11.png

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • M Offline
              Mykle1 Project Sponsor Module Developer
              last edited by May 8, 2019, 2:40 AM

              [card:mykle1/MMM-EasyBack]

              Update

              • The easiest way to use video and pictures as a background on your mirror.

              • Use a YouTube video as a live background with just the YouTube ID of the video.

              • Works by default with Hello-Lucy voice. https://github.com/mykle1/Hello-Lucy.

              • .jpg files, .png files, .gif files, Full Screen animated gifs (not recommended for Pi users).

              • .mp4 and .mov files (others not tested).

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 0
              • S Offline
                Stoffbeuteluwe Project Sponsor
                last edited by May 8, 2019, 3:55 AM

                Ok i will try again 😀

                1 Reply Last reply Reply Quote 0
                • S Offline
                  Stoffbeuteluwe Project Sponsor
                  last edited by May 16, 2019, 7:03 PM

                  Perfect thank you…:folded_hands:

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    Darkmx-6
                    last edited by Oct 1, 2019, 3:03 PM

                    So I’m not sure what’s going on with mine because it won’t autostart. I did all the changes suggested and below is a copy straight out of the MagicMirror/js/electron.js file.

                    I’ve restarted it many times.

                    Before I edited it it had everything there except

                    'autoplay-policy', 'no-user-gesture-required'
                    

                    was

                    "autoplay-policy", "no-user-gesture-required"
                    
                    let mainWindow;
                    
                    function createWindow() {
                        app.commandLine.appendSwitch('autoplay-policy', 'no-user-gesture-required');  //< -------- added
                            var electronOptionsDefaults = {
                                    width: 800,
                                    height: 600,
                                    x: 0,
                                    y: 0,
                                    darkTheme: true,
                                    webPreferences: {
                                            nodeIntegration: false,
                                            zoomFactor: config.zoom
                                    },
                                    backgroundColor: "#000000"
                            };
                    
                    
                    S 1 Reply Last reply Oct 1, 2019, 3:06 PM Reply Quote 0
                    • S Away
                      sdetweil @Darkmx-6
                      last edited by Oct 1, 2019, 3:06 PM

                      @Darkmx-6 can you open the developers window, using ctrl-shift-i on the keyboard, select the tab labeled console at the top of that window, and scroll up to see any info, or errors…

                      u can also filter for just messages from a single module by putting part of the module name in the filter entryfield

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 1 / 4
                      • 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