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
    3k 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
    19k 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
    31k 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
    1k 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
    42k 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
    244k 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
    24k 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
    45k 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).
  • Failed to Connect to Wayland Display

    Unsolved
    6
    0 Votes
    6 Posts
    18 Views
    S
    @atwist interesting can you do this cd ~/MagicMirror npm start
  • Docker Watchtower container restarting and mm container errors after upgrade

    Unsolved
    7
    0 Votes
    7 Posts
    50 Views
    karsten13K
    @scottwalsh said in Docker Watchtower container restarting and mm container errors after upgrade: Did you have any thoughts on these errors that appear in the mm container? Seems to be running fine. they are only noise, you can ignore them. I thought I sorted out the dbus errors but they are back again, will update my setup so they disappear in the future.
  • v2.33.0 Calendar module excludedEvents "until" stopped working

    Unsolved
    1
    0 Votes
    1 Posts
    32 Views
    J
    Hello together I have noticed that the excludedEvents function with the “until” parameter no longer works. The last time I used the function was version 18.3.24, when everything worked. While searching for the error, I came across this article https://forum.magicmirror.builders/topic/19767/2.32.0-calendar-module-limitdays-and-excludedevents-stopped-working?page=1 or this issue https://github.com/MagicMirrorOrg/MagicMirror/issues/3841. How was the error found (Reproducible) I want to hide a recurring event until X days before it starts. In the test case, the event is called “DailyTask”. This repeats every 2 days. I use the configuration excludedEvents: [{filterBy: 'DailyTask', until: '2 days'}] The appointments are displayed unchanged on the MM. I then only used the excludedEvents: [{filterBy: 'DailyTask''}] command. Now no events with the name “DailyTask” are displayed. Which leads me to conclude that the “until” parameter no longer works. it does not matter whether days, weeks or months are used Current Config for Calendar: { module: "calendar", header: "Kalender", position: "bottom_left", config: { excludedEvents: [{filterBy: 'DailyTask', until: '2 days'}], fade: true, fadePoint: 0.75, // Possible values: 0 (top of the list) - 1 (bottom of list) tableClass: "medium", // Possible values: xsmall, small, medium, large, xlarge. Default value: small. maximumEntries: 18, // default 10 showLocation: true, maxTitleLength: 40, // values 10-50 maxLocationTitleLength: 20, // values 10-50 // hidePrivate: false, coloredText: true, coloredSymbol: true, coloredBackground: true, calendars: [ { // Test-Kalender fetchInterval: 300000, // 5 min * 12 = 1h symbol: "calendar-plus", color: "#FFFFFF", // Dunkleres Grün #1ea30f etwas helleres Grün #43ff64d9 symbolClassName: "fa-regular fa-", bgColor: "rgba(0, 0, 0, 0.02)", name: "Test-Kalender", url: "https://calendar.google.com/calendar/ical/******************.ics" } ] } MM was reinstalled a few days ago. A Raspberry Pi 3B+ is used Operating System: Debian GNU/Linux13 (trixie) Kernel: Linux 6.12.47+rpt-rpi-v8 Architecture: arm64 MM version: v2.33.0 i use pm2 All modules with the exception of the calendar module were deactivated for the test. my solution I think I have found the problem in the calendarfetcherutils.js file. I have the following line 163: let { excluded, eventFilterUntil } = this.shouldEventBeExcluded(config, title); replaced with this code: let { excluded, until: eventFilterUntil } = this.shouldEventBeExcluded(config, title); Subsequent tests were positive for me, but I cannot judge whether the customisation has any further effects. Unfortunately I’m not a programmer, just a “nerd” =) can someone verify this and possibly open a bug? Best regards Jacky
  • MMM- Carousel

    Solved
    5
    0 Votes
    5 Posts
    107 Views
    KristjanESPERANTOK
    @Mati_93 This sort of thing happens to others from time to time as well. It would be really interesting to know how you came across the old version 🕵️. We have the module list, which refers to the fork from shabatm since a while. Did you come across the old version in the forum?
  • MMM-Traffic stuck on loading

    Unsolved
    9
    1
    0 Votes
    9 Posts
    81 Views
    S
    @Keithj edit MMM-Traffic.js change these lines (79/80) self.errorMessage = payload.error.message; self.errorDescription = payload.error.description; to self.errorMessage = e.message; self.errorDescription = e.description; and restart MM let me know…
  • Script seems to be failing

    Unsolved
    9
    0 Votes
    9 Posts
    147 Views
    S
    @karsten13 interesting