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

Subcategories

  • 0 Votes
    2 Posts
    3k Views
    kayakbabeK
    @Dresch360 The Pi5 has new GPIO hardware. It is not compatible with software written for earlier Pi models. So look at what gpio library is being called by the modules you are wanting to use. I’ve been rewriting my own code to use gpiozero . gpiozero works and isrecommend by raspberry pi foundation and works on older pis too. Lgpio works on rpi5 Gpiod works on rpi5 Pigpio WILL NOT WORK RPi.GIPO WILL NOT WORK I haven’t tried rpi-lgpio which supposed to be a drop in replacement for rpi.gpio.
  • Clock Module Question.

    clock
    4
    0 Votes
    4 Posts
    2k Views
    S
    @OldSunGuy 1st image, round up current time, 6:49+21 mins = 7:10, sunrise time second image, round up time 7:13, +10:05 =17:18. sunset time
  • Missing calendar item for daily recurrence

    11
    0 Votes
    11 Posts
    4k Views
    R
    @sdetweil Just letting you know that this fix corrected my issue where my calendar module (setup for iCal) would not show repeating events. The repeating events are showing again. Thanks.
  • Precipitation Probability not displayed when it is 0%

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

    30
    0 Votes
    30 Posts
    14k 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
    6k 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
    5k 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
    5k 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
    4k 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
    0 Votes
    4 Posts
    1k 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
    0 Votes
    16 Posts
    6k 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
    10k 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
    0 Votes
    3 Posts
    697 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
    2k Views
    AssassinsA
    The error is fix with : https://github.com/MichMich/MagicMirror/issues/3147
  • Googleassistant install

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

    6
    0 Votes
    6 Posts
    7k 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
    10k 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
    2k 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
    32k 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
    3k Views
    H
    @MMRIZE thank you. I got everything working great now. Thanks for all your help.