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

[Solved] Standard calendar displays the time incorrectly

Scheduled Pinned Locked Moved Unsolved Troubleshooting
3 Posts 2 Posters 902 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.
  • K Offline
    Klinge
    last edited by Klinge Nov 6, 2018, 2:14 PM Nov 6, 2018, 8:01 AM

    Hello,
    I have an problem with the standard calendar.

    The calendar should show only the beginning times of the appointments. But the calendar shows the beginning and end time of the appointments.

    I configured my calendar like this

    {^M
                            module: 'calendar',^M
                            header: 'Kalender',^M
                            position: 'top_left',^M
                            config: {^M
                                    timeFormat: 'absolute', ^M
                                    urgency: 0,^M
                                    maxTitleLength: 15,
                                    dateFormat: "dd, DD. MMM HH:mm",
                                    fullDayEventDateFormat: "dd, DD MMM",
                                    getRelative: 0, ^M
                                    calendars: [^M
                                            {^M
                                                    symbol: 'calendar-check-o ',^M
                                                    url: 'https://calendar.google.com/calendar/ical/XXXXXXXX.ics'^M
                                            },^M
                                            {^M
                                            url: 'https://calendar.google.com/calendar/ical/XXXXXXXXXX.ics'^M
                                            }^M
    
    

    I would be very grateful if someone could help me.

    Thank you in advance.

    Lars

    1 Reply Last reply Reply Quote 0
    • N Offline
      Nilnik Project Sponsor
      last edited by Nov 6, 2018, 12:32 PM

      Hello! in config write ‘showEnd: false’. see this link: https://forum.magicmirror.builders/topic/8856/calendar-module-1-day-error. Hope it helps you. Nisse

      1 Reply Last reply Reply Quote 0
      • K Offline
        Klinge
        last edited by Nov 6, 2018, 2:11 PM

        Yes, that´s it.

        Thank your for this great tip.

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