MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.25.0 is available! For more information about this release, check out this topic.

    UNSOLVED Multiple Calendars module getting "No upcoming events"

    Troubleshooting
    2
    5
    216
    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
      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
        sdetweil @kondef last edited by

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

        Sam

        Create a working config
        How to add modules

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

          No one any suggestions?

          1 Reply Last reply Reply Quote 0
          • K
            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
              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

              Create a working config
              How to add modules

              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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy