A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Met Office with Default Weather Module

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    M
    @matt216 amazing! Will check it out.
  • Help with troubleshooting MM start

    Solved
    2
    0 Votes
    2 Posts
    712 Views
    S
    @greaser01 do this cd ~/MagicMirror rm -rf node_modules rm package-lock.json npm install --omit=dev that will reinstall MagicMirror runtime on anything other than Windows no module folders or config affected
  • Disable GPU? MESA-LOADER failure on fresh manual install

    Unsolved
    8
    1
    0 Votes
    8 Posts
    2k Views
    S
    @BKeyport no… it’s not fatal, just annoying. maybe someone will figure out how to configure the video drivers in config.txt
  • MESA-LOADER: failed to retrieve device information

    Unsolved
    9
    0 Votes
    9 Posts
    8k Views
    C
    @sdetweil Thank you, I was all excited there for a second, but it didn’t fix the issue. As a secondary test, I commented out the actual start line in mm.sh, and the ‘npm run start’ still worked anyways. Looks like the ‘manual installation’ does not use your script. I might start a new thread here with a more specific question regarding disabling GPU and the location of the start scripts outside of config.js, when using this Manual Installation instruction off the main page. [image: 1687870997081-manualinstall.png] This is still the result of the run: [image: 1687870595416-config-error.png]
  • Axis camera display

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    A
    @wishmaster270 haven’t tried EmbedURL to run two streams yet, but WebView did work, so that’s a huge plus.
  • MMM-Google-Photos - trying to make it look better (css help)

    Unsolved
    1
    0 Votes
    1 Posts
    144 Views
    V
    Can I remove the "Album Name + Date stamp " that comes under the images ? I have only 1 Album. Is there a way to put a neat frame (a white line) around the image with a some black space between the image and frame ? Cheers
  • MMM-GooglePhotos - refresh ?

    Unsolved
    1
    0 Votes
    1 Posts
    187 Views
    V
    I got MMM-Google-Photos to work for the 1st time. I got updateInterval set low - 2 mins . But the MM is not refreshing images from the folder where new images are added and some old images removed. Is there a way to force refresh on restart ? Any thoughts ?
  • MMM Google Photos

    Solved
    3
    0 Votes
    3 Posts
    458 Views
    V
    Thanks! Something about the folder from where I issued the command. I think I was doing it from the wrong. Got it to work! Thank @sdetweil
  • MMM-Carousel w/ Slide Navigation changing page alone

    Unsolved
    4
    0 Votes
    4 Posts
    547 Views
    S
    @vandyck passing 0 in slides mode will disable… yes, he has it set to 10000, not 0
  • MMM-homeassistant-sensors Text Color

    Unsolved
    11
    0 Votes
    11 Posts
    3k Views
    S
    @edd189 other than the above, you would have to change the code
  • MMM-CalendarEXT2 - Calendar Read Failing When Time Value Is Missing from ics file

    Solved
    28
    0 Votes
    28 Posts
    12k Views
    S
    @edd189 the problem on chromecast w EXT3 is the javascript es6 chaining operator https://forum.magicmirror.builders/topic/17677/mirror-showing-not-all-modules-on-all-devices/11?_=1686341739088
  • Ex detector

    Unsolved
    2
    0 Votes
    2 Posts
    287 Views
    S
    @videogame95 we don’t support his modules here at his request
  • EXT pages how to configure

    Unsolved
    2
    0 Votes
    2 Posts
    402 Views
    S
    @videogame95 we don’t support his modules here at his request
  • MMM-clock wraps srunrise time

    Unsolved
    3
    1
    0 Votes
    3 Posts
    430 Views
    S
    @MMRIZE Did not work for me, but it was a good hint… I added it in the clock_styles.css: .module.clock .sun, .module.clock .moon { display: flex; font-size: 25px; min-width: 130px; } .module.clock .sun > *, .module.clock .moon > * { flex: 1; font-size: 25px; min-width: 130px; Worked perfect for me! Thanks anyway! I hope i’ll find a solution for MMM-CalendarWeek too, at this time everything i tried did not work… Font-Size too small for me…
  • MMM-PIR-Sensor-Lite modification

    Solved
    27
    1 Votes
    27 Posts
    11k Views
    S
    @bugsounet got it
  • MMM-NOAA3 4day forcast doesn't display

    Unsolved
    25
    0 Votes
    25 Posts
    6k Views
    mumblebajM
    @JohnGalt Also, my IQAir jey is community and still works fine although it expired almost a year ago. [image: 1685375017898-b1fff160-8cfe-4975-80bf-13761d44de15-image.png]
  • MMM-Googleassistant

    9
    0 Votes
    9 Posts
    2k Views
    V
    @jasb1011 Hi I had this problem of no not found Look for node in install of magicmirror2 mirror reinstall it Then start again all in bugounet.fr. install it all again .you may have to in stall the npm -g npm@9.6.9
  • Stock Market Module

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    T
    @lhops - MMM-MktIndex (1.3.0) updated to use a working API (yahoo-finance2). You should re-install the module from Github since the package requirements have changed.
  • MMM-GrafanaChart doesn't display my Grafana Dashboard

    Unsolved
    4
    0 Votes
    4 Posts
    862 Views
    A
    Thank you very much for your help barnosh and wishmaster. I have tried MMM-iFrameReload and MMM-EmbedURL, but still cannot display my Grafana dashboard in the MM. The modules work very well but not with my Grafana dashboard link ? I have to try again and find the reason of this issue. Gratefully yours. alphanet
  • Calendar_Monthly

    Solved
    3
    0 Votes
    3 Posts
    475 Views
    BKeyportB
    @LightsGuy yeah, that app isn’t really supported - It’s actually the inspiration for my module - MMM-Multimonth - which is a mini calendar for as many months as you’d like. Glad you got a solution!