• 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.
  • J Offline
    jonspraggins
    last edited by Oct 7, 2020, 7:54 PM

    Re: 2nd Calendar won't display

    I cannot get my 2nd calendar to appear in MM, despite what changes I’ve done. Here is my module snippet (with ical keys obfuscated):

    {
                            module: "calendar",
                            header: "Upcoming Events",
                            position: "top_left",
                            config: {
                                    calendars: [
                                            {
                                             symbol: "user-alt",
                                             url: "https://calendar.google.com/calendar/ical/mah-email@gmail.com/mah-priv-key/basic.ics"
                                            },
                                            {
                                             symbol: "briefcase",
                                             url: "https://outlook.office365.us/owa/calendar/mah-email/mah-priv-key/calendar.ics"
                                            },
                                            ],
                            }
                    },
    

    My first gmail calendar shows up file. No issues there.

    For the second OWA calendar, I have tried exchanging https:// with webcal:// and back I have ensured that the MM itself can successfully wget the ics file, so connectivity is not an issue. Most of my events in this calendar are weekly or monthly recurring events, but I certainly have upcoming events that are not the “recurring” type.

    Anyone have any ideas?

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

      @jonspraggins what mm version are u on.
      u can send me the ics file and I will examine it. same ID at gmail

      I have just put in two sets of fixes for calendar for 2.13 and next release

      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:13 PM

        from package.json:

        "version": "2.13.0",
        

        The ics file is work-related; I cannot sent that. It should be a standard shared ics file from a published calendar on https://outlook.office365.us/ with the “Can view all details” permission set applied.

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

          @jonspraggins u can change the names of the events in the file after u download it.
          I don’t have office 365.

          Sam

          How to add modules

          learning how to use browser developers window for css changes

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