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

    Solved Troubleshooting
    3
    0 Votes
    3 Posts
    607 Views
    NiggichN
    @KristjanESPERANTO Thank you. It is working again.
  • 0 Votes
    9 Posts
    708 Views
    S
    @butchkemper awesome!!
  • MMM-AtomVisualizer language

    Solved Troubleshooting
    13
    0 Votes
    13 Posts
    3k Views
    N
    @KristjanESPERANTO Nice! Thank you
  • EBADENGINE npm error eslint/espree - MMM-EarthquakeAlerts

    Solved Troubleshooting
    5
    0 Votes
    5 Posts
    1k Views
    UncleRogerU
    @sdetweil Thank you! I think that fixed it.
  • Calendar CustomEvents

    Solved Troubleshooting
    19
    1 Votes
    19 Posts
    3k Views
    S
    @daportelli if you change the module name for a test, does it work? What do you get from MMM-GoogleCalendar that the default does not provide? never mind, it won’t work with the google side config… as for the purpose of this configuration. the content is protected by https encryption and no user will see it, its only exposed ON the system where MagicMirror runs, same for both modules. you can get the secret URL from the calendar.google.com settings,
  • 0 Votes
    5 Posts
    454 Views
    KristjanESPERANTOK
    @eprostko I’m glad it’s working. The configuration of MMM-CalendarExt2 and the documentation are quite complex, so I completely understand if you’re having a hard time with it. Have fun with your project 😃
  • multiple MMM-HTMLSnippet

    Solved Troubleshooting
    5
    0 Votes
    5 Posts
    1k Views
    C
    @sdetweil tnhx mate this was very helpfull
  • MMM-Embed URL centered on fullscreen_above?

    Solved Troubleshooting
    12
    0 Votes
    12 Posts
    2k Views
    BKeyportB
    @wishmaster270 Doh! Was using the wrong css item. <internally screaming at CSS>
  • Spot Energy Module (Nordpool?)

    Solved Requests
    11
    0 Votes
    11 Posts
    7k 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: "" } }
  • Unable to change pages using MMM-page-indicator

    Solved Troubleshooting
    9
    0 Votes
    9 Posts
    734 Views
    S
    @British_Kiwi I do not know how without sending a notification
  • MagicMirror OS - Modules`

    Solved Troubleshooting
    5
    0 Votes
    5 Posts
    418 Views
    S
    @wildbi111 good work! AND it depends on how the docker implementation wants to place it
  • Calendar Module not working as expected

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    1k Views
    S
    @Gherry very interesting ! I have not seen a replacement value not be used before.
  • MMM-JAST stopped updating a couple of days ago.

    Solved Troubleshooting
    26
    0 Votes
    26 Posts
    5k Views
    S
    @vgardenn cool. We’ll fix that The MagicMirror install doc says [image: IMG_4726.png]
  • pages

    Solved Troubleshooting
    15
    0 Votes
    15 Posts
    2k Views
    S
    @videogame95 loading means the module is waiting for data to display, but it has not arrived. Can you look in the output where MagicMirror is started Npm start or using pm2 If using pm2, then the command pm2 logs —lines=xxx Where xxx is the number of most recent lines of output, default 15. So you may need xxx to be 100 or more
  • Default Weather Module Stuck on loading.

    Solved Troubleshooting
    28
    0 Votes
    28 Posts
    4k Views
    F
    @sdetweil fantastic. Thanks again for all the help!!
  • Error installing MMPM

    Solved Troubleshooting
    5
    0 Votes
    5 Posts
    1k 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-Remote-Control] Cannot GET /remote.html

    Solved Troubleshooting
    17
    0 Votes
    17 Posts
    8k Views
    S
    @Ypsimm ok, please make sure NOT to use sudo with any MagicMirror commands
  • MMM-ImagesPhotos

    Solved Troubleshooting
    10
    0 Votes
    10 Posts
    2k Views
    S
    @Ray awesome!!!
  • MMM-MovingPortrait

    Solved Entertainment
    10
    0 Votes
    10 Posts
    5k Views
    plainbrokeP
    @robertybob I missed the part about AI… I am old and do not understand AI crap, nor do I care to learn about it… So I am just going to remove the module and call it a day. Thanks so much for your super helpful words… @fischi87 Thank you for your help. This is beyond my current abilities… I made a 5 second mp4 file that plays in vlc just fine but will not work with the module… Like i told the fella above, I think this is above my abilities. Looks like a fun module… I will close this as solved. I am not capable.
  • MMM-Universal-PIR - ‘GPIOcommand exited with error!'

    Solved Troubleshooting
    7
    0 Votes
    7 Posts
    2k 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 …