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

    Mr_Moore

    @Mr_Moore

    0
    Reputation
    288
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Mr_Moore Unfollow Follow

    Latest posts made by Mr_Moore

    • RE: Recurring events Calender

      @bhepler everything looks ok in Google Calender. See snapshots from Google and Mirror. Two reccuring events and one with only this day.

      0_1535119248176_Calender1.JPG

      0_1535119257163_Calender2.JPG

      posted in Troubleshooting
      M
      Mr_Moore
    • RE: Recurring events Calender

      @bhepler - I have the right time zone. The clock is correct. And if i have a one time appointment in the Google Calender it wil show the correct time at the MM. It is only when i have recurring events that it will show two hours wrong.

      posted in Troubleshooting
      M
      Mr_Moore
    • Recurring events Calender

      Having problems with recurring events for Calender. For the recurring events, the time will gets wrong. Seems like it’s UTC time zone. In Google Calendar, everything is right, but on the Magic Mirror it shows the event two hours later then planned. If I enter an individual event, it will be the correct time.
      Anyone who knows what could be wrong?

      {
      			module: "calendar",
      			header: "HallonKalender",
      			position: "top_left",
      			config: {
      					timeFormat: 'dateheaders',
      					getRelative: 0,
      					urgency: 0,
      				calendars: [
      					{
      						symbol: "calendar-check-o ",
      						url: "https://calendar.google.com/calendar/ical/XXXXXXXXXXXXX/basic.ics"
      					}
      				]
      			}
      		},
      
      posted in Troubleshooting
      M
      Mr_Moore