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.

    2nd Calendar won't display

    Scheduled Pinned Locked Moved Solved Troubleshooting
    6 Posts 3 Posters 2.2k 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.
    • B Offline
      bibi
      last edited by

      I am a bit lost here, I read lot of posts regarding how to add a 2nd calendar but despite my efforts :face_with_stuck-out_tongue_winking_eye: I couldn’t find any solutions to fix my problem. Indeed, i can’t display 2 calendars in either the standard or the MMM-MyCalendar module. No idea why as the output of npm start dev does apparently not show any errors…
      Don’t know where to look!

      MM is running with the latest version
      OS : Jessie / RPi3
      node v6.9.1
      npm 3.10.8

      {
                      module: "MMM-MyCalendar",
                              position: "top_left",   // This can be any of the regions. Best results in left or right regions.
                              config: {
                                      colored: true,
                                      maximumEntries: 2,
                                              calendars: [
                                                              {
                                                              url: 'http://www.xyz.org/ical/2019_Occasions.ics',
                                                              symbol: 'calendar',
                                                              color: '#99FF99'
                                                              },
                                                              {
                                                              url: 'http://www.calendarlabs.com/templates/ical/US-Holidays.ics',
                                                              symbol: 'calendar',
                                                              color: '#ffb350'
                                                              },
                                                         ],
                                      }
                              },
      
      

      Any help would be muchhh appriciated!
      Thx a lot

      1 Reply Last reply Reply Quote 0
      • C Offline
        costascontis
        last edited by

        share a screenshot. It is only display the first one or none?

        B 1 Reply Last reply Reply Quote 0
        • B Offline
          bibi @costascontis
          last edited by

          Thx @costascontis for your feedback. I can’t share a screenshot right now but yes it shows only the first one. The one in the array of my calendar. Obviously only the 2 first entries as set in the option.

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

            so, i just tested this, multi-calendar does work… BUT…

            you MUST pick the {PUBLIC ical URL)… becasue the mirror is NOT running any USER on the web…

            when u get the url in the google calendar settings, from the ‘public url’

            Public address in iCal format
            

            you should be able to put that url in a web browser and download the entries…

            in the MM config, change https:// to webcal://

            AND

            the calendar MUST be marked public, in the access permissions

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • B Offline
              bibi
              last edited by

              Hi @sdetweil, thx for your help and inputs! Indeed, i also figure it out BUT few things for the ones who also struggle with. (might be obvious for some but not for others… :) )

              1. make sure the calendar you are using has in fact upcoming events!
                even if the option maximumNumberOfDays is set to default = 365days and your calendar has an event in the next month e.g, the module will not show it! (don’t know why).
              2. If you want to have 2 separate calendars… one after the other, with header title, => double the module entry in config.js!
              3. what @sdetweil stated.

              have fun! :)

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

                @bibi 1 added a calendar entry for later the same day as I was configing the dual calendars…

                long as public, all ok…

                yes, you need different IDs for the calendar definitions

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                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