• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.6k 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 Jan 12, 2021, 3:18 PM

    @SiDuMo Looks good !

    1 Reply Last reply Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @SiDuMo
      last edited by Jan 12, 2021, 3:39 PM

      @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 Jan 13, 2021, 1:11 AM

        @SiDuMo What calendar module is that?

        S 1 Reply Last reply Jan 13, 2021, 9:42 AM Reply Quote 0
        • S Offline
          SiDuMo @Wenike
          last edited by Jan 13, 2021, 9:42 AM

          @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 Jan 16, 2021, 1:28 AM Reply Quote 0
          • W Offline
            Wenike @SiDuMo
            last edited by Jan 16, 2021, 1:28 AM

            @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
            1 / 1
            • First post
              6/6
              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