• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Having issues with 2nd ical.

Scheduled Pinned Locked Moved Troubleshooting
11 Posts 3 Posters 2.4k 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
    sdetweil @jonspraggins
    last edited by Oct 7, 2020, 8:20 PM

    @jonspraggins how about if u make that calendar the 1st entry?

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • J Offline
      jonspraggins
      last edited by Oct 7, 2020, 8:26 PM

      I just created a fake calendar in OWA and added that to my config. Those events show up for some reason. curious.

      S 1 Reply Last reply Oct 7, 2020, 8:28 PM Reply Quote 0
      • S Offline
        sdetweil @jonspraggins
        last edited by Oct 7, 2020, 8:28 PM

        @jonspraggins and I have other ics files from OWA that worked, and I have fixed because of MS timezone names.
        (but that fix is in 2.13)

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • J Offline
          jonspraggins
          last edited by Oct 7, 2020, 8:32 PM

          This is clearly seems to be a problem with OWA and not MM, so I’ll say close this topic.

          S 1 Reply Last reply Oct 7, 2020, 8:34 PM Reply Quote 0
          • S Offline
            sdetweil @jonspraggins
            last edited by sdetweil Dec 26, 2020, 2:27 PM Oct 7, 2020, 8:34 PM

            @jonspraggins the ICS file is text, so u can edit it with an editor… if u send the vcalendar and one vevent that fails, I would love to see it.

            BEGIN:VCALENDAR
            BEGIN:VEVENT
            ...
            END:VEVENT
            END:VCALENDAR
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • J Offline
              jonspraggins
              last edited by Oct 7, 2020, 8:57 PM

              I will santizize an ics file and send it to your gmail.

              1 Reply Last reply Reply Quote 1
              • T Offline
                Thheizz
                last edited by Dec 26, 2020, 2:26 PM

                I am having an similar issue.
                config:

                {
                  			module: "calendar",
                  			header: "Agenda",
                  			position: "top_left",
                  			config: {
                				calendars: [
                					//{
                					//	symbol: "calendar-check",
                					//	name: "Thijs",
                					//	url: "https://calendar.google.com/calendar/ical/*******/public/basic.ics"
                                   //  },
                				     {						
                						symbol: "calendar",
                						name: "Andrea",
                						url: "https://calendar.google.com/calendar/ical/********/public/basic.ics"
                					 }
                				]
                			}
                		},
                

                Logs show:

                [2020-12-26 13:24:33.391] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
                [2020-12-26 13:25:03.322] [LOG]    Use existing calendar fetcher for url: https://calendar.google.com/calendar/ical/*****/public/basic.ics
                [2020-12-26 13:25:03.324] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
                
                

                Some fun details:

                • the first ical (now with the //) does work and gives a correct feedback. The second ical is from the same workspace, has the same settings for publications. As far as my knowledge goes the log even shows it fetches 10 events. And I can wget the ics files but still I get a ’ no upcomming events.’ message.

                So @jonspraggins; did you find a solution that could help me into the right direction?

                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