A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Duplicate Results Displayed With 2 Instances of MMM-pihole-stats in Config File

    Unsolved
    7
    0 Votes
    7 Posts
    121 Views
    S
    the getScripts() function would be used to load JS libs you would manually put a script tag in the head section of the index.html to be able to call. the getTemplates() is to provide the names of the template (njk) files that will render the html for the module content… the getTemplateData() function returns the data object the template file will access getDom() returns the complete Dom object of the content to be published for this module at this time. you can do some tricks to reduce content flash by not replacing everything. save the wrapper value and update not replace content inside it.
  • Calendar module to show day name for all day entries

    Unsolved
    4
    0 Votes
    4 Posts
    77 Views
    R
    Tried various combinations of… timeFormat: "relative", //"absolute", dateFormat: "ddd Do MMMM", //"LLLL", …but still only timed items show a day name, not whole day items. LLLL or llll is the only mention in the moments doc of named week day.
  • PM2 restart question (more of a linux question than MM)

    Unsolved
    4
    0 Votes
    4 Posts
    81 Views
    W
    @sdetweil Got it! In the user crontab: 30 2 * * * /usr/local/bin/node /usr/local/bin/pm2 restart mm Restarts the mirror every day at 2:30 am local time. As always, thanks for your quick response! Bill
  • MMM-SoccerLiveScore not updating

    Unsolved
    1
    0 Votes
    1 Posts
    59 Views
    1
    anyone facing issue with the api not updating? in my mirror it is showing next api update is on 21 march 2026. current image showing epl data stats from late jan, meaning the recent matches data is not shown. like the games for yesterday is invisible as well.
  • Unable to change pages using MMM-page-indicator

    Solved
    9
    0 Votes
    9 Posts
    183 Views
    S
    @British_Kiwi I do not know how without sending a notification
  • Youtube

    Unsolved
    1
    0 Votes
    1 Posts
    63 Views
    M
    Hello everyone, I need your help once again… I reinstalled my mirror using @sdetweil’s scripts, which are perfect. I reinstalled it because I had updated it 6 months ago and the mirror wouldn’t start anymore because the OS version was no longer supported. My problem is this: in the modules containing links to YouTube videos, they no longer work. I get a gray window with the following message: “This live stream recording is not available.” Do you know how to fix this? Thank you in advance for your help.
  • Failed to Connect to Wayland Display

    Unsolved
    31
    0 Votes
    31 Posts
    2k Views
    S
    @atwist do this pm2 status pm2 info xxxx where xxxx is the name/number on the row that contains the MagicMirror app see the line in the output (example from my Mac, ) script path │ /Users/sam/MagicMirror/installers/mm.sh is it pointing to the correct sh file??
  • newsfeed

    Unsolved
    8
    0 Votes
    8 Posts
    115 Views
    S
    @Ray eh? You reported trouble, I researched, and reported the cause Which cannot be avoided with software
  • MMM-Embed URL centered on fullscreen_above?

    Solved
    12
    0 Votes
    12 Posts
    296 Views
    BKeyportB
    @wishmaster270 Doh! Was using the wrong css item. <internally screaming at CSS>
  • Calendar Module not working as expected

    Solved
    4
    1
    0 Votes
    4 Posts
    132 Views
    S
    @Gherry very interesting ! I have not seen a replacement value not be used before.
  • Calendar - colourise events today?

    10
    0 Votes
    10 Posts
    961 Views
    S
    @Babene1 very nice! Great feedback
  • MMM-ImagesPhotos

    Solved
    10
    0 Votes
    10 Posts
    219 Views
    S
    @Ray awesome!!!
  • MagicMirror is Failing to start at all

    Solved
    22
    0 Votes
    22 Posts
    5k Views
    S
    @Sampleswow can you send me the ~/MagicMirror/installers/upgrade.log Via email. The same userid as here at gmail
  • Two Mirrors, One Pi

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    S
    @BiaGen awesome! Glad it helped
  • MMM-Universal-Pir issues

    Unsolved
    6
    0 Votes
    6 Posts
    848 Views
    M
    The module is working. After the set time, the screen turns off. But after about 10 seconds, the screen turns on. The counter shows 0 seconds.
  • Error installing MMPM

    Solved
    5
    0 Votes
    5 Posts
    708 Views
    B
    That error is actually a ‘safety feature’ of the newer Raspberry Pi OS. Since they started protecting the system Python environment, you can’t just use pip install globally anymore. The easiest way around this is to use pipx. Try running these two commands- sudo apt install pipx pipx install mmpm This installs MMPM in its own little ‘bubble’ so it doesn’t mess with the rest of your Pi’s system.
  • MMM-Universal-PIR - ‘GPIOcommand exited with error!'

    Solved
    7
    0 Votes
    7 Posts
    250 Views
    karsten13K
    @smegbadger said in MMM-Universal-PIR - ‘GPIOcommand exited with error!': It never occurred to me the container would update things unannounced! the container does not update things on your host, but the container itself is running debian and (if you are using karsten13/magicmirror:latest) the debian version of the container image switched from bookworm to trixie …
  • MagicMirror-backup-restore

    Solved
    7
    0 Votes
    7 Posts
    251 Views
    R
    @sdetweil resolved in less than 24 hours :-) This is “responsive” ! Thanks again! Ralf
  • Switch Months - MMM-CalendarExt3 -

    Solved
    8
    1
    1 Votes
    8 Posts
    252 Views
    S
    @Getinthegames awesome!!! thanks for the feedback
  • Universal-PIR - ‘GPIOcommand exited with error'

    Solved
    3
    0 Votes
    3 Posts
    182 Views
    K
    @karsten13 Thank you for your advice. To my shame, I must admit that I did not read the readme.md file. Yes, after reinstalling I am using Trixie and I have to use the gpiomon V2 So with gpiomon -e rising -c 0 17" it works Thank you again