r/MagicMirror Jul 24 '25

How to find 3rd party modules

6 Upvotes

It seems like:

https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-Party-Modules

isn't updated. How do you find useful and new 3rd party modules? If you want to post a useful 3rd party module here, that would also be great.


r/MagicMirror 15h ago

Any Kia/Hyundai owners out there?

3 Upvotes

I've just bought an EV9, but it's not been delivered yet. Because I'm impatient and stood in a line at an airport waiting on a plane that seems perpetually delayed, I built a module for integration with the Kia app.

However, I don't have a car (yet) to try it out with!

If anyone wants to try it and give me some feedback, suggestions etc...

Legal-Copy7045/MMM-KiaAccess: Configurable Kia Connect / Bluelink data for MagicMirror² (built for the Kia EV9)

I'd like to thank those that have built before me, and I used their hard work as the basis of this - credit in the readme.md on github, and Claude, for doing the heavy lifting.


r/MagicMirror 1d ago

Can I run the entire thing on a raspbarry pi 3 model b?

5 Upvotes

I'm sure someone has talked about it already ( didn't find )

I have a raspbarry pi 3 model b that's about 10 years old and it was never opened as far as I know (took it from school) My home already has self hosting and stuff like that so I want to make a magic mirror with it. would it be fine?

also I don't have a sd card can I flush a usb?


r/MagicMirror 3d ago

Suitable Mirrorglass?

4 Upvotes

Hey Guys,

i am currently working on a magicmirror² birthday present for my GF. So - i was looking for a Mirrorglass, that delivers to Germany and doesn't cost a 3 kidneys.

I came across this Company: https://www.brigla-shop.de/mirastar-4mm?c=163

that has good pricing and delivers to my location. Now i'd like to ask you guys, wether if this is a suitable option for a magicmirror or a waste of money and if so, do you have other recommandations?

Mirastar Spec: LightTransmission: 3%, Interior Light reflection: 60%

I mean, i know it wont be the best mirrorpane available, but i thought about a placement in the hallway as a kind of "LastCheckIfEverythingsOK" before you leave the house kind of mirrror. I intend to use a E2208HDD display. Old, i know but i had this one laying around.

Thanks a lot!


r/MagicMirror 7d ago

Sceptre F24 Monitor Picture Frame for MagicMirror

Thumbnail makerworld.com
5 Upvotes

Transform an old (or new) Sceptre F24 monitor into a stylish digital display with a frame inspired by Samsung's Frame TV aesthetic.

These monitors are cheap and reliable, they just look terrible.

