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.
  • 0 Votes
    3 Posts
    1k Views
    lavolp3L
    Where are the promised logs? :-) If you want help you need to include more information
  • MagicMirror is covered on Golem

    2
    0 Votes
    2 Posts
    979 Views
    lavolp3L
    @yawns my google stream gave me the same article on top of the stream. Wondering why…:grinning_face_with_smiling_eyes:
  • Building the frame

    1
    0 Votes
    1 Posts
    661 Views
    A
    I’m not very good with wood working. Does anyone have a good frame build?
  • Google Assistant Slow Response Time

    1
    0 Votes
    1 Posts
    678 Views
    C
    I recently setup mt Raspberry Pi to run Google Assistant in the background with my Magic Mirror. I was curious if anyone has found a way to speed up the response time of the Assistant? I have a Google Home Mini and that responds very promptly. Any luck with speeding things up?
  • Just playing around......

    17
    2 Votes
    17 Posts
    7k Views
    justjim1220J
    @cowboysdude :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing:
  • Touchscreen Mirror

    touch screen newbie module
    13
    0 Votes
    13 Posts
    8k Views
    cowboysdudeC
    @anhanyoung here are a list of videos for my 32" … I have also built a true mirror for the bathroom and have tinkered with a 10" touch one as well… https://www.youtube.com/channel/UCtC-mqSNYsNCWefpSOviIQg?view_as=subscriber You can do a mirror anyway that works for you… use your imagination and build something :)
  • just a bit of experimenting...

    1
    0 Votes
    1 Posts
    595 Views
    justjim1220J
    [card:justjim1220/MMM-NFL-marquee] [image: 1549127488064-screenshot-20.png] [image: 1549127499826-screenshot-21.png] [image: 1549127509919-screenshot-22.png] [image: 1549127519749-screenshot-23.png] [image: 1549127527043-screenshot-24.png] [image: 1549127534780-screenshot-25.png]
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    44 Views
  • How to install MMM-Alexa?

    2
    0 Votes
    2 Posts
    1k Views
    cowboysdudeC
    Go out on the internet and there are TONS of instructions on how to sign up with the service. :)
  • SFF PC instead of PI2?

    4
    0 Votes
    4 Posts
    1k Views
    Mykle1M
    @scotsfrog Ohhhh, haha.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • Magic mirror not starting on boot

    2
    0 Votes
    2 Posts
    850 Views
    D
    @seedhe you need to do a pm2 install script I’ll see if I can find it, seee link https://www.magicmirrorcentral.com/complete-raspberry-pi-magic-mirror-tutorial/
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • A way to add image name to MMM-BackgroundSlideshow?

    2
    -1 Votes
    2 Posts
    1k Views
    R
    FWIW, I did manage to do this. I added a line 155 to the MMM-BackgroundSlideshow.js: image.src = encodeURI(this.imageList[this.imageIndex]); this.sendNotification("IMAGEFILEPATH", image.src); //my stuff Then I created a small module that displayed the notification. Module.register("MMM-ShowMessage", { defaults: {}, getDom: function() { var element = document.createElement("div"); element.className = this.config.size; element.id = "IMGPATHFILE"; return element; }, notificationReceived: function(notification, payload, sender) { switch(notification) { case "IMAGEFILEPATH": var elem = document.getElementById("IMGPATHFILE") var subpayload = payload.substring(53) elem.innerHTML = subpayload break } }, }); In my config.js I just added: { module: "MMM-ShowMessage", position: "bottom_left", config: { size: "small" } }, Now each time the image changes a notification is sent and picked up by the show message module which displays it on screen. I trim the path because the beginning was consistent among all the pictures.
  • Running Python under node.js

    3
    0 Votes
    3 Posts
    1k Views
    T
    Node js is one of the powerful tools of programming and using this if you are working on python it help you a lot. printer offline fix helped me to know more about python.
  • About to build for the first time, dont understand the point of the OS.

    Moved Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    B
    @seedhe - The module framework that @MichMich created is where the technique of hosting the mirror on a Pi really shines. While the Magic Mirror is more-or-less a customizable web page, the ability for the modules to call background processes adds a level of utility. For example, I can put a static web page up on an Amazon cloud IP and just hit that from my mirror. It will display static data and maybe some things from various APIs, if I code it cleverly enough. But that’s about it. With the OS working behind the scenes, I can display anything behind my firewall (IP cameras, weather stations, temperature sensors, PIR sensors, etc.). I can also plug in a camera and/or microphone and use the data from those devices in my modules. It also allows you to scale up if you need to. A Raspi is pretty slick for its size and cost. But if you put something like a NUC behind it, you can use that processing power for some really cool features. Voice recognition, facial recognition, complex animations, etc.
  • Smart Mirror: RSS Feeds Apps

    3
    0 Votes
    3 Posts
    2k Views
    D
    Alright. Thank you! Found these really helpful.
  • MagicMirror with Echo Dot

    6
    0 Votes
    6 Posts
    4k Views
    B
    @mitchawl - My understanding is that the plug in the Alexa devices is output only. But I haven’t actually investigated. I could be wrong. Good luck!
  • Buy acrylic mirror in Spain

    26
    1 Votes
    26 Posts
    23k Views
    qu1queQ
    @israel05 Hola, veo que este post es de hace 2 años, agradecería tu respuesta cuando te sea posible. El espejo de 2 vías que comentas de Cristalería Armentia es de cristal? Gracias! Hello, I see that this post is from 2 years ago, I would appreciate your response when possible. The 2-way mirror that you comment on Cristalería Armentia is made of glass? Thank you!
  • Problems related to MagicMirror...

    2
    0 Votes
    2 Posts
    842 Views
    B
    Sounds like you are having internet access issues