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.

    Multiple Calendars module getting "No upcoming events"

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    5 Posts 2 Posters 700 Views 2 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.
    • K Offline
      kondef
      last edited by sdetweil

      I have put multiple calendars in the default module but i am not getting any events but “No upcoming events”. You can see the config below. Any ideas what’s wrong?

      {
      	module: 'calendar',
              header: "My calendar",
      	position: 'top_left',   // This can be any of the regions. Best results in left or right regions.
      	config: {
      		calendars: [
      		{
      		  url: 'https://whatever.com
      			symbol: 'calendar',
              },
              {
                              url: 'https://whatever.com',
      			symbol: 'birthday_cake',
              },
               {
                              url: 'https://whatever.com',
      			symbol: 'calendar',
              },
          ]
      	}
      },
      
      S 1 Reply Last reply Reply Quote 0
      • S Away
        sdetweil @kondef
        last edited by

        @kondef do they work separately? I have multiple calendars all the time without problem

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        K 1 Reply Last reply Reply Quote 0
        • K Offline
          kondef
          last edited by

          No one any suggestions?

          1 Reply Last reply Reply Quote 0
          • K Offline
            kondef @sdetweil
            last edited by

            @sdetweil Yes they work separately but the problem is that i get the data only from one the above. I might doing something wrong with the } and the commas?

            S 1 Reply Last reply Reply Quote 0
            • S Away
              sdetweil @kondef
              last edited by

              @kondef the commas and brackets look good…

              the settings say to retrieve a max of 10 entries… if first call provides that many, then nothing from the rest…

              u can add maxEntries to each cal, and make the outer max larger…

              see the cal readme.md

              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