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.
  • How to put a module under another one

    5
    0 Votes
    5 Posts
    4k Views
    johnnyboyJ
    @Mykle1 Good to know, as i was not aware there was a yellow - upper_third or cyan - middle_centre zones available… just the magneta - lower_third for compliments. top_bar and bottom_bar are light gray top_left and bottom_left are red top_center and bottom_center are blue top_right and bottom_right are green upper_third is yellow middle_center is cyan lower_third is magenta All these regions will resize as needed.
  • Gesture recognition

    gesture
    6
    3 Votes
    6 Posts
    6k Views
    S
    Have you used MMM-Swipe module. It uses two ultrasonic sensors to detectr right and left motions, I found it quite easy and straightforward
  • IR touch frames

    3
    1 Votes
    3 Posts
    2k Views
    cowboysdudeC
    @SoleLo Read here : https://forum.magicmirror.builders/topic/1381/ir-frame-doesn-t-rotate I ordered the IR Touch frame we are talking about here…now two of us have the same frame and that makes it easier to figure out any issues :)
  • Medicine Cabinet For Magic Mirror Frame

    15
    1 Votes
    15 Posts
    12k Views
    O
    @SoleLo If you’re going to recess the cabinet into the wall, you could make a cheap box out of 2x4’s a few inches bigger than the medicine cabinet to run all of your wiring into and keep it in the wall. Then just pop in some cleats to mount the medicine cabinet into. The displays that I try and use have USB ports on them that give out enough power to run a pi zero so the only cable/cord you would need would be power to the display itself. you could probably just use some cable staples to fasten the cord to the hinge side and keep it fairly clean looking.
  • Revelation! A "Duh" moment with NetworkScanner module.

    3
    3 Votes
    3 Posts
    2k Views
    Mykle1M
    @bminer1 said in Revelation! A “Duh” moment with NetworkScanner module.: @Mykle1 Could you share your Config? { module: 'MMM-NetworkScanner', position: 'top_left', config: { devices: [ { ipAddress: "192.168.1.8", name: "BottlePop", icon: "globe"}, { ipAddress: "192.168.1.17", name: "Baby Jesus", icon: "futbol-o"}, { ipAddress: "192.168.1.2", name: "Dove", icon: "medkit"}, { ipAddress: "192.168.1.11", name: "Donna", icon: "venus"}, { ipAddress: "192.168.1.10", name: "Nikki", icon: "coffee"}, { ipAddress: "192.168.1.3", name: "Jason", icon: "fire-extinguisher"}, ], showUnknown: false, // shows devices found on the network even if not specified in the 'devices' option showOffline: true, // shows devices specified in the 'devices' option even when offline showLastSeen: false, // shows when the device was last seen e.g. "Device Name - last seen 5 minutes ago" keepAlive: 300, // how long (in seconds) a device should be considered 'alive' since it was last found on the network updateInterval: 10, // how often (in seconds) the module should scan the network residents: [], } },
  • Taking The Leap! Need MM Family Help

    Moved
    8
    0 Votes
    8 Posts
    4k Views
    Mykle1M
    @SoleLo said in Taking The Leap! Need MM Family Help: I don’t really use that medicine cabinet it’s pretty much empty right now Nice! Then some of the work is already done for you, if you decide to “bury” it.
  • This topic is deleted!

    Solved
    2
    0 Votes
    2 Posts
    146 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    10 Views
  • Share your config.js right here....

    Moved
    20
    2 Votes
    20 Posts
    14k Views
    1
    @pugsly said in Share your config.js right here....: @1uke_ I would also add a place to download the custom.css file as well. Perhaps that could be a button below the download config file?
  • General Questions About Git

    1
    0 Votes
    1 Posts
    1k Views
    A
    As an amateur, there are a couple things that I just don’t understand about git. I’ve decided to clone my fork of the project to the desktop on my pi, so that I will have another version of my MagicMirror on GitHub. However every time I make a change, it doesn’t show up in git status. When I do git push it asks for my username and password, but still does not work. Is there a way to log on to my account from the command prompt so I can complete these actions?
  • Git branch develop, commited changes do not show up on github

    4
    0 Votes
    4 Posts
    3k Views
    R
    I can recomend you 3 things: Check the next documentation http://rogerdudler.github.io/git-guide/ (simple) https://backlogtool.com/git-guide/en/stepup/stepup1_1.html (some details about branches) http://rogerdudler.github.io/git-guide/ Second one, use this interactive tutorial https://try.github.io The last, you can work better using a zsh+oh-my-zsh. This enable to see where branch you are and status repository into the shell prompt. https://github.com/robbyrussell/oh-my-zsh
  • Forum - uploaded images are not shown

    9
    0 Votes
    9 Posts
    5k Views
    R
    Well, the fix was introduced https://github.com/julianlam/nodebb-plugin-markdown/pull/84 [image: 1487880301545-68018244.jpeg]
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    141 Views
  • Is there a place where people can share their config files?

    8
    1 Votes
    8 Posts
    5k Views
    1
    Hi @strawberry-3-141, @donboon3, @johnnyboy @cowboysdude @lolobyte Thanks to everyone for replying. For this to work I was thinking it could be different to a forum and perhaps needs an interface and layout of it’s own. Something visual so it’s easy to pick out the information and see how it looks. I have mocked something up - would love to get your feedback on this [image: Mwfpxww.jpg]
  • Commercial Smart Mirror?

    Moved
    5
    0 Votes
    5 Posts
    4k Views
    Y
    Hm, this is no real usecase for me. The mirror - at least for me - is a technical and modern way to replace old fashioned paper calendars / schedulers with some addons like weather forecast, traffic jams and public transport delays, without having to use the smartphone. I don’t want to browse websites while brushing my teeth or view the latest news while taking a shower :)
  • Do you play requests?

    2
    0 Votes
    2 Posts
    1k Views
    B
    Well, configs and all, I don’t really see the point in sharing config files, It’s basically just a list of modules. When you get in to it you will see that the real visual changes to the mirror is done with the custom css file, and as you said, there is already a section for that :)
  • Modules MMM-traffic

    2
    0 Votes
    2 Posts
    2k Views
    L
    it’s the Hour you may start to reach your target destination at your desired time in 3. you understood it is your planed arrival tine to your target destination. Good luck
  • IR Touchframe suggestions?

    13
    0 Votes
    13 Posts
    11k Views
    cowboysdudeC
    I also thought about touch film but opted for the IR frame instead… Thanks for all the info!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    44 Views
  • [WANTED] Maker Faire Berlin MagicMirror booth

    13
    4 Votes
    13 Posts
    9k Views
    P
    Well guess we will find a way :) If you have decided whether you want to join me it would be great if you could send me your phone numbers for a WhatsApp group or something :)