• 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.

Another No upcoming events MMM-Calendar

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 2 Posters 332 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.
  • D Offline
    Dennis-010
    last edited by Dennis-010 Jun 2, 2020, 8:28 AM Jun 2, 2020, 7:56 AM

    Hey all,

    For quite some time I have been using MM.
    It always worked pretty well for me without any problems. Until I noticed today (or maybe a few days back) that there were no more events displayed in the mirror. I did have some power failures recently, but I think this isn’t the problem because the Holidays calendar is working fine

    I have 2 personal calendars displayed, but both of them state “no upcoming events” while there are plenty of events to be displayed. The holidays calender I just added, is just for testing purposes, this works fine
    Is there anything like a update i missed? I get my personal calender from a kerio server.
    When I paste the .ics in my browser, I can download the file and view some contents.
    I already tried to change https for webcal with no result.

    Also created a new user on the Kerio server, with 1 upcoming event in the future.
    If I run that ics file trough a ics-checker I do get a error result:

    Errors
    Invalid TZID value or missing VTIMEZONE component ("Amsterdam, Belgrade, Berlin, Brussels, Budapest, Madrid, Paris, Prague, Stockholm") near line # 22
    Reference: 3.2.19. Time Zone Identifier
    Invalid TZID value or missing VTIMEZONE component ("Amsterdam, Belgrade, Berlin, Brussels, Budapest, Madrid, Paris, Prague, Stockholm") near line # 22
    Reference: 3.2.19. Time Zone Identifier
    

    Any help would be appreciated.

                    {
                            module: "MMM-MyCalendar",
                            position: "top_left",
                            classes: "default everyone",
                            header: "Afspraken",
                            disabled: false,
                            config: {
                                    colored: true,
                                    maximumNumberOfDays: 60,
                                    maximumEntries: 10,
                                    fade: false,
                                    maxTitleLength: 500,
                                    useRelativeDates: false,
                                    dayOfWeekFormat: "dddd",
                                    timeFormat: "HH:mm",
                                    dateFormat: "D MMMM",
                                    joiningWord: "at",
                                    urgency: 1,
                                    calendars: [{
                                                    url: "https://****.**/ical/***.*****@****.**/Calendar.ics",
                                                    color: "#ffb350"
                                            },
                                            {
                                                    url: "https://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics",
                                                    color: "#ff77d4"
                                            }
                                    ]
                            }
    
    
    BEGIN:VCALENDAR
    PRODID:-//Kerio Technologies//Kerio Connect//EN
    METHOD: PUBLISH
    VERSION:2.0
    X-WR-CALNAME:******'s calendar - ~******@******/Calendar
    BEGIN:VTIMEZONE
    TZID:Amsterdam, Belgrade, Berlin, Brussels, Budapest, Madrid,
      Paris, Prague, Stockholm
    BEGIN:STANDARD
    DTSTART:19961027T030000
    TZOFFSETTO:+0100
    TZOFFSETFROM:+0200
    RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
    END:STANDARD
    BEGIN:DAYLIGHT
    DTSTART:19810329T020000
    TZOFFSETTO:+0200
    TZOFFSETFROM:+0100
    RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
    END:DAYLIGHT
    END:VTIMEZONE
    BEGIN:VEVENT
    DTSTAMP:20200602T080756Z
    UID:ae60dbca-df5d-4873-bc45-575f4534e58f
    DTSTART;TZID="Amsterdam, Belgrade, Berlin, Brussels, Budapest, Madrid, Paris, Prague, Stockholm":20200603T110000
    SUMMARY:test1
    DTEND;TZID="Amsterdam, Belgrade, Berlin, Brussels, Budapest, Madrid, Paris, Prague, Stockholm":20200603T120000
    X-LABEL:0
    PRIORITY:5
    BEGIN:VALARM
    ACTION:DISPLAY
    DESCRIPTION:test1
    TRIGGER;RELATED=START:-PT15M
    END:VALARM
    END:VEVENT
    END:VCALENDAR
    
    1 Reply Last reply Reply Quote 0
    • S Offline
      sdetweil
      last edited by Jun 2, 2020, 12:15 PM

      do you see any errors in the terminal window where u started MM, or the pm2 logs if you use pm2?

      I searched on that error and see entries from 2011/2013 timeframe, so altho MM uses an older calendar parser, this should be supported.

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • D Offline
        Dennis-010
        last edited by Jun 6, 2020, 12:52 PM

        I think the problem was somewhere in my mailserver.
        After a reboot all the appointments magicly reappeared.

        Thank you for responding.

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