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.

    MMM-CalendarExt3Agenda Only loading a few items.

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    14 Posts 3 Posters 3.6k 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.
    • S Offline
      schwarem
      last edited by

      I am rebuilding my Magic Mirror with the new CalendarExt3Agenda control after having used the CalendarExt2 controls for years to manage my multiple family calendars and activities. I can’t get all the entries to show up on the CalendarExt3Agenda control. It sometimes loads one or two of the calendar events from the Soccer calendar, but none from the others. Below is a screenshot with the basic calendar control shown and the CalendarExt3Agenda section of my config file. What am I missing?

      {	
      			module: "calendar",
      			position: "top_left",
      			//hiddenOnStartup: true,
      			config: 
      			{
      			broadcastPastEvents: false, 
      			hiddenOnStartup: true,
      			calendars: 
      			[
      				{
      					url: "https://calendar.google.com/calendar/file.ics",
      					name: "Molly", 
      					color: "Magenta", 
      					broadcastPastEvents: false, 
      					maximumEntries: 100, 
      					symbol: 'person-dress', 
      				},
      				{
      					url: "https://calendar.google.com/calendar/file.ics",
      					name: "Soccer", 
      					color: "Green", 
      					broadcastPastEvents: false, 
      					maximumEntries: 100, 
      					symbol: 'futbol', 
      				},
      			],
      			},
      		},
      		
      		{
      			module: "MMM-CalendarExt3Agenda",
      			position: "top_left",
      			title: "Family Agenda",
      			config: 
      			{
      				useWeather: false,
      				showMiniMonthCalendar: false,
      				hiddenOnStartup: true,
      			}
      		},
      

      Calendar Screenshot.JPG

      S M 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @schwarem
        last edited by

        @schwarem bug in 2.26, maximumEntries not by calendar url… only overall, above the calendars list

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @sdetweil

          I switched it to only about the calendar list, but I still have the same issue.

          {	
          			module: "calendar",
          			position: "top_left",
          			config: 
          			{
          			broadcastPastEvents: false, 
          			fade: false,
          			coloredText: true,
          			maximumEntries: 15,
          			showLocation: true,
          			calendars: 
          			[
          				{
          
          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @schwarem
            last edited by

            @schwarem ok, try the prior parser

            cd ~/MagicMirror
            npm install node-ical@0.16.1
            

            restart MagicMirror

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              @sdetweil
              Thanks for the update. Still no luck.

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

                @schwarem can you show the messages from npm start where the deault calendar module says how many events it broadcast.

                like

                Calendar-Fetcher: Broadcasting 11 events from https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics.
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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

                  @sdetweil

                  Below is the screenshot. It is loading everything, but not displaying in CalendarExt3. I also noticed in the debug console there was the message below. I don’t know what it means.

                  c92f6168-d3c0-4a42-8a26-05a585321316-image.png

                  dce7f440-1f51-42db-9f39-01f94dbb6fd9-image.png

                  S M 2 Replies Last reply Reply Quote 0
                  • S Offline
                    sdetweil @schwarem
                    last edited by

                    @schwarem i erased your image, one line at top had full url, please fix and then edit post and add it back in

                    did you do

                    npm install
                    

                    in the module folder after git clone??

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

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

                      @sdetweil Yes. and I just ran it again.

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

                        @schwarem it should have done the extension install too

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

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