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

    Joerg633

    @Joerg633

    0
    Reputation
    150
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Joerg633 Unfollow Follow

    Latest posts made by Joerg633

    • RE: Calendar Module +1 day Error

      Hello again,
      i still have the same problem with goggle calendar fullday entries.
      For example an entry for 2 fulldays (01/19-01/20) will be:
      ics data from the google calendar link:
      …
      DTSTART;VALUE=DATE:20190119
      DTEND;VALUE=DATE:20190121

      So the module shows
      0_1547387176634_cfe1d622-ea2e-4194-aaf1-f781ddc5a45d-grafik.png

      So i check all timezone / language etc. settings, in MM, modules section and raspi settings with no success.
      Calendar views in google calendar webpage, android calendar apps and also outlook 365 are correct (2 days not 3).

      my config

      		module: 'calendar',
      		header: 'Familienkalender',
      		position: 'bottom_left',
      		config: {
      			maximumEntries: 13,
      			displaySymbol: false,
      			maxTitleLength: 24,
      			fade: true,
      			fadePoint: 0.7,
      			fullDayEventDateFormat: 'Do MM k:mm',
      			timeFormat: 'absolute',
      			dateFormat: 'Do MMM k:mm',
      			urgency: 0,
      			colored: false,
      			coloredSymbolOnly: true,
      			calendars: [
      				{
      					url: 'https://calendar.google.com/calendar/ical/.../basic.ics'
      				},
      			],
      		}
      

      Thanks for any hint
      Joerg

      posted in Troubleshooting
      J
      Joerg633