A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-RTSPStream - shows with taskbar

    Unsolved
    1
    0 Votes
    1 Posts
    304 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
    5k 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
    1k 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
    0 Votes
    7 Posts
    2k 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
    126k Views
    R
    @sdetweil Thanks. That’s way beyond my abilities.
  • Facial Recognition Module - Step by Step Guide

    28
    5 Votes
    28 Posts
    37k 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
    505 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
    306 Views
    T
    @sdetweil thanks…this solved the problems.
  • MMM-PublicTransportHafas: problem displaying delays

    Solved
    8
    0 Votes
    8 Posts
    2k 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
    2k 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
    0 Votes
    2 Posts
    480 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
    989 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
    1k Views
    S
    @sdillard glad u got it
  • Camera module

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

    Unsolved
    1
    0 Votes
    1 Posts
    206 Views
    I
    Hello. My GA doesnt decrease the volume while I ask smth. How can I change it ? Before it decresed the volume during response.
  • MMM-RIJKS Black screen

    Solved
    3
    0 Votes
    3 Posts
    771 Views
    S
    @karsten13 Great thanks !
  • MMM-PIR js error

    Unsolved
    2
    0 Votes
    2 Posts
    959 Views
    U
    @uok825 Anyone can help? @sdetweil maybe
  • MMM-PIR-Sensor

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    bugsounetB
    @cowboysdude :/ :angry_face:
  • MMM-ioBroker - Rounding decimals

    Unsolved
    1
    0 Votes
    1 Posts
    259 Views
    H
    Hi all, I’m using the ioBroker module. Is there an option to round values? I’m getting 10+ decimal places for various device states. Thank you guys!