A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
75" (180x60cm) Standing Mirror with dual screens
-
Hey builders,
here is my second magic mirror which I worked on for quite a while:
Here are the config files (redacted).Features:
- Dual Screen setup with one Raspi 4 B 4GB
- 180x60cm mirror (Mirropane Chrome Star II)
- 2 23,5" IPS Panels FHD
- LED Lighting down the back side (Alexa controlled)
Some key issues (feel free to ask me anything about this):
- finding a glue that holds 25kgs of Mirror
- making the frame white and good-looking
- finding a way to use two MM instances on two different screens (not that hard, I’m just a noob with programming)
The PIR Sensor will be hidden somewhere in the future.
I’m happy to help if someone has similar plans, just send me a message :)
Stay creative
Simon -
@SiDuMo Looks good !
-
Well done!
-
@SiDuMo What calendar module is that?
-
@Wenike It’s CalendarExt (first version). Works good once you know how to handle it.
I don’t know the CalendarExt2 version.config (ugly but works):
{ module: 'MMM-CalendarExt', position: "top_left", //anywhere. It is not related to real position of view config: { system:{ show:['daily'], locale: 'de', }, defaultView: { position: 'lower_third', dateFormat: "MMM Do", fullDayEventDateFormat: "MMM Do", oneLineEvent: 0, }, views: { }, defaultCalendar: {}, calendars: [ { name:"Hotmail allgemein", url:"firstcalendar.ics", styleName:"style2", }, { name:"Hotmail Stundenplan", url:"secondcalendar.ics", styleName:"style2", }, { name:"Feiertage", url:"thirdcalendar", styleName:"style2", } ], profileConfigs: {}, }, },
-
@SiDuMo Thank you! I’ve been struggling to get my calendar looking the way I want, so the config helps.