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

    2
    0 Votes
    2 Posts
    579 Views
    R
    @Deckard99 Hi I also have an solaredge system created the api from the website but what is the userid? and systemid? Nothing is displaying now on my mirror. Ron
  • Modules distancing

    5
    2
    0 Votes
    5 Posts
    978 Views
    C
    @hango https://m.facebook.com/story.php?story_fbid=4020784084617734&id=100000585468663
  • Where to insert text?

    8
    0 Votes
    8 Posts
    1k Views
    lavolp3L
    @norwestie CHeck this out to get a feeling how to troubleshoot modules. There might be an error zou need to find somewhere https://gist.github.com/lavolp3/db7de8c0664ba95e8b9247ba685095fe
  • MMM-awesome-alexa is working?

    1
    0 Votes
    1 Posts
    136 Views
    K
    i want to know if this module is working because i cant make it work. thanks
  • MMM-cryptocurrency stopped updating

    1
    0 Votes
    1 Posts
    296 Views
    zdenekZ
    Hi all since about week ago just this module stopped updateing. It’s visible on the mirror, but there is 0 for BTC and other currencies and also graph is just flat line I did git pull in the module folder but nothing changed. A did’t make any changes in config file for months… Any idea? thanks, Zdeněk
  • Total noobie question re formatting

    5
    0 Votes
    5 Posts
    603 Views
    Mykle1M
    @norwestie Or, VNC, which you only have to enable on the Pi. Then get the free VNC client for your remote machine. Now, you can visually see and control exactly what your Pi is doing, edit files, etc
  • Low voltage warning

    3
    0 Votes
    3 Posts
    761 Views
    R
    As I said, I already switched the PSUs. Raspi A always displays the error, Raspi B not. No matter which PSU is being used.
  • MMM-Sonos ...need help

    2
    0 Votes
    2 Posts
    411 Views
    StoffbeuteluweS
    @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } } This is the css but don’t know how to stop the moving text
  • Applying at 7" Touchscreen

    1
    0 Votes
    1 Posts
    310 Views
    younseongshinY
    Hi! I posted some troubles about MMM-Youtube issues last week, and I recognized that it doesnt work in my language Korean. I was so depressed but another issues were comin. I have 7" inch Touchscreen for displaying, but the bar which types what Im sayin, but I think its size isn’t fit to my 7" screen. How can I fix this? Help!! Here’s my screen. As you can see, its words are more down below where it should be. https://drive.google.com/file/d/1Dr6Huni91xnzCX2zdevRaU6apnDyko--/view?usp=sharing
  • MMM-Telegram

    5
    0 Votes
    5 Posts
    1k Views
    J
    @Bugsounet I found it…!! and it is all now working Thankyou for the help.
  • 0 Votes
    1 Posts
    282 Views
    A
    Hi, I’m french. I installed the MMM-rdrDrawingBoard module and it’s OK. My problem is that the drawing board takes too much place on the screen of the mirror. If i change the width and the height in the configuration, it changes nothing. I tried to go inside the source code to modify it but it’s too difficult for me. I’m sure that it would be easy for someone who knows how to code in JS. So, who can help me, please? best regards, Adel
  • MM freeze over night

    freeze wifi clean
    6
    0 Votes
    6 Posts
    2k Views
    M
    My MM was running now for 48h without freezing. I don’t know what happened the last couple of times. Thank you to @Tribun ! I checked all the logs and found no problem. I will now start to install the first modules and see what’s going on.
  • MMM-microsoftToDo

    1
    0 Votes
    1 Posts
    307 Views
    J
    Hi, How would I go about changing the font size / colour etc in this module, there doesn’t seem to be a custom.css file Thanks
  • Magic Mirror not starting on reboot

    2
    0 Votes
    2 Posts
    454 Views
    S
    @RushHour99 see that every now and again. haven’t been able to find the cause. run the fixuppm2.sh script from my site, down near the bottom
  • config Weatherforcast to show todays high and lows

    1
    0 Votes
    1 Posts
    189 Views
    F
    Is there a way to show todays high and low temperatures in the weatherforcast module? It shows tomorrows and the rest of the weeks just fine but I would like to see the temperature for today also. Let me know if I am missing something.
  • module error not found

    2
    0 Votes
    2 Posts
    421 Views
    S
    @Aquamannno that is just for demonstration in the document. I do the same with { module:'?????', config:{ ... module config statements } } it’s not a real module, it’s to show you what the entry might look like for any real module. it’s just an example layout
  • MMM-GroveGesture to control MMM-Carousel & MMM-CECControl

    Unsolved
    3
    0 Votes
    3 Posts
    737 Views
    B
    Hi, Not sure if you got your ideas sorted or not but ive just been tru the same process and i came up with these solutions to my problems, hopefuly you or someone else can find them usefull. "UP": { notificationExec: { notification: "CAROUSEL_GOTO", payload: 4, } }, "DOWN": { notificationExec: { notification: "CAROUSEL_GOTO", payload: 5, } }, "LEFT": { notificationExec: { notification: "CAROUSEL_PREVIOUS", payload: null, } }, "RIGHT": { notificationExec: { notification: "CAROUSEL_NEXT", payload: null, } }, I use MONITORON and MONITOROFF for the onIdle and onDetected onIdle: { // shellExec: "vcgencmd display_power 0", notificationExec: { notification: "REMOTE_ACTION", payload: { action: "MONITOROFF", }, } }, onDetected: { // shellExec: "vcgencmd display_power 1", notificationExec: { notification: "REMOTE_ACTION", payload: { action: "MONITORON", }, } }, i also found that if i use MONITOROFF then the shellExec: "vcgencmd display_power 1" command will not work. Richie
  • I can't use Youtube while lag is en-US

    7
    0 Votes
    7 Posts
    985 Views
    younseongshinY
    @sdetweil Thx to your kindness for me. As you said I’ll also hope to find the way to solve. Thx again!!! :)
  • Black Background Only - No Modules?

    1
    0 Votes
    1 Posts
    364 Views
    johnnyboyJ
    Hi there Guys, Couple of questions ifI can? How do Idisable the interface, in order to play a video file full / partial screen, but still retaining the black background within MM… if this is how to do ithe following----- bhelper posted in Show your Mirror, where he uses a Halloween MP4 on a loop, and he disabled the interface firstly…I’m assuming he disabled all the Modules and retained the black background? also, would any Player work in this scenario, or will I need a specific player? I have not done this sorta thing on MM before, so all a bit new to the setup. Thanks
  • MMM-NOAA3

    3
    0 Votes
    3 Posts
    806 Views
    M
    Hi, Yeah i tried it with Accuweather and still had the same. I’ll try it with openweather when i get home and see what happens. Thanks Michael