MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. droidus
    3. Topics
    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 9
    • Posts 31
    • Groups 0

    Topics

    • D

      Updating MM fails

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      0 Votes
      2 Posts
      714 Views
      S
      @droidus did u perchance checkout the develop branch before to fix a problem. best way to get out of this, rename the MagicMirror folder to MagicMirror.2 install MagicMirror using my script see https://github.com/sdetweil/MagicMirror_scripts the in the new magic mirror temporarily rename the module defaults folder to something else, so this copy command does write over anything cd ~/MagicMirror/modules mv defaults temp copy the old mm module folder content here in the mm’s module folder, including the old defaults folder cp -r -p ~/MagicMirror.2/modules/ . (dot at the end means here) delete the defaults folder that was copied rm -rf defaults restore the new defaults folder mv temp defaults then copy your old config.js and custom.css from the old MagicMirror.2 folder over to the new one
    • D

      Running MM results in error messages

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      6
      0 Votes
      6 Posts
      461 Views
      S
      @droidus this is a non-pi docker type container, trying to start graphics mode, but its not installed… this is headless my script starts installers/mm.sh so you can change the command from npm start to npm run server
    • D

      MMM-NowPlayingOnSpotify no longer working?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      21
      0 Votes
      21 Posts
      6k Views
      S
      @droidus try changing the redirect uri on spotify back to using localhost
    • D

      Live-sync mm calendar <- nextcloud calendar

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      7
      0 Votes
      7 Posts
      2k Views
      B
      What is, if you take the link given by NC adding ?export at the end and USER:PASSWORD as shown and put it into your web browser. Make sure to change USER and PASSWORD with your credentials. This should open/download the ics-file
    • D

      Monitors and Burn In?

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      3
      0 Votes
      3 Posts
      1k Views
      D
      Try MMM-MagicMover
    • D

      auto hiding the mouse

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      0 Votes
      4 Posts
      700 Views
      S
      then run unclutter unclutter &
    • D

      MM Config File not matching Dashboard

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      10
      0 Votes
      10 Posts
      880 Views
      S
      @droidus use the correct syntax… module: config:{ compliments: what u have from the documentation config: { compliments: { day_sunny: [ "Today is a sunny day", "It's a beautiful day" ], snow: [ "Snowball battle!" ], rain: [ "Don't forget your umbrella" ] } }
    • D

      MagicMirror fails to start

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      12
      0 Votes
      12 Posts
      3k Views
      S
      @droidus no idea, did u install as pi and now running as another user? did u install as root (using sudo), now running as pi? see https://askubuntu.com/questions/1238389/invalid-mit-magic-cookie-1-key-message-while-running-a-program-with-the-termin if you used my script (just copy/paste the one line from my github page) , logged on as pi, it should have done everything for you what I do use the OS imager tool, install the latest OS image (full desktop, code name buster) on the sd card boot the sd card, turn on ssh reboot the sd card logon via ssh from windows (or linux) machine copy/paste my install script line into the ssh terminal window wait…
    • D

      MagicMirror Doesn't Start

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      0 Votes
      4 Posts
      708 Views
      S
      @droidus IF it was needed, the install script would have changed package.json "start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js", to "start": "./run-start.sh $1",
    • 1 / 1