A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Subcategories

  • Precipitation Probability not displayed when it is 0%

    5
    0 Votes
    5 Posts
    714 Views
    S
    @pencilsharpener I saw. thank you
  • MM doesnt work after update to version 2.26

    30
    0 Votes
    30 Posts
    9k Views
    S
    @davismorehead I updated the installer (raspberry.sh) to use the systemctl get-default command instead of looking at the file… thanks for the info
  • No news after update to 2.25

    14
    0 Votes
    14 Posts
    2k Views
    M
    @sdetweil Thank you for all the help. The mirror is at my family’s house. So I have to find a way to VPN connect myself to that. I will come back to you asap.
  • 0 Votes
    19 Posts
    3k Views
    S
    @jbat66 I opened this issue, with a sample testcase returned date incorrect caused by TZ rollover #610
  • MESA-LOADER: failed to open kms_swrast

    6
    0 Votes
    6 Posts
    4k Views
    A
    @tacotaco I know this is an old issue, but I had this happen to me while setting up MM on a Le Potato board. Seems like a GPU issue, and you can bypass this by adding this snippet right before you call npm start: export ELECTRON_DISABLE_GPU=1 In my case, I’m using PM2 to manage startup, so my ~/mm.sh file looks like this: cd ./MagicMirror export ELECTRON_DISABLE_GPU=1 DISPLAY=:0 npm start I don’t know the full extent of the issue, but I know that this works and allows me to run MM. Hopefully this helps you and anyone else looking for this in the future.
  • Repeating entries don't appear in Upcoming Events.

    11
    0 Votes
    11 Posts
    3k Views
    Cliff365C
    @sdetweil “one event with recurring for f/s/s will be 3 events. 1 for each day” Totally fine with that. That’s what I have now, but now I have much less typing.
  • NJ Transit module keeps showing "Loading..."

    4
    1
    0 Votes
    4 Posts
    589 Views
    S
    @BKeyport generally a missing module will cause a black screen if it’s used in the node helper, which is where request would be used
  • Failed to load resource

    16
    4
    0 Votes
    16 Posts
    4k Views
    M
    @mumblebaj As of version 2.24, Somebody added to spit this error message out when the 2nd parameter is not a callback function. However, the following codes correct the missing parameter anyway, so it is unnecessary to regard it as ERROR, unless that self-correction logic is removed. Even if there is a plan to drop out that correction logic, it’s still better to flag it as a “WARN” rather than an “ERROR”, I think so. Anyway, the error message is just annoying, and not related to real “ERROR” . You can ignore it.
  • Alt Key Doesn't Open Menu

    21
    1 Votes
    21 Posts
    7k Views
    S
    @ankonaskiff17 I use alt-spacebar every day x64, pi, odoid, … under VMware… native… never use vnc. the windows key on my keyboard opens the menu too
  • Squashed Display

    3
    1
    0 Votes
    3 Posts
    422 Views
    mumblebajM
    @sdetweil Thanks Sam. I found the problem. It is related to a module I am running. Been debugging and when I disabled that module the display takes up the whole screen as it should.
  • 2.24.0 - Calendar Error. Could not fetch calendar

    6
    0 Votes
    6 Posts
    1k Views
    AssassinsA
    The error is fix with : https://github.com/MichMich/MagicMirror/issues/3147
  • Googleassistant install

    2
    0 Votes
    2 Posts
    405 Views
    V
    @videogame95 solved
  • ozone_platform_x11.cc(239)] Missing X server or $DISPLAY

    6
    0 Votes
    6 Posts
    6k Views
    S
    @noonas see my SampleModule https://github.com/sdetweil/SampleModule and of course there are a lot to look at
  • MMM-MplayerRadio no Sound gelöst

    16
    0 Votes
    16 Posts
    7k Views
    S
    @wishmaster270 habe das Modul upgedated. Funktioniert gut. Vielen Dank. Übrigens, mein ssl-Problem liegt vielleicht doch an surfmusik.de. Unter ssllab.com kann man die Zertifikate testen lassen und bekommt einen ausfürlichen Bericht. Ein Zertifikat von surfmusik.de ist unvollständig. [image: 1685610042691-unbenannt.png] Ich bin mir nicht sicher ob der VLC-Player SNI-Support hat.
  • Syntax Error Unexpected Token

    4
    0 Votes
    4 Posts
    732 Views
    K
    @sdetweil Thanks for your feedback. I will check that out and let you know if I am able to resolve.
  • After update 2.23.0 crash

    56
    0 Votes
    56 Posts
    22k Views
    S
    @DanClarkCBET3 a fix has been pushed to the develop branch for the next release. the code is different to test the develop branch see https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code
  • MMM-Scenes not working with Calendars

    6
    0 Votes
    6 Posts
    2k Views
    H
    @MMRIZE thank you. I got everything working great now. Thanks for all your help.
  • 0 Votes
    5 Posts
    999 Views
    C
    @crazylegs Thanks for looking into it. I finally found what was the issue and while trying to make a PR for it found out that it was fixed on develop 1 month before I started to look at it. This is probably why you couldn’t see the problem. Here is the commit in question: https://github.com/MichMich/MagicMirror/commit/a975b44fbbca53a7f2111dc971486cbeebb0f6ff
  • EADDRINUSE: address already in use 127.0.0.1:8090

    9
    0 Votes
    9 Posts
    2k Views
    S
    @theaddies sorry. no idea myself. I gave up long ago trying to remember the 900 different ways to auto start things on the myriad different platforms.
  • MM shuts down after an hour

    18
    0 Votes
    18 Posts
    6k Views
    S
    @Lazershrimp awesome detective work!!