A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Embed Grafana Charts - xframe issue

    Solved
    3
    0 Votes
    3 Posts
    3k 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
    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
    3k Views
    S
    @rnieto18 thanks for the feedback
  • Default Modul calendar error

    Solved
    8
    0 Votes
    8 Posts
    4k 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
    2k 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
  • MM won't update after config file changes

    Solved
    8
    0 Votes
    8 Posts
    3k 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
    3k Views
    B
    perfect thanks so much
  • MMM-NewsFeedTicker

    Unsolved
    4
    0 Votes
    4 Posts
    4k 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
    4k 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
    5k 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
    2k 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
    2k 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
    738 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
    2k Views
    S
    @starz22 weird i use imagesPhotos myself
  • MMM-TitanSchoolMenu

    Unsolved
    5
    0 Votes
    5 Posts
    1k 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
    1k Views
    O
    @KristjanESPERANTO Its working again, thanks buddy!
  • MMM-MyStanding not updating within MMM-Carousel

    Unsolved
    11
    0 Votes
    11 Posts
    4k 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
  • not updating

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    mumblebajM
    @Eagleyes27 I recently updated the NOAA3 module. You can use my fork which you can find here: NOAA3.
  • MMM-AccuWeatherForecastDeluxe Fahrenheit instead of Celsius

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    H
    @svenpisa I created this module based on the OpenWeatherForecastDeluxe project but the backend AccuWeather API is obviously different than the OpenWeather API. It only supports forecasts for a couple different time periods. It could be updated to filter those however, the big issue at the moment is the upcoming deprecation of the free limited license for the API. There will soon be only a 14-day trial and paid licenses which $25 a month appears to be the cheapest which is a no-go. [image: 1753131120160-63590778-ec41-40f5-b2f4-7a3c53ac1189-image.png]
  • MMM-EnvCanada stopped working ...

    Unsolved
    26
    0 Votes
    26 Posts
    8k Views
    charlesfC
    @sdetweil yes, and that is how I started, but it didn’t work.