A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    3 Posts
    18 Views
    @Toronaga also, if using pm2 to launch MagicMirror, then use the pm2 command to stop MagicMirror by convention linux commands are to provide help with the --help parameter pm2 --help The pm2 status pm2 stop x x is name or number on the row of the app you want to control In the pm2 status output
  • MMM.remote connect issue

    Unsolved Troubleshooting about 19 hours ago
    0 Votes
    3 Posts
    24 Views
    @atl944 and the secure/whitelist Make sure it works first before adding security
  • MMM-BackgroundSlideshow shows blurry images

    Unsolved Troubleshooting a day ago
    0 Votes
    1 Posts
    22 Views
    Hello When using images in MMM-BackgroundSlideshow the become blurry/pixelated. My library contains only 4K images with no compression Has it something to do with the gradient-, Horizontalgradient-, radialGradient- and GradientDirection settings? Any help will be appreciated
  • PIR sensor repositories are outdated

    Unsolved Troubleshooting 3 days ago
    0 Votes
    3 Posts
    66 Views
    @sdetweil thanks, ill try it out :)
  • Magic Mirror with Pi4 OS not working with Pi5

    Unsolved Troubleshooting 3 days ago
    0 Votes
    12 Posts
    114 Views
    @TomOMaley it’s the same keystroke as Windows
  • message Remote Control

    Unsolved Troubleshooting 3 days ago
    1
    0 Votes
    11 Posts
    108 Views
    @pat59 said in message Remote Control: in the message it tells me https://github.com Username sorry, I don’t understand that text as I said, you have to disable the updateNotification module { module: "updatenotification", disabled: true, } OR you have to list the modules to ignore { module:"updatenotification", position: whatever it is, config: { ignoreModules:["MMM-Remote-Control"] } } these messages in the pm2 log [2025-03-14 20:51:34.981] [INFO] Checking git for module: MMM-MealieMenu [2025-03-14 20:51:35.028] [INFO] Checking git for module: MMM-pages [2025-03-14 20:51:35.070] [INFO] Checking git for module: MMM-CurlToNotification are from the updateNotification module checking each module not ignored
  • MMM-GoogleAssistant and domotics?

    Unsolved Troubleshooting 4 days ago
    0 Votes
    1 Posts
    43 Views
    I am using the module made by Bugsounet and I noticed that I cannot control my domotics with it like normal Google devices like ie. the Nest Hub 2nd Gen, etc. Is there anything I need to edit or to add to be able to achieve it?
  • UpdateNotification - Enhancement?

    Unsolved Feature Requests 6 days ago
    1 Votes
    2 Posts
    44 Views
    @BKeyport please submit that as an enhacement request. currentky the module is driven off modules in config
  • Update - General Question

    Unsolved Troubleshooting 6 days ago
    0 Votes
    2 Posts
    72 Views
    @TomOMaley you would have to check the updates to know if there is something your mirror needs. i suggest disabling the updatenotification module, to remove the notices we update MagicMirror every 90 days, its release page is in section Announcements/MagicMirror for example https://forum.magicmirror.builders/topic/19268/v2-30-0 modules are more ‘as needed’
  • MMM-GoogleCalendar stopped working "INVALID_GRANT"

    Unsolved Troubleshooting 6 days ago
    0 Votes
    3 Posts
    94 Views
    @sdetweil Ok, so I set your standard calendar module with google ics url; it should read google events and broadcast to CalendarExt3. I hope I understand your message well. Using ICS instead of OAuth my question is: does it update automatically or I have to manually update it? Can I add more than one calendar? If you, which is the correct formattation? Is the configuration under here correct? calendars: [ { url: "ht****lendar.google.com/MYURLCALENDAR.ics", fetchInterval: 7 * 24 * 60 * 60 * 1000, fade: "false", name: "MYCALENDARNAME", // <= RECOMMENDED to assign name color: "blue", // <= RECOMMENDED to assign color customEvents: [{keyword: 'Birthday', symbol: 'birthday-cake', color: 'Gold'},{keyword: 'Dinner', symbol: ' pizza-slice', color: 'red'}],
  • 0 Votes
    2 Posts
    69 Views
    @Johanba said in MM shifts to the right about 1cm after it loaded: custome.css that is a typo, yes?? custom.css also, see the developers window elements tab see the second link in my signature below this may help you identify where the left margin padding is coming from
  • Error installing MMPM

    Unsolved Troubleshooting 9 days ago
    0 Votes
    2 Posts
    63 Views
    @rohredd yes, python has taken to using a virtual env to enable loading different libraries for different apps on the same system i am not a python programmer, so i dont know how to fix this, maybe google can help “create python virtual environment”
  • 0 Votes
    9 Posts
    206 Views
    @Dartfrog09 I tried this morning from my old ipad Air, chrome version 95. I get a black screen I can access my MMM-Config screens which do NOT use any of the new JS Idoms like the base so I know MagicMirror is running and can be accessed given the right browser support works on my iPhone 15
  • MMM-WeatherBackground crashing?

    Unsolved Troubleshooting 12 days ago
    0 Votes
    7 Posts
    163 Views
    @sdetweil I’ll probably do that then… Still haven’t found the solution tho :(
  • MMM-NearCompliments and HC-SR04

    Unsolved Troubleshooting 13 days ago
    0 Votes
    1 Posts
    31 Views
    Long story short: I had my MagicMirror working until the SD card got corrupted. After rebuilding the mirror, I cannot use my HC-SR04 sensor to display the hidden compliments. I have verified that the HC-SR04 is in fact working by using a python script: pi@MagicPicture:~ $python3 ultrasonic_distance.py Measured Distance = 124.3 cm Measured Distance = 122.6 cm Measured Distance = 0.4 cm Measured Distance = 122.6 cm Measured Distance = 122.1 cm Measured Distance = 123.0 cm ^CMeasurement stopped by User MMM-NearCompliments hides the compliments upon mirror restart but interacting with the sensor does nothing. I have been unsuccessful in configuring it to directly access the sensor, trying multiple iterations of its configuration settings. This is how I left its config: config: { echoPin: 4, triggerPin: 17, delay: 20, autoStart: true, usePIR: false, calibrate: false, position: 'bottom_left' } I also have tried (separately) using both MMM-Pir and MMM-GPIO-Notifications in order to use their USER_PRESENCE notifications for sensor interaction… When I set the MMM-NearCompliments config to usePIR:true when using MMM-Pir the sensor does not work, plus I cannot stop the monitor from shutting down…from which I am unable to recover. When I use MMM-GPIO-Notifications with MMM-NearCompliments. I get complaints that the usePIR:true config setting requires MMM-PIR. I would like to know if anyone has MMM-NearCompliments working directly with an HC-SR04 sensor (i.e. without using MMM-Pir), and request that you share your configuration settings. Barring that, any information or assistance would be appreciated. Take care. rrslssr
  • Calendar error ext3 and ext3agenda

    Unsolved Troubleshooting 13 days ago
    0 Votes
    3 Posts
    62 Views
    @svencarree did you get this working
  • Face recognition

    Unsolved Troubleshooting 14 days ago
    0 Votes
    6 Posts
    167 Views
    @notgood looks like he changed the ocv interface to ONLY use pi camera if you look at the older version (1.0.5) you can see the code for other cameras, usepicamera:true was an option then
  • How do I display an RTSP camera stream?

    Unsolved Troubleshooting 15 days ago
    0 Votes
    16 Posts
    552 Views
    @BKeyport yeh, sadly continuity is no longer valued. Time to market is everything. If something breaks, the consumer will refactor or their usage will die, and not be a problem after all.
  • Mirror films/glass/acrylic

    Unsolved Troubleshooting 17 days ago
    0 Votes
    6 Posts
    130 Views
    @blank2014 yes, the technology is different, but i doubt anyone has done that. i haven’t seen mirror, but have seen angle sensitive screen covers on phone
  • MMM-ISS by daterell

    Unsolved Troubleshooting 20 days ago
    0 Votes
    1 Posts
    86 Views
    I tried to install the module , but I don’t get any data on my mirror, just “Next ISS fly over”, “Visible”, “Max Height” “Appears” and “Disappears”. Has anyone have suggestions to solve this? { module: 'MMM-ISS', position: 'bottom_right', config: { // These values must come from available locations on the SpotTheStation site: https://spotthestation.nasa.gov/ country: "Netherlands", region: "Flevoland", city: "Almere", minElevation: 40 // 40 Lowest elevation for the panel to show up } },