A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Version 2.31.0 (April 1, 2025) upgrade reminder

    Pinned Locked
    1
    0 Votes
    1 Posts
    544 Views
    S
    if you installed one of the calendar patches or used the develop branch and intend to upgrade MANUALLY, YOU have to get back to the master branch ahead of time check the current branch cd ~/MagicMirror git branch output example * _fix_clipping develop master and if the highlighted (*) name is NOT master then rm package-lock.json rm package.json git checkout master use git branch to verify master is selected before continuing then do the commands as listed in the documentation if you are using my upgrade script, it will handle all this for you.
  • 0 Votes
    1 Posts
    393 Views
    S
    this release requires a new version of nodejs, which is NOT available on the armv6l processor systems, raspberry pi 0w the install and upgrade scripts will abort manual install last step will fail nodejs test, but new code will be downloaded to reverse the code download do git checkout -b oldbranch tags/v2.30 # npm install not required if on this prior branch hardware upgrade required!!!
  • 0 Votes
    43 Posts
    7k Views
    S
    @butchkemper modules can go anything they want what is used internally can be anything required I looked at the doc for the default weather module before posting above. as there are two instances, one works the other doesn’t. apikey is the issue
  • Version 2.30.0 Calendar fix for clipping broadcast events

    Pinned Solved
    67
    1 Votes
    67 Posts
    16k Views
    S
    version 2.31.0 includes this fix
  • Version 2.30.0 requires updated nodejs, warning for pi0w installations

    Pinned until 10/1/25, 4:02 PM
    24
    1 Votes
    24 Posts
    8k Views
    S
    @rushmuzik wow…
  • Calendar Module lost calendars MM version 2.26

    Pinned Locked
    1
    0 Votes
    1 Posts
    951 Views
    S
    a user reported resolution see https://forum.magicmirror.builders/post/114735
  • Microsort online calendar fails with Magic Mirror

    Pinned Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    S
    see for workaround https://github.com/MichMich/MagicMirror/issues/3014
  • 0 Votes
    1 Posts
    787 Views
    S
    MagicMirror install on pi0w broken with legacy OS… chromium startup yields illegal instruction uninstall/reinstall doesn’t fix… I think it installed the armv7l version incorrectly.
  • module not found error loading module in MagicMirror

    Pinned Solved
    41
    4 Votes
    41 Posts
    31k Views
    S
    @captsi there is no ‘no work’ solution. built in fetch replaces request I don’t know on the others.
  • 2.14 electron not working/supported on raspian Jessie

    Pinned Locked
    1
    0 Votes
    1 Posts
    1k Views
    S
    we have seen and verified that electron 8.5 and above are not working on raspian Jessie but Jessie is pretty old… u will see an error on npm start (after a version upgrade) /home/pi/MagicMirror__RL1/node_modules/electron/dist/electron: /lib/arm-linux-gnueabihf/libdbus-1.so.3: no version information available (required by /home/pi/MagicMirror__RL1/node_modules/electron/dist/electron) strongly recommended to rebuild a new sd card with raspian Buster
  • testing new fixes, or solving current problems with next release code

    Pinned
    1
    3 Votes
    1 Posts
    2k Views
    S
    fixes are published in the next release via the develop branch to get there if you did manual install cd ~/MagicMirror git checkout develop git pull npm install restart MagicMirror as normal if you used my install script cd ~/MagicMirror git fetch origin develop:develop git checkout develop npm install if u are already ON the develop branch, and want to update to the latest, git pull npm install restart MagicMirror as normal
  • forum channel in discord is dead

    Pinned
    3
    0 Votes
    3 Posts
    982 Views
    karsten13K
    @sdetweil thanks
  • Installing on a Pi Zero

    Pinned
    175
    10 Votes
    175 Posts
    200k Views
    S
    see this https://forum.magicmirror.builders/topic/15974/raspi-legacy-chromium-browser-broken-on-pi0w-armv6l-unable-to-install-magicmirror
  • How to post code on the forum - For absolute beginners

    Pinned
    26
    3
    14 Votes
    26 Posts
    18k Views
    Mykle1M
    @sdetweil I never use the button. Learned backticks early on. Was so happy about it that I wrote the tutorial Jun 28, 2017, 7:40 PM
  • How to Troubleshoot

    Pinned
    10
    2 Votes
    10 Posts
    37k Views
    E
    While trying to debug modules, I’ve been given quite mixed feedback regarding what to use to print messages to console, on either local system or in remote browser DevTools. So far, I have found the only reliable way that always seem to print something in the browser, is using console.error(). The others have varied. I’m on MM v2.2.2 (master).
  • Error in the calendar module check logs for more details

    Unsolved
    3
    0 Votes
    3 Posts
    20 Views
    S
    @nowayto [image: 1750771014242-img_1619.png]
  • Electron Browser Crashing?

    Unsolved
    3
    1 Votes
    3 Posts
    33 Views
    D
    @sdetweil Thanks. I’ll see if that turns anything up.
  • https://github.com/njwilliams/MMM-PlaceInfo not loading

    Unsolved
    6
    0 Votes
    6 Posts
    517 Views
    Z
    @sdetweil Thanks very much for the heads up. I remember now when one of my displays crashed due to the 2.5 that had to be changed to 3.0. Thanks for the quick response
  • MMM-Wallpaper notification and MMM-ModuleScheduler

    Solved
    5
    0 Votes
    5 Posts
    103 Views
    S
    Thanks Sam. I had it as schedules but it has to be notification_schedule. This works now.
  • need help installing MMPM - losing my mind

    Unsolved
    10
    0 Votes
    10 Posts
    362 Views
    S
    @lmhmm thanks for the feedback. I see the delay in loading the list on installer. don’t have solution yet, the list of modules is quite long (over 1200)
OSZAR »