A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-WhisperGPD ERRORS

    Unsolved
    1
    0 Votes
    1 Posts
    461 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
    899 Views
    S
    @starz22 weird i use imagesPhotos myself
  • MMM-TitanSchoolMenu

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

    Unsolved
    11
    0 Votes
    11 Posts
    646 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
    1
    0 Votes
    7 Posts
    294 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
    883 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
    27
    0 Votes
    27 Posts
    2k Views
    charlesfC
    @sdetweil yes, and that is how I started, but it didn’t work.
  • Can't get MMM-Carousel to work with MMM-BackgroundSlideshow

    Solved
    3
    0 Votes
    3 Posts
    195 Views
    J
    @KristjanESPERANTO said in Can't get MMM-Carousel to work with MMM-BackgroundSlideshow: position: “bottom_right” Thanks for your reply, trying that now.
  • MMM-Pinfo Help

    Solved
    5
    2
    0 Votes
    5 Posts
    272 Views
    plainbrokeP
    @rkorell @sdetweil Never mind I am stupid. I figured out that I had removed several sections of the config file that was in his readme. Then went and re numbered the lines. Which really upset the apple cart. I did have to change the parts you said @rkorell. But the rest was my doing. Compare the first Config i posted and this one and you will see what I did. { module: "MMM-Pinfo", position: "middle_center", config: { debug: false, refresh: 5000, itemAlign: "left", labelAlign: "left", valueAlign: "right", labelSize: 400, containerSize: 500, DEVICE: { labelModel: "Model", displayModel: true, orderModel: 1, labelSerial: "Serial", displaySerial: true, orderSerial: 2 }, OS: { labelOs: "OS", displayOs: true, orderOs: 3 }, NETWORK: { labelType: "NET Type", displayType: true, orderType: 4, labelIPv4: "IPv4", displayIPv4: true, orderIPv4: 5, labelIPv6: "IPv6", I deleted these 2 lines and then changed orderMac: 6 and so on down the List.. DISPLAYIPV6: FALSE, ORDERIPV6: 6, labelMac: "MAC", displayMac: true, orderMac: 7 }, RAM: { labelRam: "RAM", displayRam: true, orderRam: 8 }, STORAGE: { labelStorage: "Storage", displayStorage: true, orderStorage: 9, }, CPU: { labelType: "CPU Type", displayType: true, orderType: 10, labelUsage: "CPU Usage", displayUsage: true, orderUsage: 11, labelTemp: "CPU Temp", displayTemp: true, orderTemp: 12 }, UPTIME: { labelUptime: "Uptime", displayUptime: true, orderUptime: 13 }, WARNING: { enable: true, interval: 1000 * 60 * 5, check: { CPU_TEMP: 65, CPU_USAGE: 75, RAM_USED: 80, STORAGE_USED: 80 } }, } },
  • MMM-Universal-Pir and cec-client

    Unsolved
    5
    0 Votes
    5 Posts
    286 Views
    karsten13K
    @MM_Noob @MM_Noob said in MMM-Universal-Pir and cec-client: OK - post the update to include the cec-utils in the build I can confirm it now works… don’t understand, are you talking about this? @MM_Noob said in MMM-Universal-Pir and cec-client: I guess this update will be rolled into the latest release at some point ? which update, which release?
  • AfterUpdate to v2.3.2 Small Problem

    Solved
    9
    1
    0 Votes
    9 Posts
    358 Views
    plainbrokeP
    @sdetweil Thank you Sam, That fixed my issue, and let me use the default clock files… Cool thing is with the old setting in the Custom.css file I can change the colon : color between the numbers a different color. Fun Fun Fun.
  • MMM-PlaceInfo

    Solved
    4
    0 Votes
    4 Posts
    196 Views
    F
    @sdetweil Sorry for the delay. Yes I did. Thank you.
  • Issue with Outlook recurring events

    Solved
    15
    1
    0 Votes
    15 Posts
    2k Views
    S
    @WallysWellies there is a rewrite of the calendar event handler coming in tomorrow’s release . please check there
  • MMM-GooglePhotos Error code 403

    Unsolved
    2
    0 Votes
    2 Posts
    227 Views
    S
    @Sampleswow see here https://forum.magicmirror.builders/post/126804
  • MMM-Fuel

    Unsolved
    8
    0 Votes
    8 Posts
    508 Views
    R
    @MyMirror actually no this is been pretty reliable up until now I opened up a ticket so we will see what happens
  • MMM-CalendarEXT3 and Default Calendar Display

    Solved
    7
    0 Votes
    7 Posts
    472 Views
    S
    @jesseyz when you get that snazzier pi/sbc, you can use my backup/restore to move MM config and modules between devices… (and os’s…) https://github.com/sdetweil/MagicMirror-backup-restore
  • MMM-Wallpaper - wrong path

    Solved
    4
    0 Votes
    4 Posts
    385 Views
    S
    Thanks for the replies. I did make a spelling error in config.js;, MMM-WallPaper where it should have been MMM-Wallpaper. Thanks.
  • MMM-Pinfo problem on Rpi5

    Solved
    5
    0 Votes
    5 Posts
    641 Views
    R
    @sdetweil thanks. Regards, Ralf
  • MMM-TFL-ARRIVALS

    Unsolved
    1
    0 Votes
    1 Posts
    132 Views
    N
    Does anybody else experience the data displayed by this module freezing after about 2 days running time? Norm