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.

    Can not add more than ONE calendar??

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    5 Posts 3 Posters 1.7k Views 3 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.
    • I Offline
      ironman_DK
      last edited by sdetweil

      I have tries almost everything, looked at youtube and others here in the forum, but I can not find the answer, how do I put some callendars in my MM ? how do I add one or two calendars more ?:

      module: "calendar",
      			header: "Kalender",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check",
      						url: "https://calendar.google.com/calendar/ical/XXXXXXXXXXXX/private-XXXXXXXXXXXXXXXXX/basic.ics"					}
      				]
      			}
      		},
      
      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @ironman_DK
        last edited by sdetweil

        @ironman_DK it would be

        { 
         module: "calendar",
             config : {
                  calendars:[
                        {
                           Cal 1 info
                         },
                         {
                           Cal 2 info
                         }
                    ]
             }
        }
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        I 1 Reply Last reply Reply Quote 0
        • MeidlmarkusM Offline
          Meidlmarkus
          last edited by

          @ironman_DK , I had the same challenge. I would like to add to add another possible solution to @sdetweil 's :

          By just creating additional instances of the calendar module, you can even give each its own header, which I find adds to clarity. You may want to look at my configuration which I posted here (unfortunately still a prototype, still waiting for the glass to arrive ;-) )
          https://forum.magicmirror.builders/topic/12104/glass-on-the-way-but-still-eager-to-share-my-first-try

          So here’s how I configured it:

          		{
          			module: "calendar",
          			header: "Familie",
          			position: "top_left",
          			config: {
          				maximumEntries: "5",
          				calendars: [
          					{
          						symbol: "calendar-check-o ",
          						url: "https://calendar.google.com/calendar/ical/XXXXXXXXXXXXXXXX/basic.ics"
          					}
          				]
          			}
          		},
                          {
                                  module: "calendar",
                                  header: "Markus",
                                  position: "top_left",
                                  config: {
          				maximumEntries: "5",
                                          calendars: [
                                                  {
                                                          symbol: "calendar-check-o ",
                                                          url: "https://calendar.google.com/calendar/ical/markusXXXXXXXXXXXXX.ics" 
                                                  }
                                          ]
                                  }
                          },
          
          

          Hope it helps

          1 Reply Last reply Reply Quote 0
          • I Offline
            ironman_DK @sdetweil
            last edited by

            @sdetweil It is not possible to do that, It will fail when I do this are you sure this is the right code ?

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @ironman_DK
              last edited by sdetweil

              @ironman_DK here is my calendar setup, with dual calendars…

              		{
              			module: "calendar",
              			disabled:false,
              			position: "top_left",
              			config: {
              				//maximumEntries: 100,
              				tableClass:"foo",
              				fetchInterval: 10*60*1000,
              				calendars: [
              					{
              						symbol: "calendar-check",
              						url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"					
              					},
              					{
              						url: "https://calendar.google.com/calendar/ical/...basic.ics"
              					}
              				]
              			}
              		},
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • 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