A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Default Clock SunTimes icon - color change?

    Solved
    4
    1
    1 Votes
    4 Posts
    6k Views
    S
    @brgracer you are welcome… I am the moderator here, and I feel my job is to help, and teach you how to solve problems on your own as much as I can. and as I see recurring problems, try to document them, and find solutions, my install/upgrade scripts, my backup/restore scripts, my MMM-Config module that does form based MM and module config, and module install (MMM-Config allows you to disable a module, effectively same as uninstall)
  • MMM-Tado - Tado API Login no longer working (403 error) — any fix?

    Unsolved
    17
    0 Votes
    17 Posts
    2k Views
    M
    This is my solution. Just install the https://github.com/daydy16/MMM-Tado In the config file: { module: 'MMM-Tado', position: 'bottom_left', // This can be any of the regions. config: { updateInterval: 900000 // miliseconds-15minutes-96times per day < 100 } }, After you launch your Mirror with “node --run start”, you receive in the terminal this: MMM-Tado: Device authentication required. Please visit the following URL: https://login.tado.com/oauth2/device?user_code=XXXXXX You put that URL in your browser and submit the code. That’s it. Hope it helps!
  • Embed Grafana Charts - xframe issue

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    R
    @hs said in Embed Grafana Charts - xframe issue: allow_embedding=true For future me and of course anyone else looking for this, the setting is in the [Security] section of /etc/grafana/grafana.ini (Assumes Grafana is hosted on a Pi or other Linux distro)
  • mm watching disabled?

    Solved
    4
    3
    0 Votes
    4 Posts
    4k Views
    S
    @Periz another thing I didnt mention that could lead you from the pm2 status output The column Uptime tells you how long the app has been running 0 is a bad sign The column to the right of Uptime Shows the count of restarts for the app large numbers are not good
  • Reoccurring events wrong time MyCalendar

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    S
    @rnieto18 thanks for the feedback
  • Default Modul calendar error

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    S
    @chris47803 https://www.theregister.com/2025/08/21/microsoft_365_outage/
  • MMM-Spotify having trouble with authentification

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    S
    @kinggiotai did you setup the spotify.config.json from the auth callback example? [ { "USERNAME": "A_NAME_TO_IDENTIFY_YOUR_ACCOUNT", "CLIENT_ID": "PUT_YOUR_SPOTIFY_APP_CLIENT_ID", "CLIENT_SECRET": "PUT_YOUR_SPOTIFY_APP_CLIENT_SECRET", "TOKEN": "./USERNAME_token.json", "AUTH_DOMAIN": "http://YOUR_DEVICES_IP", "AUTH_PORT": "8889" } ] I had to do that just now the domain/port MUST match the callback address in the spotify app config from my app config callback http://localhost:8100/callback json file strings to match domain is http://localhost port is 8100
  • MMM-Pages

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    J
    @KristjanESPERANTO said in MMM-Pages: I can’t take a closer look at it right now, but I have an idea for a workaround: But it only works if MM restarts regularly. Some users shut MM down at night and start it up again in the morning. https://eldfall-chronicles.com/en-si/pages/dungeoncrawl Then you could set the timer for the homepage to over 24 hours, https://www.viberate.com/ this should have the desired effect that the homepage is always visible. That’s a smart workaround
  • MM won't update after config file changes

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @GRR lol, yeh does whack you. im the moderator here. as well as user. module author
  • MMM-Tronity

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    B
    perfect thanks so much
  • MMM-NewsFeedTicker

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    S
    @RonR there a bunch of config options not listed in the readme i think showMarquee:false [image: 1754787212070-img_2117.png]
  • MMM-config with modules that have sub-configs (MMM-TouchButton)

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    S
    @joey the backup approach gives you the ability to restore the modules and config/css to another system , after install, so you get a migration tool AND it provides git versioning… so if you need to go back 2 revs you can it also supports putting the backup on a (private recommended) github repo, so you can restore directly from there and don’t have any local file system failure issues… disk drives, usb sticks, etc AND it doesn’t matter WHERE you are at the time,
  • Switching the Magic Mirror display on/off

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    H
    @sdetweil Many thanks for the input. I’ll have a tinker when I find a gap and explore the commands and their respective soft switches. Just so that I’m future proof !
  • MMM-CalendarExt3 not picking up calendar set from default calendar module

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    S
    @sdetweil This works and I get the logic now… thanks a ton!!!
  • MMM-Todoist Project ID Conversion

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    mumblebajM
    @OwenLars Unfortunately I am not too familiar with the project and don’t have a TodoIst account to test this myself. Have you logged an issue on the modules Github page? Maybe the author can have a look at it?
  • MMM-WhisperGPD ERRORS

    Unsolved
    1
    0 Votes
    1 Posts
    510 Views
    A
    Hello everyone. I installed MMM-WhisperGPD but I am keep getting some errors whatever I do. I am not familiar with coding so I am trying everything I find in the web. Below are the errors: 0|mm | [2025-07-28 20:39:44.253] [ERROR] (node:183837) UnhandledPromiseRejectionWarning: Error: PvRecorder failed to initialize. 0|mm | at pvRecorderStatusToException (/home/anthonypi/MagicMirror/modules/MMM-WhisperGPT/node_modules/@picovoice/pvrecorder-node/dist/errors.js:35:20) 0|mm | at new PvRecorder (/home/anthonypi/MagicMirror/modules/MMM-WhisperGPT/node_modules/@picovoice/pvrecorder-node/dist/pv_recorder.js:45:40) 0|mm | at Class.setupAudioRecorder (/home/anthonypi/MagicMirror/modules/MMM-WhisperGPT/node_helper.js:75:22) 0|mm | at Class.socketNotificationReceived (/home/anthonypi/MagicMirror/modules/MMM-WhisperGPT/node_helper.js:44:12) 0|mm | at Socket.<anonymous> (/home/anthonypi/MagicMirror/js/node_helper.js:91:10) 0|mm | at Socket.onevent (/home/anthonypi/MagicMirror/node_modules/socket.io/dist/socket.js:462:26) 0|mm | at Socket._onpacket (/home/anthonypi/MagicMirror/node_modules/socket.io/dist/socket.js:430:22) 0|mm | at /home/anthonypi/MagicMirror/node_modules/socket.io/dist/client.js:214:24 0|mm | at process.processTicksAndRejections (node:internal/process/task_queues:85:11) 0|mm | (Use `electron --trace-warnings ...` to show where the warning was created) 0|mm | [2025-07-28 20:39:44.253] [ERROR] (node:183837) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) Any help apreciated. Thanks in advance.
  • MMM-ImagesPhotos

    Unsolved
    11
    0 Votes
    11 Posts
    1k Views
    S
    @starz22 weird i use imagesPhotos myself
  • MMM-TitanSchoolMenu

    Unsolved
    5
    0 Votes
    5 Posts
    763 Views
    L
    @chrisfr1976 Thank you! That actually pointed me in the direction of another thing I wanted to solve which was to only show the lunch menu and not the breakfast and lunch menus.
  • Outlook 365 calendar not loading after updating MMM-CalendarExt2

    Solved
    3
    0 Votes
    3 Posts
    401 Views
    O
    @KristjanESPERANTO Its working again, thanks buddy!
  • MMM-MyStanding not updating within MMM-Carousel

    Unsolved
    11
    0 Votes
    11 Posts
    1k Views
    S
    @khrusher I don’t know the effect. but given how fast you are cycling with carousel, I don’t think it should matter