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.
    • 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