MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. SwissChemist
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 22
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-Calendar always shows 23:59 if showEndTime: True

      Dear Sam,
      I have exactly done what is written in your instructions.
      The start date is shown correctly, but there are two issues left:

      1. with ‘showEnd: True’ I can see 23:59 for recurring events (not whole day) on my calendar. (With non recurring events, the end time is correct!)
      2. some dates for recurring events (whole day) are wrong.

      I have prepared an ics-file and a screenshot of my MagicMirror Monitor for comparison.

      The following dates are wrong:
      3-weekly whole day - 22.Okt should be: 21.Okt
      Weekly whole day - 26.Okt should be: 27.Okt
      2-weekly whole day - 27.Okt should be: 28.Okt
      Monthly whole day - 1.Nov should be 2.Nov
      Weekly whole day - 2.Nov should be 3.Nov
      Weekly whole day - 9.Nov should be 10.Nov
      2-weekly whole day - 10.Nov should be 11.Nov
      …
      I have defined a test calendar, ich which all weeklys are planned for the same day, all 2-weeklys are planned for the same day, all 3-weeklys are planned for the same day. So you can easily see if these dates differ, there is a mistake…
      Files and a MagicMirror picture are attached.

      Thanks very much for your support!

      ![0_1601321066459_MagicMirror.JPG](Uploading 100%)
      [0_1601321084756_myCalendar](Uploading 100%)

      posted in Bug Hunt
      S
      SwissChemist
    • MMM-Calendar always shows 23:59 if showEndTime: True

      Hello,

      I don’t have much experience in software development, but so far I have been quite successful in setting up my MagicMirror.

      Nevertheless I am struggling with the calender module with the following two issues:

      1. showEnd: true
        Although I managed to get the right start time with the help of “Timeshift calendar issue / Recurring Google Calendar events for times when UTC date differ from local date appear at wrong time in MM #1798”, I can only see 23:59 for the end time for recurring events on my iCalendar. (With non recurring events, the end time is correct!)
        All the examples and maybe also most testers set the parameter showEnd to ‘false’, then this problem cannot be seen.

      2. For 3-weekly events (whole day), the timeshift problem seems to be unsolved?! In this case I can see a wrong date. With weekly and biweekly events (whole day) everything works fine!

      Can anybody confirm if these issues are still present, or has anybody an idea, what might be wrong with my files?

      {
      			module: "calendar",
      			header: "Familie",
      			position: "top_left",
      			config: {
      				maximumEntries: 25,
      				maximumNumberOfDays: 365,
      				showLocation: false,
      				maxTitleLength: 25,
      				maxLocationTitleLength: 25,
      				wrapEvents: true,
      				wrapLocationEvents: false,
      				maxTitleLines: 3,
      				maxEventTitleLines: 3,
      				fetchInterval: 300000, //default: 300000
      				animationSpeed: 2000,
      				fade: true,
      				fadePoint: 0.25,
      				displayRepeatingCountTitle: true,
      				dateFormat: "MMM Do",
      				dateEndFormat: "HH:mm",
      				showEnd: true,
      				fullyDayEventDateFormat: "MMM Do",
      				timeFormat: "absolute",
      				getRelative: 6,
      				urgency: 1,
      				broadcastEvents: true,
      				hidePrivate: false,
      				sliceMultiDayEvents: false,
      				nextDaysRelative: true,
      				calendars: [
      					{
      						symbol: "home",
      						url: "webcal://..."
      					}
      				]
      			}
      		},
                                      ...
      Thanks very much for your support!
      posted in Bug Hunt
      S
      SwissChemist
    • 1 / 1