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

Subcategories

  • Any suggestions or wishes for the forum?

    102 Topics
    704 Posts
    S
    @mumblebaj so much fun! everybody is sliding into paywalls.
  • Please use the search function.

    1
    1
    2 Votes
    1 Posts
    184 Views
    Piranha1605P
    Please use the search function. At the moment questions are being asked time and again that have probably already been answered a hundred times by the search at the top right. The problem is that there are 50 solutions to a problem and newcomers are getting more and more confused. [image: 1593356124642-unbenannt.png]
  • HBO GO

    2
    0 Votes
    2 Posts
    507 Views
    L
    I’m also looking module for my mobdro app?
  • Customized frames for MM

    6
    0 Votes
    6 Posts
    1k Views
    thgmirrorT
    Hi, another idea may be to look at a kitchen-store. Maybe they have a used kitchen-unit with a glas-window you can take as a front-frame. The frame behind is much easier to built because you need no miter. Just buy the wood for the back-frame in a hardware-store, ask them to cut it into pieces. Paint it as you like, should not be so expensive.
  • SSH Tutorial

    15
    0 Votes
    15 Posts
    6k Views
    BKeyportB
    There’s also lots of other ways to get remote access to the Pi so you can edit with normal editors and save there. SAMBA (easy, IMO), or other tools to create a share… Just search and ye shall find.
  • Weather Module

    1
    0 Votes
    1 Posts
    199 Views
    A
    I was looking for a neat and clean weather module for a magic mirror. I really loved the Dark sky module but now dark sky does not give you new API’s. Does anybody know of any good modules similar to dark sky?
  • Variables - central?

    3
    0 Votes
    3 Posts
    441 Views
    BKeyportB
    Would be nice to have centrally located variables. I’d suggest posting on github as an issue.
  • Multi tasking mirror

    4
    0 Votes
    4 Posts
    1k Views
    S
    @waladd I have it running with facial recognition, voice control, plex media server, pi hope, mopidy server, Raspotify, and a tons of magic mirror modules, and my rpi4 b 2gb handles quite well… it occasionally hangs during the activation of google assistant but other than that it works just fine…
  • weather forecast and current weather modules

    Unsolved
    22
    0 Votes
    22 Posts
    9k Views
    lavolp3L
    @hango this way you’ll always have problems updating the respective modules. You would have to reset all of your local changes and fill them in after an update. How do you deal with that?
  • which voice control to choose ?

    5
    0 Votes
    5 Posts
    645 Views
    R
    Super, merci !
  • CSS Font size and Color

    4
    0 Votes
    4 Posts
    967 Views
    johnnyboyJ
    @sdetweil Ahhhh… right… I will defo be giving that a look. As you say, saves me playing around trying things in CSS and reloading mirror each time before I see if CSS worked or not… very time consuming! Thanks again Sam… appreciate all your help.
  • Fresh Install

    49
    0 Votes
    49 Posts
    16k Views
    R
    @sdetweil said in Fresh Install: https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners?_=1592186111922 Many thanks!
  • Portrait Mode

    9
    0 Votes
    9 Posts
    15k Views
    bheplerB
    @johnnyboy said in Portrait Mode: Not sure why, but my preferences show exactly the same options as Strech did… there is no Screen Configuration. Yeah, that’s a puzzler. Let me do some research and see if I can’t figure out what’s going on. It’s possible that I forgot a step. How embarassing.
  • Minimal depth of a frame for the magic mirror

    12
    0 Votes
    12 Posts
    4k Views
    BKeyportB
    @stepan I got lucky, I guess. The circuit boards don’t take up so much room, and they’re in a case that’s way too big for them. If I move the boards a bit, I can get it down to the depth of the monitor itself… of course, that’s playing with stuff that’s at line voltage, and you might not not want to do that.
  • Disable the sound from IFrame-Ping and SmartWebDisplay?

    2
    0 Votes
    2 Posts
    758 Views
    A
    You should separate those two programs. Sharing a module only identifies a program. I tried it on my music device and it worked.
  • Magic Mirror Wires

    8
    0 Votes
    8 Posts
    1k Views
    bheplerB
    The mirror in the office has an electrical outlet behind it. It makes for a very clean installation. I put a hardware switch on the outside of the frame to turn the system on & off. I think this is how I’m going to go from now on. Having a switch on the mirror with an external plug is convenient and lets you swap out various lengths of power cord. [image: 1591705639828-external-plug.png] All of my mirrors have a power strip inside the frame. It gives me multiple outlets, surge protection and enough juice to power the Pi. Wire the power strip to the power socket, leave the power strip turned on, control the power via external switch.
  • Syntax of MMM-NotificationTrigger

    3
    0 Votes
    3 Posts
    1k Views
    M
    @MilkShake Got it to work using: { module: "MMM-NotificationTrigger", config: { useWebhook:true, triggers:[ { trigger: "PLAY_SOUND", fires: [ { fire: "USER_PRESENCE", payload: function(payload) { return false } } ] }, { trigger: "OPEN_GATE", fires: [ { fire: "OPENING_THE_GATE", exec: "sudo python /home/pi/open_gate.py" } ] }, ] } },
  • I keep getting Other peoples messages when i log in.

    4
    0 Votes
    4 Posts
    530 Views
    S
    @JohnBachini i have seen a couple times in the last few weeks it thinks I haven’t posted something, but I know I have… maybe 3 in 3 weeks…
  • Poll: change 'gevoelstemperatuur' to 'voelt als' for a better allignment

    3
    0 Votes
    3 Posts
    440 Views
    TravelbaconT
    I was thinking about this abbreviation as well. The reason why I choose for ‘voelt als’, is that it is a complete phrase. This makes it quicker to recognize for a small peek and first time readers.
  • Ideas Needed

    17
    0 Votes
    17 Posts
    4k Views
    M
    @Bugsounet Thanks Bugs! I will look into that when I have time for it.
  • Node Version

    2
    1 Votes
    2 Posts
    407 Views
    S
    @MikeBishop I have not seen any tests on the newer node and electron versions… there are breaking changes along the way, and new restrictions (like browser sandbox in this latest release), and cross site scripting restrictions , etc… you ware welcome to try and give feedback… no guaranties. I run my installer on all the devices I can get access to I have pi0(armv6l), pi3, pi4, odroid(armv7l) , jetson nano (arm64), linux on intel, mac on intel both physical and virtual machines (my odroid is my production machine in the hall) the others are development test. in my office. the project has reduced focus to pi 3 or 4.