@hayman Since the app framwork is electron. I really just made a time displayer using javascript. Here is a tutorial on how to do it.
https://www.youtube.com/watch?v=p8hFNC5GLzo
Great looking booth/equipment. It’s been a few years since I closed my booth business, it’s interesting to see the changes in booth styles and equipment used.
@Ganthor said in My fancy 27" Magic Mirror:
I hope it looks as cool to others as it looks to me.
It does. I love the frame and I enjoyed your “story”.
Nicely done! :thumbsup:
@neleev said in First Magic Mirror (NL) on 32" Sony Bravia:
Curious about what you guys here think of it!
I think it would be perfect if it had one of my modules on it. ;-)
Looks great! :thumbsup:
@mdhenriksen Thanks! Here are some more pictures:
[image: 1564947402325-img_20190804_212640-1-resized.jpg]
[image: 1564947412113-img_20190804_212739-1-resized.jpg]
[image: 1564947419514-img_20190804_212806-1-resized.jpg]
The mirror is a bit dirty as you can see in the last picture :)
@trividar
Well, unless you’ve changed something it should work. Yes, @sdetweil’s sleepwake module is excellent.
Are you using this config option?
[image: 1564706221774-screenshot-from-2019-08-01-20-35-53.png]
The title says it. I have 2 Raspberry Pi 3’s and 2 32" flat screen TVs. I need to find someone who will get the frames and 2 way Plexi or glass. I haven’t done my due diligence on which is a better material for a smart mirror. But I will provide you with the Raspberry Pi and tv if you provide me a frame and 2 way. I figure it’s less hassle than selling the extra items and then sourcing what I need. I will provide pictures and tracking I will also expect that in return. Hopefully we can help each other out and each have everything to build this nifty gadget.
UC Browser
[image: QjI1MENFMENGNkNEM0MzRTdDQ0M6MTQ2Mzg3ODQzNjU1ZGU1NTdhMWQ1MDI2OWI4NDA5MWY6Ojo6OjA=]
[image: QjI1MENFMENGNkNEM0MzRTdDQ0M6Y2JlMzg5ZjMwZDY0MWNjNTM4ZGIzMzgyMTAxZTExNTU6Ojo6OjA=]
[image: QjI1MENFMENGNkNEM0MzRTdDQ0M6Mzg5MmJhMjc3M2I3NmUxNWJhYWVjNDc1OTM4Zjk3OTI6Ojo6OjA=]
AI mirror lets you option to display all of the following information.
Greetings
Date & Time
Local Weather (6 days Forecast)
Calendar
News feed
Google assistant (Pre-installed, you need to create your own account)
Google photo
Features
Mirror-display size :15.6 inch
Frame size: 16x10.5x1.3 inchs(404x270x30mm)
Raspberry Pi 3 Model B+ :The lastest version of the Raspberry Pi hardware and software platform
MagicMirror² :Easy to install and use Magic mirror software platform
Modules:MagicMirror² 3rd Party Modules
Control :Control Mini Wireless Keyboard(include)
Screen:IPS screen
Mic:Audio Mic (Google Assistant Control Ready)
Speaker :3Wx2
Bluetooth : Bluetooth4.2
WiFi :802.11ac/b/g/n 2.5GHz/5GHz
ETHERNET Giga
Memory:16GB TF
power AC110~240V to DC 12 V input
OS Raspbian(Linux)
In the box(Ready to use)
AI mirror1
Mini Wireless Keyboard1
Adapter*1
Check it out https://filmpower.us/t/ai-mirror
Just sent to mail to nebula@filmpower.com if you have any question.
@HayyatAli thanks!
Breaking the project into small steps is a good idea and @mumblebaj has really good advice in starting with the raspberry pi. If you don’t already have one I recommend taking a look at Adafruit. Once you have your pi set up you can look at getting a monitor, then you can decide how you want to frame it.
Oh, also, if you want a “glass” type button you can use box-shadow. I’m never sure which I prefer and tend to swap periodically.
.module {
background-color:rgba(0,0,0,0.25);
border-radius:8px;
box-shadow: inset 0 3px 6px rgba(0,0,0,0.16), 0 4px 6px rgba(0,0,0,0.45);
padding:8px;
}