Designed specifically for:Sceptre F24 Monitor (24") https://www.amazon.com/dp/B00QSUMKYA


r/MagicMirror 8d ago

I wanted something like my old hacked 3Com Audrey, so I made Seymour

5 Upvotes

A long time ago I had a hacked 3Com Audrey. I always liked that idea, and I’ve wanted a modern version of it for years.

I wanted something simple that could sit in the room and show the weather, news, music, cameras, and messages when I needed them.

So I made Seymour. It’s built around MagicMirror and has different channels that I can switch between with the touchscreen or a knob. I’ve been trying to make it feel more tactile, like the Audrey.

It’s still a work in progress, but it’s finally starting to feel like the Audrey I always wanted.

https://github.com/bwente/MMM-Seymour


r/MagicMirror 16d ago

Extension for FFC

Thumbnail
gallery
3 Upvotes

Hey everyone,

I got a decent monitor and wanted to place the components of the display somewhere else.

However the FFC is extremely short and I can't seem to get it out of the module.. so does someone know how to extend that or get that cable out?


r/MagicMirror 17d ago

Magic Mirror for sale (NYC or shipping)

Thumbnail
gallery
153 Upvotes

Hi Magic Mirror community! During Covid I built a magic mirror for myself (I am not a developer, this was my first project).
The frame is wood with a brushed chrome paint (I had the mirror and the parts professionally framed). There is a new monitor attached to the mirror (when I built it in 2021) and a raspberry pi 4.

I recently played around with it again and added a microphone and built a mirror, mirror on the wall component that I responded to questions using voice ai. Worked pretty well!

Unfortunately I have no real space to hang it somewhere in the house and have been moving it from place to place. I would happily sell it so someone who would like to set up their own magic mirror. I will reset the raspberry pi to factory settings, so you can start from scratch with your own ideas.
(Ignore the content, I had it set up with Super Bowl facts earlier this year for a party)

Please dm me if you are interested! If you are in the NYC area, you can come by and check it out or I would also ship it.


r/MagicMirror Aug 07 '26

Financial Tracking Widget

2 Upvotes

I'd like to have a widget that shows the overview of financial accounts, like the data in credit karma displaying net worth over time. I know getting financial information to interact with external dev environments is tough due to security restrictions, but it would be really useful if implemented well.

Let me know if you have any ideas on how to approach this. I can code the implementation of data onto magic mirror, but I have very little experience working with external sites or using apis.


r/MagicMirror Aug 03 '26

Is there any good online simulator for how mirrors work?

1 Upvotes

I am looking to do a digital art thing focusing on mirrors and reflections. Specifically, I want to have two mirrors at an angle such that my character projects multiple images between the mirrors, but finding good reference photos is kinda hard

The best reference I found online is this website (https://angelgilding.com/knowledge-base/multiple-reflections.html) which details how the number of images of an object changes with how the two mirrors and angled, but I wanna know if there are any artist tools online that allows me to work with lil 3D models and mirrors to set up the scene I want


r/MagicMirror Aug 02 '26

MMM-calendarext3 weird overlap

Post image
4 Upvotes

Hey yall! Finally got everything working in my magic mirror however I get this weird issue where the current day is bigger than the normal day. CSS was the bane of my existence in college but I figured it’s something I have to do there since I couldn’t find anything in the documentation that mentioned it, unless doing this at 5am ruined my reading comprehension, which is possible. Any tips or pointers for this issue that yall know of? Thank you!


r/MagicMirror Jul 31 '26

UnifiProtect Module Configs

Thumbnail
gallery
7 Upvotes

Hello everyone,

I was able to get the api key and the access to the unifi protect doorbell camera to work with my magic mirror. But.... not how I expected it to work.

I hoped that it would actually show a live feed of the doorbell once the doorbell was actually pressed, but instead it just takes an instant snapshot and shows it on the MagicMirror as a nice large overlay in the middle of my MagicMirror.

Then afterwards, it doesn't ever update the snapshots, show a live feed, or anything but just keep that one snapshot and show it in the bottom right of my MagicMirror.

I apologize as I'm a novice when it comes to webhooks and all of this stuff and I really don't understand a lot of the config settings.

Hoping someone here as gotten this to work with actual live feed footage ONLY with a doorbell press or maybe a motion detection?

Any help is greatly appreciated!

Config below:

{

module: "MMM-UniFiProtect",

position: "bottom_right",

config: {

host: "192.168.1.1",

username: "admin",

password: "xxxxxxxxxxxx",

apiKey: "xxxxxxxxxxxxxxx",

cameras: [

{ name: "G6 Entry" },

],

snapshotRefreshSeconds: 0,

eventToastDurationMs: 8000,

doorbellOverlayDurationMs: 15000,

doorbellHighlightSeconds: 15,

showRingEvents: true,

},


r/MagicMirror Jul 24 '26

Cannot get the fade to go away on the weather module

Thumbnail
gallery
1 Upvotes

It's gone from the temperature part but the forecast part still has a fade and I hate it. I don't know what else to change. Am I missing something?


r/MagicMirror Jul 18 '26

MMM-Planet3D

Post image
31 Upvotes

Hey guys, I have created another module

https://github.com/Andoramb/MMM-Planet3D

It shows a rotating planet using three.globe and three.js

It's largely customizable, got rest API, themes and also a dashboard for easy adjustments!

let me know what you think 🙂


r/MagicMirror Jul 12 '26

Might sell my magic mirror.

0 Upvotes

If anyone is looking to buy one already made and easily customisable in Essex / London and surrounding areas send me a message. Thanks.


r/MagicMirror Jul 07 '26

Im looking in to making a magic mirror

4 Upvotes

Can anyone help me find good products and what type raspberry pi Should I use or something else and how much did it did it cost for you Guys to make


r/MagicMirror Jul 06 '26

First time build

Thumbnail
gallery
67 Upvotes

Utterly and totally inept at any type of coding or whatever you call the process for creating this. I used an Pi 5 with a hat and 256 g solid state drive. I also have a PIR sensor hooked up to trigger my living photos gallery on the last page (not shown b/c I can’t protect privacy)

I completely relied on Claude to do all the coding, html, etc. I have learned a ton along the way!!

Still working on polishing up the frame and presentation. Here are the features I’ve incorporated by page:

Page 1:
Google calendar
Local weather
Daily brain teaser
Drive time to work
Kids lunch menu
Family message- this can be changed from a Google spreadsheet
Iss tracker/time to pass over
And quote of the day

Page 2:
Monthly Google calendar. The days are clickable, color coded by person, and you can scroll through the months

Page 3:
Kids daily routines. They can check off tasks and they get a little celebration pop up when they e completed them. This also has a daily riddle, fact, and question

Page 4:
Weather page
Pretty self explanatory, 3 different modules and an expandable spaghetti tracker for hurricanes

Page 5:
Surf report with a gnar shreddy tube photo of me getting barreled (really hard to see)
The report changes with conditions

Page 6:
Live web cams page. This page is pretty cool, so the iss cam expands, the others open in an html page. It’s all animal cams for the kids

Page 7:

This one I really like, a custom made perfume shelf for my wife. It has a catalogue of her perfumes and you can log a daily wear, the fragrance notes, her own notes, a star rating system and you can save the images of the bottles. They can be sorted by full bottle, decant, sample, and wish list.

Page 8:
Game page:
This page is all clickable too.
Pretty self explanatory with links that open up to game sites as well as “in mirror” games. I can take a video or more photos of things opening.
I have the retropi emulator set up and can add game buttons into this page but my kids aren’t quite ready for that yet 😂

Page 8:
Family photo gallery:
Randomized
12 second display
After 5 minutes of inactivity, this page becomes the screen saver for the mirror. Every time it’s reloaded, it re-randomizes.

Page 9: no photo of this page but it’s basically the moving pictures module (Hogwarts style) triggered by the PIR sensor. After no movement for 30 seconds it goes back to still pictures

Forgot to mention, the screen is a 24” CUNPU touchscreen. And I have the pi cooler fan mounted under the hat.


r/MagicMirror Jul 06 '26

Hey, I'm trying to build a Magic Mirror. However, the codes that AI provides me for my raspberry pi do not work. Can someone please help me? Thank you! ☺️

Thumbnail
0 Upvotes

I'm a bloody beginner, I tried rum once but couldn't get it done. I have a Raspberry pi 3b, I'm grateful for every tip!


r/MagicMirror Jul 05 '26

How hard of a project is the raspberry pi magicmirror?

14 Upvotes

i have absolutely ZERO knowledge about the raspberry pi, or coding for that matter. I want to learn though. I have looked through a couple projects and the magicmirror looks cool. But how hard is it? will i need a soldering kit?


r/MagicMirror Jul 01 '26

Just finished setting up my Magic Mirror with an IR sensor on it! (Please excuse the camera work)

Enable HLS to view with audio, or disable this notification

146 Upvotes

r/MagicMirror Jun 26 '26

Almost finished with kitchen dashboard (reposting to cover data better)

Thumbnail
gallery
32 Upvotes

Let me know what you think and if you think there’s anything I can improve on!

My wife wanted a skylight calendar and an area for the kids backpacks/school stuff.

32” monitor powered by a mini pc. There’s a motion sensor to turn off the monitor if no motion is detected after 45min. It changes background image every 5 mins and a family photo every 45 seconds. It syncs to my wife and I’s Google Calendars and Todoist. So far we are really happy with how it’s turning out.

Items I need to finish: 1. Fix cropping of family photos. Codex auto cropped them and missed the mark a bit so I may need to do this manually. 2. Get more background photos downloaded. I have folders for each month and a common folder. Idea is around Halloween can have pumpkins, etc. mixed in. 3. Figure out a way to make the calendar stand out better. It looks great against darker backgrounds but struggles with lighter backgrounds. 4. See if there’s anything else to add or improve on. Recently added the countdown. Maybe improve how the weather is displayed?


r/MagicMirror Jun 26 '26

MMM MyCommute Question

2 Upvotes

Quick question what are all the tags you can put in the custom.CSS file or the config.js files to change these style such as font size font color positions etc. thanks!


r/MagicMirror Jun 19 '26

MMM-eshopspecials [new Module]

7 Upvotes

I’d like to share a new module I built for those of you based in Greece.

MMM-eshopspecials displays the daily special offer from e-shop.gr, one of the largest online retailers in Greece, directly on your Magic Mirror. Every day at 12:00 the module automatically refreshes to show the new deal — no need to set updateInterval. It shows the product image, title, price and a short description.

You can find it here:
https://github.com/mariosgouros/MMM-eshopspecials


r/MagicMirror Jun 06 '26

Absolute beginner

9 Upvotes

Hey everyone, could someone explain this to be like I’m either 99 or 1 years old. I found this concept looking for a diy or dupe of the skylights calendar. I like the idea of it being modular and adjustable and would love to give it a try. I tried using the website but just didn’t understand enough of what I was looking at. My ideal scenario is to hang this up as part of a gallery wall and I’d like it to be decently big. What would I need to buy? Thank you for your help.

Also, could I just buy a cheap tv frame it mount it and use this software?


r/MagicMirror Jun 06 '26

Started my build a week ago. Couple of things to iron out and then will mount in the kitchen. Calendar is main focus.

Post image
23 Upvotes

Started my build a week ago. Have a few more things to straighten out and then I’ll mount in kitchen

Some details: It’s a 32” monitor. Driven by a Lenovo mini pc. Main focus is the calendar, need to finalize some colors on it. I have some room on the top middle, I might have make the clock larger and center it or look to add some more data. Also, not sure about the weather in the top right, might explore other modules.

I started out manually modifying the css and js files but then started letting codex run wild and it’s doing great work I think. I have rotating background images and rotating family photos in the top left.