A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • how to update my MM

    Unsolved
    45
    2
    0 Votes
    45 Posts
    17k Views
    mumblebajM
    @rikko14 Just a final hint. The only module that seems to have a problem is MMM-soccer. You can check that module to see if it has a package.json. If it does then DO NOT run the npm init -y. However, looking at the MMM-soccer module on Github it has been updated to use node-fetch. You probably need to do a git pull && npm install in the MMM-soccer module folder to get the latest version of the module. Then start the mirror with pm2. pm2 start mm or however you start it with pm2. then pm2 stop and then pm2 log --lines 100 and post the log output if you are still experiencing the black screen.
  • jclarke0000 - MMM-MyTTC

    Unsolved
    2
    0 Votes
    2 Posts
    522 Views
    mumblebajM
    @vince Have a read through this below thread. There is a possible solution there as well. https://forum.magicmirror.builders/topic/16131/mmm-hue-cors-policy-issue/13?_=1642017111400
  • 0 Votes
    11 Posts
    3k Views
    wishmaster270W
    For me it worked to install a self compiled version of vips… sudo apt install -y build-essential libglib2.0 libjpeg9 libopenjp2-7 librsvg2-dev imagemagick libtiff5-dev wget https://github.com/libvips/libvips/releases/download/v8.12.1/vips-8.12.1.tar.gz tar xfvz vips-8.12.1.tar.gz cd vips-8.12.1 ./configure make sudo make install sudo ldconfig npm install It will take a while to compile the library and a lot of disk space will be used.
  • Hello-Lucy pages are blank

    Solved
    4
    0 Votes
    4 Posts
    414 Views
    S
    @sinbad339 because it didn’t use the function that was broken.
  • (solved)Calendar Dates - Problematic behaviour since 2.18

    calendar
    7
    1
    0 Votes
    7 Posts
    2k Views
    O
    @sdetweil said in Calendar Dates - Problematic behaviour since 2.18: fullDayEventDateFormat Thanks a lot, again @sdetweil . fullDayEventDateFormat: 'D.MMMM', did the job!
  • MMM-RTSPStream - shows with taskbar

    Unsolved
    1
    1
    0 Votes
    1 Posts
    274 Views
    A
    Hello I am able tu run the camera view itself but the whole taskbar become visible, whenever i will do a click with a mouse the taskbar disappear but the whole camera stream also. I was installing this module last year and everything was working fine, now i can’t get it done :/ [image: 1641654354133-rtsp_problem.jpg] Config: { module: 'MMM-RTSPStream', position: 'top_center', config: { autoStart: true, rotateStreams: false, showSnapWhenPaused: false, moduleWidth: 354, moduleHeight: 242, stream1: { name: 'Cam1', url: 'rtsp://admin:admin@192.168.0.104:554/11', Width: 354, Height: 242, Width: 354, Height: 242, frameRate: "30", } } },
  • Hello-Lucy using Adafruit Voice Bonnet

    Solved
    24
    0 Votes
    24 Posts
    4k Views
    S
    Well, I gave up on the Adafruit Voice Bonnet, and instead installed a USB microphone with output (Samson GoMic). Now, mic and speakers work every time whether MM/Hello-Lucy starts up automatically at boot, or if I start it using npm start. I’ll probably mark it resolved, even thought the fundamental issue is not. A BIG thanks to @sdetweil for all of his patience and help.
  • [MMM-Remote-Control] Can not access remote control module

    Solved
    7
    0 Votes
    7 Posts
    922 Views
    R
    @sdetweil I removed the MMM-Remote-Control folder with newest Release version and downloaded and installed an older Release version (1.1.5) and this one is working on my old mirror which is totally fine for me :) I’m happy now, so thank you for your efforts and support on this topic. :flexed_biceps_light_skin_tone:
  • PIR sensor problem

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    G
    @sultan-y To get the PIR sensor working with MM on the currently latest Raspberry PI OS Bullseye you can use /usr/bin/vcgencmd display_power 0/1 instead of using the tvservice command (I run it in a script started by crontab at reboot). I also added /usr/bin/xrandr -display :0.0 --auto before the vcgencmd command added user Pi to the gpio group: sudo usermod -a -G gpio pi, and I added XAUTHORITY=/home/pi/.Xauthority here: sudo vi /etc/environment My mirror uses a DVI to HMI output, but using xrandr and XAUTHORITY as above solved the issues I had. Btw, I use /usr/bin/chvt 6 /usr/bin/chvt 7 after the /usr/bin/vcgencmd display_power 1 command, but that was used prior to using Bullseye as well.
  • [MMM-WeatherChart] How to remove the right hand side space?

    Solved
    7
    1
    0 Votes
    7 Posts
    1k Views
    C
    @sdetweil This is what worked for me: .MMM-WeatherChart canvas[style] { position: absolute; right: -35px; }
  • MMM-FRITZ-Box-Callmonitor

    Moved
    99
    0 Votes
    99 Posts
    115k Views
    R
    @sdetweil Thanks. That’s way beyond my abilities.
  • Facial Recognition Module - Step by Step Guide

    28
    5 Votes
    28 Posts
    34k Views
    S
    @ogelijah how many images do you have for different people,? what pi is this?
  • MMM-RING Issue

    Unsolved
    2
    0 Votes
    2 Posts
    430 Views
    S
    @black-patina I would open an issue on the module GitHub page. but it says deprecated ( discontinued)
  • MMM-MyPrayerTimes HTilburgs

    Unsolved
    3
    0 Votes
    3 Posts
    241 Views
    T
    @sdetweil thanks…this solved the problems.
  • MMM-PublicTransportHafas: problem displaying delays

    Solved
    8
    1
    0 Votes
    8 Posts
    1k Views
    B
    That is great. I run the same problem and I’m quite happy it’s solved with the new update. thanks all for the whole work on this great project and all the modules I never would be able to do by my own.
  • Extra offset for MMM-Calendar possible?

    Unsolved calendar offset
    5
    0 Votes
    5 Posts
    1k Views
    S
    @oberfragger a whole day event is just an event without a time. add Thhmmss and it’s no longer a full day event
  • Black border around Gslide?

    Solved
    2
    1
    0 Votes
    2 Posts
    412 Views
    K
    I Used this solution link Now it works… at bit slowly, but it works
  • MMM Google Photos error

    Unsolved
    8
    0 Votes
    8 Posts
    828 Views
    M
    @sultan-y Which position did you put the module into? set the position fullscreen_below.
  • Getting error using rss-parser

    Solved
    4
    0 Votes
    4 Posts
    814 Views
    S
    @sdillard glad u got it
  • Camera module

    Unsolved
    3
    0 Votes
    3 Posts
    512 Views
    S
    @sdetweil Heres the links for the camera and voice modules: https://github.com/alexyak/camera https://github.com/alexyak/voicecontrol