MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Do not disturb
    • Profile
    • Following 0
    • Followers 108
    • Topics 90
    • Posts 20,796
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: mmm-googleshoppinglist

      @ines never use sudo

      posted in Requests
      S
      sdetweil
    • RE: First module I'm developing, HTML won't render

      Also don’t need the path for the CSS file. It will be searched first in the module folder

      posted in Development
      S
      sdetweil
    • RE: Youtube autoplay

      @ines in the update MM uses an upgraded version of the browser that implements a new restriction, user must interact with screen before play is allowed…

      fix is to edit the MagicMirror/js/electron.js file and insert the line marked below (approx line 20)

      // Keep a global reference of the window object, if you don't, the window will
      // be closed automatically when the JavaScript object is garbage collected.
      let mainWindow;
      
      function createWindow() {
          app.commandLine.appendSwitch('autoplay-policy', 'no-user-gesture-required');  //< -------- added
      	var electronOptionsDefaults = {
      

      then close and restart mm

      i see there is a proposed fix in the next update (July)

      posted in Requests
      S
      sdetweil
    • RE: Monitor to sleep with RPI camera?

      @bhepler and I have a module MMM-SleepWake that uses Motion to enable motion detection and different styles of sleep.

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Hotword modules problem

      @yuyuyu from the modules/MMM-Hotword folder do

      npm install
      

      There are other steps listed in the module README file if there are install troubles

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-MyCommute

      @charp07 sorry, I get that command backwards

      npm config:check
      
      posted in Transport
      S
      sdetweil
    • RE: MMM-MyCommute

      in the MagicMirror folder do

      npm check:config
      

      fix 1st error, repeat
      I think it is the comma after the only destination

      				color: '#82E5AA'
        },   //< ---
      

      loading …

      is the default message many modules put up while getting their data
      but it failed to get the data

      so, this means there was an internal error in the module code
      open the developers window
      (either npm start dev, or use ctrl-shift-i when mirror is running)
      select the console tab, and scroll up to locate any errors, usually red text

      posted in Transport
      S
      sdetweil
    • RE: Issues with config file

      @smalluk opps. sorry there is no space between those two

      npm config:check
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: At my Wits end! Overscan/Underscan. Nothing changes

      @JonoGee ok… don’t have a solution myself, just trying to help others get clear idea of problem… I searched and all the things I saw are the same as what you have done

      posted in Troubleshooting
      S
      sdetweil
    • RE: At my Wits end! Overscan/Underscan. Nothing changes

      is this the pi desktop that is too big, or the MagicMirror UI ?

      posted in Troubleshooting
      S
      sdetweil
    • 1
    • 2
    • 1950
    • 1951
    • 1952
    • 1953
    • 1954
    • 2079
    • 2080
    • 1952 / 2080