MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Darkmx-6
    3. Posts
    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: 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

      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"
              };
      
      
      posted in Troubleshooting
      D
      Darkmx-6
    • 1 / 1