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.
  • Installing Magic Mirror 2 Using An SD Card With A Different IMAGE

    4
    0 Votes
    4 Posts
    4k Views
    F
    Just follow the tutorial and you’ll be fine
  • Ideal tint for the mirror?

    2
    0 Votes
    2 Posts
    3k Views
    brobergB
    @zeldakong64 the light transmission from the “back” (most mirrors have one side that has more reflection than the other) should be around 20% to get enough light through when the room the mirror is placed in is bright, you might go even higher if the mirror is out in daylight. The higher transmission of light the more you will see of the monitor itself, even more so when the light in the room gets dimmer. The backlight of monitors will def shine through more the higher percentage you go. I have a mirror with 3% light transmission, it works fine in a room with no daylight and just a few light sources. big plus is that the backlight doesn’t show until the room is entirely pitch black. But! I would suggest a mirror with 12-20% light transmission for most placements.
  • Panic's StatusBoard is dead. Anyone want to port graph modules?

    1
    0 Votes
    1 Posts
    1k Views
    L
    Panic Software recently announced that they are discontinuing StatusBoard, a simple but popular iOS app for iPads connected to a large display: Blog post: https://panic.com/blog/the-future-of-status-board/ It’s pretty similar to MagicMirror2 in many respects. If you point StatusBoard to .json sources, it will format the data in nice ways. I hope someone out there looks into porting the graphs module. It would be really cool to have on MagicMirror2.
  • Multi touch screen conversion panel

    multitouch
    4
    0 Votes
    4 Posts
    3k Views
    brobergB
    @monkepinay I’m in the middle of my build, so no results yet, only thing that is an issue, or may be an issue, is that the glass I ordered lets thru to little light, so it might be hard to see the display in daylight My mirror is letting 3% of the light thru, I’ve later, after reading more seen that 12-20% is more optimal for magicmirror-use.
  • Christmas mirror fail

    3
    0 Votes
    3 Posts
    2k Views
    cowboysdudeC
    Explain to her what you’re trying to do… she’ll understand and still love it! :)
  • Jarvis just pissed all over Home Ai.

    1
    0 Votes
    1 Posts
    1k Views
    ?
    https://www.facebook.com/notes/mark-zuckerberg/building-jarvis/10154361492931634?hc_location=ufi Thoughts?
  • Mac .APP launcher for my MM.

    Moved
    2
    0 Votes
    2 Posts
    2k Views
    paviroP
    This does not seem to be a MM module, so I will move this topic. Please add a description what this does.
  • Load url without showing

    1
    0 Votes
    1 Posts
    1k Views
    K
    Hi, I want to load a certain url to perform an action, but I do not want to show that page. What would be the best way to implement this? It should work within the Modules. http://xxx.xxx.xxx.xxx:port/EN/status.html?p0=playlist&p1=jump&p2=0&start=0&player=00%3A00%3A00%3A00%3A00%3A01
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    59 Views
  • 33c3 - Chaos Communication Congress 2015

    2
    0 Votes
    2 Posts
    2k Views
    C
    @Beh 2015?
  • Images issue on forum

    4
    0 Votes
    4 Posts
    3k Views
    P
    Damm your right, I found the setting: Delay Image Loading - If enabled, images in topics will not load until they are scrolled into view. Thanks man
  • Smart Mirror on Clearance Sale

    1
    0 Votes
    1 Posts
    2k Views
    groundhogdayG
    Looks like twowaymirror.com is having a year-end clearance for their larger fixed-dimension Smart Mirrors. http://www.twowaymirrors.com/smart-mirror/ I have no use for it but might interest a few folks here. [image: 8iTPDMP.png]
  • Anyone built a launcher?

    5
    0 Votes
    5 Posts
    3k Views
    ?
    https://forum.magicmirror.builders/topic/1120/mac-app-launcher-for-my-mm
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    14 Views
  • how it works (small explanation)

    1
    0 Votes
    1 Posts
    1k Views
    D
    Hey, this is a realy cool project. But i find nothing about how it works… After some hours, i found out its just a website running in a browser. But why is this not explaint in the indrodution? Or maybe a demo(mirror)website. This would be cool. A small explanation that the mirror programm works like a website hostet on the raspberry. And i can setup and develop it on my laptop. What you think about this?
  • Found a new cool touch MM

    1
    0 Votes
    1 Posts
    1k Views
    D
    Here https://www.facebook.com/techinsider/videos/618467261684967/ Looks pretty good as i think! Here is the site of the guy http://www.rafaeldymek.com/ We should invite him to work on this great project here, too! :D
  • Touch Screen MM??

    4
    0 Votes
    4 Posts
    4k Views
    G
    Hi, under “Show your mirror” someone already show his mirror include a touch screen pannel. :-) greets gismo
  • The US Election

    6
    0 Votes
    6 Posts
    3k Views
    cowboysdudeC
    @wjdw87 said in The US Election: So far signs look good on what he just stated is to be implemented “draining the swamp”, tensions with “Russia” already dying down… Oh and US Currency is up :) OH for God’s sake don’t tell the liberals… LOL
  • Split MM between multiple displays (screens)

    2
    2 Votes
    2 Posts
    2k Views
    ?
    Self note : https://forum.magicmirror.builders/topic/865/different-looks-based-on-browser-user-agent/2
  • Adding Modules... Please Please advise

    25
    0 Votes
    25 Posts
    16k Views
    ?
    @bhepler said in Adding Modules... Please Please advise: @wjdw87 Okay, I finally had some time so I looked at the file you linked. As @strawberry-3-141 said, you have an issue on line 100, part of the configuration of the camera module. You have: config: selfieInterval: 3, // Time interval in seconds before the photo will be taken. You need to follow the config key with a JSON object, designated by curly braces. So the camera module section should look like so: { module: 'camera', position: 'top_center', config: { selfieInterval: 3 emailConfig: { service: 'gmail', auth: { user: '<xxx@xxx.com>', pass: '<xxx>' }, }, } }, It doesn’t help that the config section is wrong in the README.MD in the camera module. I’ll see if I can’t get a PR to fix that. @bhepler said in Adding Modules... Please Please advise: Additionally, you are missing a closed square bracket in your configuration for the VoiceControl module. After you define your keywords, you need to close the array. The second to last line of your voicecontrol configuration is where it needs to go. Like so: { module: 'voicecontrol', position: 'bottom_left', config: { models: [ { keyword: "Show Camera", description: "Say 'Show Camera' to display camera", file: "showCamera.pmdl", message: "SHOW_CAMERA" }, { keyword: "Hide Camera", description: "Say 'Hide Camera' to hide camera", file: "hideCamera.pmdl", message: "HIDE_CAMERA" }, { keyword: "Selfie", description: "Say 'Selfie' when camera is visible", file: "selfie.pmdl", message: "SELFIE" } ] // **HERE** }, Many thanks