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.
  • Revelation! A "Duh" moment with NetworkScanner module.

    3
    1
    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
    1
    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
    13k 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
    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 :)
  • Do you play requests?

    2
    0 Votes
    2 Posts
    1k Views
    brobergB
    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
    1k Views
    lolobyteL
    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
    10k 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
    paviroP
    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 :)
  • Further module categories...

    11
    1 Votes
    11 Posts
    7k Views
    cowboysdudeC
    @Jopyth No, I like your idea better! I also like @MichMich module beta!!!
  • Backing Up Magic Mirror

    8
    1 Votes
    8 Posts
    7k Views
    A
    Very true! A big thank you to everybody who has helped me along the way. :clap: :thumbsup:
  • Thank you strawberry!!!!

    1
    2 Votes
    1 Posts
    4k Views
    cowboysdudeC
    Thanks to @strawberry-3-141 for being super patient with my learning of js [for some reason the php in me still fights me LOL]…
  • Complete set up Tutorial (Typos?)

    8
    0 Votes
    8 Posts
    4k Views
    J
    @strawberry-3.141 Thanks for tagging. I updated the commands to not include additional single quotes.