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
    4k 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
    4k 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
    52 Posts
    20k Views
    AssassinsA
    @sdetweil said in Version 2.30.0 weather module, stuck loading, worked fine before upgrade: @Assassins seems it doesn’t work anymore… using my old 2.5 key I get code failure with openweathermap Strange, works on my sd card with MM2.29.0 and also works on MMM-DynamicWeather and on MMM-WeatherOrNot with MM2.33.0. Don’t know why openweathermap doesn’t work with MM2.33.0. Besides that, it may have something to do with the code in MM2.33.0 that has been rewritten.
  • Version 2.30.0 Calendar fix for clipping broadcast events

    Pinned Solved
    67
    1 Votes
    67 Posts
    32k Views
    S
    version 2.31.0 includes this fix
  • Calendar Module lost calendars MM version 2.26

    Pinned Locked
    1
    0 Votes
    1 Posts
    4k 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
    2k Views
    S
    see for workaround https://github.com/MichMich/MagicMirror/issues/3014
  • 0 Votes
    1 Posts
    4k 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
    43k 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
    5k 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
    4k Views
    karsten13K
    @sdetweil thanks
  • Installing on a Pi Zero

    Pinned
    175
    10 Votes
    175 Posts
    250k 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
    25k 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
    12
    2 Votes
    12 Posts
    45k Views
    S
    @BiaGen the latest 2 releases run config check as part of startup, and fail if there is an error like that I always recommend using manual start whenever changing config, for this very purpose Stop pm2 mgmt if managing the app Then cd ~/MagicMirror npm start If any problems they are right there Once good, ctrl-q MagicMirror And then use pm2 to launch
  • Duplicate Results Displayed With 2 Instances of MMM-pihole-stats in Config File

    Unsolved
    7
    0 Votes
    7 Posts
    48 Views
    S
    the getScripts() function would be used to load JS libs you would manually put a script tag in the head section of the index.html to be able to call. the getTemplates() is to provide the names of the template (njk) files that will render the html for the module content… the getTemplateData() function returns the data object the template file will access getDom() returns the complete Dom object of the content to be published for this module at this time. you can do some tricks to reduce content flash by not replacing everything. save the wrapper value and update not replace content inside it.
  • Calendar module to show day name for all day entries

    Unsolved
    4
    0 Votes
    4 Posts
    54 Views
    R
    Tried various combinations of… timeFormat: "relative", //"absolute", dateFormat: "ddd Do MMMM", //"LLLL", …but still only timed items show a day name, not whole day items. LLLL or llll is the only mention in the moments doc of named week day.
  • PM2 restart question (more of a linux question than MM)

    Unsolved
    4
    0 Votes
    4 Posts
    68 Views
    W
    @sdetweil Got it! In the user crontab: 30 2 * * * /usr/local/bin/node /usr/local/bin/pm2 restart mm Restarts the mirror every day at 2:30 am local time. As always, thanks for your quick response! Bill
  • MMM-SoccerLiveScore not updating

    Unsolved
    1
    0 Votes
    1 Posts
    55 Views
    1
    anyone facing issue with the api not updating? in my mirror it is showing next api update is on 21 march 2026. current image showing epl data stats from late jan, meaning the recent matches data is not shown. like the games for yesterday is invisible as well.
  • Unable to change pages using MMM-page-indicator

    Solved
    9
    0 Votes
    9 Posts
    136 Views
    S
    @British_Kiwi I do not know how without sending a notification
  • Calendar CustomEvents

    Unsolved
    5
    0 Votes
    5 Posts
    107 Views
    S
    @daportelli said: (?i)Spotify\s*$ this didn’t work for my tests, find any title with the word Spotify in it, and change it to only Music this works (I use https://regex101.com/ to test my regex’s) search: '^.*\b(Spotify)\b.*$', replace:'Music' on the other… do you know that the space looking thing between is actually presented as a space? open the developers window, ctrl-shift-i, go to the sources tab, navigate the left pane to the modules/default/calendar, select calendar.js put a stop on the line in the listed in this image (click the line number), press ctrl-r to refresh the page, code will stop there, move the mouse over the word calendarData it will popup the box, mouse up to click the list, and it will expand, scroll to find the event, and click to expand it to look at the text… [image: 1772460778492-snip20260302_3.png]