A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 2 Votes
    13 Posts
    990 Views
    mumblebajM
    @BKeyport s like they only removed the usage of moment.js from the default calendar module.
  • multiple MMM-HTMLSnippet

    Solved Troubleshooting
    5
    0 Votes
    5 Posts
    114 Views
    C
    @sdetweil tnhx mate this was very helpfull
  • Periodic Table of Elements

    Unsolved Requests
    9
    1 Votes
    9 Posts
    437 Views
    KristjanESPERANTOK
    @Divis Thanks! 😃 There was some feedback with ideas in the repo. So not alone my achievement.
  • Next release arm32 users, need your help

    Unsolved Troubleshooting
    2
    1 Votes
    2 Posts
    107 Views
    R
    Dear Sam, @sdetweil yes — my MMM-PresenceScreenControl module is one of those. It uses node-libgpiod (native C addon for GPIO/PIR sensor access), which requires @electron/rebuild to match Electron’s Node ABI. That said, the module has had an automatic fallback since v1.1.0: if node-libgpiod fails to compile or rebuild, it transparently falls back to Python/gpiozero for PIR sensor access. So it will work without a successful electron-rebuild — just via a different code path. The dependency setup (as of v1.3.1): node-libgpiod is an optionalDependency (npm continues if it fails) @electron/rebuild is not listed as a dependency — it’s installed on-demand by the postinstall script only when node-libgpiod is actually present If either fails, the module falls back to Python gracefully So for your testing: this module would be a good candidate to verify if electron-rebuild still works, but it won’t break if it doesn’t. My other modules (MMM-Globe, MMM-Best-Weather, MMM-My-Actual-Weather, etc.) are pure JavaScript — no native addons, no electron-rebuild needed. Hope this helps. Warmest regards, Ralf
  • MMM-BackgroundSlideshowInfo

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    130 Views
    M
    @sdetweil Thanks Sam Tried that with no luck. 7 years since there’s been any activity on the GitHub for it: I guess I’ll have to try something else instead!
  • PM2 restart question (more of a linux question than MM)

    Unsolved Troubleshooting
    4
    0 Votes
    4 Posts
    96 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
  • showing start and end time instead of in x hours

    Utilities calendar
    6
    1
    0 Votes
    6 Posts
    232 Views
    C
    wow, you’re definitively better than ChatGpt @sdetweil !
  • MMM-GoogleSheets can be made transparent!

    Custom CSS
    3
    2 Votes
    3 Posts
    164 Views
    R
    In case anyone finds this in the future, this behavior is actually natively supported with the cellStyle option set to flat. From the documentation: flat - No styling applied. Data is shown in default MM styling The default for this option is mimic which copies exactly what you have in your existing sheet. If you didn’t want to use flat, you could still use mimic but change your sheet to match the MM (background color black, text color #fff, #666, or #999). If use the custom css be aware that it will have undefined behavior if you try to change other options in the future. Thanks for using the module!
  • MagicMirror OS - Modules`

    Solved Troubleshooting
    5
    0 Votes
    5 Posts
    109 Views
    S
    @wildbi111 good work! AND it depends on how the docker implementation wants to place it
  • MMM-SoccerLiveScore not updating

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    67 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 Troubleshooting
    9
    0 Votes
    9 Posts
    227 Views
    S
    @British_Kiwi I do not know how without sending a notification
  • Spot Energy Module (Nordpool?)

    Solved Requests
    11
    0 Votes
    11 Posts
    3k Views
    L
    @stephanvdplas Hi! Sorry for not inform here (and late), this is already resolved :) Use this settings. { module: "MMM-EUElectricityPrice", position: "top_center", config: { dataSource: "NL", currency: "EUR", headText: "", showCurrency: false, showNowLine: false, showStatsText: false, customText: "" } }
  • Youtube

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    72 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.
  • 2 Votes
    2 Posts
    116 Views
    S
    @zarif98 awesome!!
  • MMM-MyHomeWizard

    Productivity
    20
    2
    1 Votes
    20 Posts
    2k Views
    htilburgsH
    @vansman Just updated the module. Since now Voltage is added, where autodetection is for 1-phase of 3-phase. Don’t forget to update your config.js with currentVoltage: true, // compact 3-fase, auto detection I hope this is what you were asking for.
  • Integration of Cupra/Seat Telemetry Data in my MM

    Development
    1
    0 Votes
    1 Posts
    73 Views
    F
    Hi, i have finish my development to integrate Cupra / Seat Telemetry Data in my MagicMirror. I don’t have writen a Module for MM, but i have integratet a Python Script to read via Node-Red the Data from the Car, and send it over MQTT to the MM. All the Work do Node-Red. Im not sure, if Im right here, but maybe it helps some other Users. It is writen in german, so if you need an other language use a translator. Installation of pycupra to read the data: https://github.com/SteitzTo/pycupra_manual_de.git Installation of an Node-Red Workflow to send the Data to the MM: https://github.com/SteitzTo/pycupra_to_MagicMirror.git I hope it helps other Users to Display some Data from there cars. Greetings Torsten
  • newsfeed

    Unsolved Troubleshooting
    8
    0 Votes
    8 Posts
    135 Views
    S
    @Ray eh? You reported trouble, I researched, and reported the cause Which cannot be avoided with software
  • MMM-Avstock Graph is not displayed

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    143 Views
    S
    @JeanMichelC also, please use the code block around config or logs Paste the text into the editor, blank line above and below Select the text just pasted Hit the </> button above the editor I have fixed the prior two
  • MMM-Embed URL centered on fullscreen_above?

    Solved Troubleshooting
    12
    0 Votes
    12 Posts
    333 Views
    BKeyportB
    @wishmaster270 Doh! Was using the wrong css item. <internally screaming at CSS>
  • 0 Votes
    5 Posts
    142 Views
    J
    @sdetweil Thanks, I made the changes ad it works perfectly. Thank you for your prompt response.