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?

    105 Topics
    727 Posts
    J
    @sdetweil Thanks, I made the changes ad it works perfectly. Thank you for your prompt response.
  • CSS Font size and Color

    4
    0 Votes
    4 Posts
    2k 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
    23k Views
    R
    @sdetweil said in Fresh Install: https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners?_=1592186111922 Many thanks!
  • Minimal depth of a frame for the magic mirror

    12
    0 Votes
    12 Posts
    6k 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
    1k 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
    2k Views
    B
    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
    2k 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
    927 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…
  • 0 Votes
    3 Posts
    649 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
    6k Views
    M
    @Bugsounet Thanks Bugs! I will look into that when I have time for it.
  • Node Version

    2
    1 Votes
    2 Posts
    842 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.
  • 1 server, 2 mirrors

    1
    0 Votes
    1 Posts
    393 Views
    U
    Sorry if this is a repeated question, but it is difficult to search for my query, mainly because “2 mirror” kind of clashes with “magic mirror 2” lol Up until now, I’ve been running a mirror for a few months already without any major issue. I run the server as a Docker image on a rpi4 with one dummy browser attached to it. Now I want to have a second mirror upstairs with a totally different layout, so my question is: I’m I better off creating another Docker instance or can I pass on a configuration file of some sort through the url? For example: example.com:8099 => first mirror, picks up the default config example.com:8099/?conf=upstairs => second mirror, combines default + custom ‘upstairs’ conf. Is this possible? My preferred solution would be to use the same instance because I’ll be using the same API credentials for some stuff (and the same engine behind it), so I would like to have my configs on 1 place, otherwise I’ll just create another instance listening to another port. Greetings.
  • Can i download raspberrian to a thumb drive/external hard drive?

    11
    0 Votes
    11 Posts
    4k Views
    R
    @evroom Yeah, you’re right. It will boot from SD first and then USB if you have enabled USB boot. So there’s really nothing that will screw up by enabling the one time change. Here’s more info: https://www.raspberrypi.org/forums/viewtopic.php?t=225812 That also says the newer RPi3+ has enabled USB boot by default.
  • API Question

    2
    0 Votes
    2 Posts
    527 Views
    S
    @Stoffbeuteluwe generally its one api. sometimes there are call limits
  • Send web page from phone to MM

    3
    0 Votes
    3 Posts
    605 Views
    O
    The scrolling is just another challenge, I believe. I imagine either two buttons that can attach as a keyboard and act as arrow keys, or a kind of motion detection, for example using a HC-SR04 or a camera. It should work for any web page.
  • Raspberry Pi Client Only Build

    3
    0 Votes
    3 Posts
    3k Views
    S
    @potts-mike well it needs a browser and electron is not available now for pi 0. So you will have to use chrome
  • Newbie - Build Smart Mirror

    14
    0 Votes
    14 Posts
    8k Views
    FoziF
    @xxLulaBelle alternatively you could use a gesture sensor and run it with the MMM-GroveGestures module. I have one to swipe pages and to start/stop a news podcast with MMM-Podcast2. Works great!
  • What’s the smallest display I could reasonably use?

    display monitor
    6
    0 Votes
    6 Posts
    2k Views
    J
    @hango oh this is really helpful, thank you!
  • Need help in a point/click of MM screen apps

    1
    0 Votes
    1 Posts
    385 Views
    B
    I have the cursor app working, but need a mini-menu at the top to select which of the apps are visible and active. Way too many things to display with this neat program. I’ll probably use it using VNC viewer remotely. A simple monitor, no fancy mirror. The complexibility and flexibility of this program are AMAZING. Help me before I go back to PiPresents! Thanks Bo W4GHV Any ham radio apps appreciated too.
  • Magic Mirror Discord Group

    community question discord
    22
    0 Votes
    22 Posts
    26k Views
    morozgrafixM
    @bryceblood are you talking about MMM-Slack and MMM-SlackAnnouncements? I’m not the creator or maintainer of those. Or did I misunderstand your question? Thanks.
  • Hi, there is a new Alexa Module

    98
    -1 Votes
    98 Posts
    80k Views
    J
    @Stevent Hi, you made one mistake in your config. The apostrophes for the option pages are wrong. You have to write only a number there. pages: 2