MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    75" (180x60cm) Standing Mirror with dual screens

    Scheduled Pinned Locked Moved Show your Mirror
    6 Posts 4 Posters 3.9k Views 5 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      SiDuMo
      last edited by SiDuMo

      Hey builders,

      here is my second magic mirror which I worked on for quite a while:
      lowres.jpg
      Kollage.jpg
      2021-01-13-110129_1920x3000_scrot_edit.png
      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

      A Mykle1M W 3 Replies Last reply Reply Quote 7
      • A Offline
        ashishtank Module Developer @SiDuMo
        last edited by

        @SiDuMo Looks good !

        1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @SiDuMo
          last edited by

          @SiDuMo

          Well done!

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • W Offline
            Wenike @SiDuMo
            last edited by

            @SiDuMo What calendar module is that?

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              SiDuMo @Wenike
              last edited by

              @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: {},
              			},
              },
              
              W 1 Reply Last reply Reply Quote 0
              • W Offline
                Wenike @SiDuMo
                last edited by

                @SiDuMo Thank you! I’ve been struggling to get my calendar looking the way I want, so the config helps.

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy