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?

    95 Topics
    656 Posts
    KristjanESPERANTOK

    @toxeek Just to let you know, I am not part of the core MagicMirror team and my answer is based on my personal interpretation of the situation.

    I wish you every success! 🚀 I would find it interesting if you could tell us about your project later.

  • WunderGround Icon name?

    8
    0 Votes
    8 Posts
    3k Views
    strawberry 3.141S

    @johnnyboy

    .MMM-WunderGround table.small td:nth-child(5), .MMM-WunderGround table.small td:nth-child(6) { /* do the magic */ }
  • What magic mirror module blew your mind?

    10
    0 Votes
    10 Posts
    5k Views
    Mykle1M

    @cowboysdude said in What magic mirror module blew your mind?:

    As was I… referring to there’s not much config needed

    So, what’s it called? MMM-Voice? MMM-VoiceControl? Something else?

  • Made a thing

    2
    1 Votes
    2 Posts
    1k Views
    cowboysdudeC

    @RedNax I say yes! And Great job!

  • Canviz frame tutorial

    1
    0 Votes
    1 Posts
    2k Views
    S

    Does anyone know the company Canviz ? They do a fairly similar thing to the magic mirror, (although the content that they display is different) - mostly pictures, animation, and things. However, they just decided to share their frame building tutorial for free! Also - if you are struggling with building a frame (and you have a 21.5" monitor your are using for your MM) you can simply purchase a ready made one of their frame! Looks to be MM compatible!

    For those of you who don’t know, the Canviz is a monitor inside a frame run by a raspberry pi… :) sound familiar?

    http://canviz.co/diy/

    *am am not affiliated with canviz at all - just excited to have a proper frame tutorial! *

  • MMM-traffic settings?

    1
    0 Votes
    1 Posts
    983 Views
    W

    Nedd help as i don´t get it to work, All shows up on the mirror but not display any info on time.
    It is for Sweden i try this to work so maybe some one from Sweden can show the config they use to get it to work.
    The api is in place so that is ok.

  • How to put a module under another one

    5
    0 Votes
    5 Posts
    3k 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

    6
    3 Votes
    6 Posts
    5k 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
    7k 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
    1k 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
    3k 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
    8k 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
    938 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
    2k 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
    3k Views
    R

    Well, the fix was introduced
    https://github.com/julianlam/nodebb-plugin-markdown/pull/84

    0_1487880299944_68018244.jpg

  • 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
    4k 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

    mock up for interface to show shared config.js files

  • Commercial Smart Mirror?

    Moved
    5
    0 Votes
    5 Posts
    3k Views
    yawnsY

    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 :)