A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Frameless Magic Mirror

    6
    10 Votes
    6 Posts
    3k Views
    J
    @sheptastic Thanks! Here you go https://github.com/yawnsde/MMM-WorldTides
  • MagicMirror With Face Recognition

    22
    12 Votes
    22 Posts
    11k Views
    C
    Which weather module do you use? Could it be used for Germany?
  • Kitchen Magic²

    8
    6 Votes
    8 Posts
    4k Views
    D
    @missnerdtou It’s a Microsoft Surface Pro 3
  • Under US$100 Magic Dashboard (Rpi + Tablet + WallPanel)

    2
    4 Votes
    2 Posts
    3k Views
    K
    [image: 1727479840941-2.jpg] I just add world clock (MMM-Worldclock) on the top of the screen
  • My kitchen dashboard (incomplete)

    11
    1 Votes
    11 Posts
    4k Views
    A
    Your family kitchen dashboard looks fantastic! The use of modules like MMM-MyCalendar and MMM-MyWastePickup is really practical. Moving to a UWQHD screen should enhance the display even further. I’m interested in how the page transition will work—sounds like a great idea to keep the interface clean. Looking forward to seeing the final setup!
  • Acoustic panel frame with mirror effect

    10
    7 Votes
    10 Posts
    5k Views
    htilburgsH
    @tuansacto Take a look at https://www.brigla-shop.de/mm-genau/mirropane-chrome-spy-6-mm/smart-mirror-spiegel-260?c=6 I just ordered a new mirror 42x72 for under €100 including transport to holland.
  • My Bedroom MagicMirror

    5
    15 Votes
    5 Posts
    4k Views
    B
    @james1787 Awesome job !! Is your mirror touch capacitive, or do you do all your updating from your phone/pc etc ?
  • GoogleCalendarEventAdder

    2
    0 Votes
    2 Posts
    1k Views
    S
    @andyleneway I don’t see that module listed anywhere what kind of error are you getting
  • Bathroom mirror

    13
    10 Votes
    13 Posts
    9k Views
    S
    @cyberdie said in Bathroom mirror: @stephanvdplas where did you buy It? https://www.glasboertje.nl/configurator/doorkijkspiegel-op-maat-bestellen/
  • LCARS - Version 1

    lcars startrek first attempt
    7
    4 Votes
    7 Posts
    7k Views
    D
    @sdetweil Good call! I didn’t see that there 🫣 I moved my custom css to custom.css and it all works the same. Thanks!
  • Round MagicMirror

    7
    10 Votes
    7 Posts
    3k Views
    B
    @ferby09 and the powercable is white so it is less obvious running down the wall. The netgear is a mobile router for a network connection to the pi wich i used for testing some modules
  • Lego MM

    3
    5 Votes
    3 Posts
    2k Views
    BKeyportB
    @elisa Neat. I’d be worried about loosening structure over time, but, nice,
  • My MagicMirror Display

    8
    4 Votes
    8 Posts
    4k Views
    F
    @sdetweil Thanks for the help I will do next time sorry!!
  • Added Module -snille/ MMM-homeassistant-sensor

    2
    2 Votes
    2 Posts
    1k Views
    A
    @earnestrichards this is so cool! I have an enphase pv system too. I would love to add this module!
  • Custom icons for Calendar

    4
    0 Votes
    4 Posts
    1k Views
    S
    @PierreGode great thanks for your info
  • My custom mirror

    16
    3 Votes
    16 Posts
    10k Views
    R
    @greedyvegan thank you
  • Bathroom Magic Mirror 34"

    1
    5 Votes
    1 Posts
    2k Views
    S
    My First Mirror :) It was incredibly engaging and offered a significant learning curve. [image: photo-2024-04-01-20-37-38.jpg] [image: photo-2024-04-01-20-38-00.jpg] Thanks to the users here for help!
  • My e-ink frame

    18
    10 Votes
    18 Posts
    15k Views
    H
    @Matuki Also just wondering what version of nodejs you need and why? Just checking whether I need a new version of nodejs or if RPi distribution has caught up?
  • My Magic "Mirror" Desk Display

    18
    7 Votes
    18 Posts
    18k Views
    BerkSmash1984B
    @Egnos Bullseye Release 11
  • Re: Matuki's MMM-IT8951 module for WaveShare e-ink displays

    8
    0 Votes
    8 Posts
    5k Views
    M
    Damn, it’s even worse than that. WaveShare has abandoned the idea of having a single it-8951 demo that works across all of their dislpays. Instead, they have a separate demo for each - down to differences in revision, screen size, etc… Each demo hard-codes screen size, VCOM, and various other settings. And of course, there’s no reference to documentation (they use raw hex commands with barely documented parameters). The protocol for driving the e-Paper HAT has changed dramatically and the node-it8951 module basically needs to be rewritten. WaveShare seems to have diverged from the it-8951 datasheet quite a bit. e.g. they now have a DC pin for switching between Data mode and Command mode (instead of sending a 4-byte preamble). Rather than try and update node-it8951 to work with all display, I’m going to fork node-it8951 as node-it8951-7in5V2 and only support the display I have. But I’ll keep it as close to the e-Paper demo as possible, so anyone else with programming skills can adapt it for another model by referencing the demo code. thanks for your help, even if it was only as a rubber duck :-)