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

    Posts

    Recent Best Controversial
    • RE: MMM-MyCalendar: Showing wrong dates (days one day in the past)?

      @medo showEnd:false should do the trick,
      i only used de dateformats to show the dates in a more readable format.

      posted in Troubleshooting
      D
      Detto65
    • RE: MMM-MyCalendar: Showing wrong dates (days one day in the past)?

      had the same issue, it shows you the end of the event, usually because its an all day event.
      here is my config:
      just added the option showEnd: false
      and date and time formats according to moments.js

       module: "calendar",
                              header: "Calendar",
                              position: "top_center",
                              config: {
                                      maximumEntries: 10,
                                      maximumNumberOfDays: 32,
                                      dateFormat: 'D MMMM - H:mm',
                                      fullDayEventDateFormat: 'D MMMM',
                                      timeFormat: 'absolute',
                                      showEnd: false,
                                      urgency: 0,
                                      getRelative: 0,
                                      calendars: [
      etc...
      
      posted in Troubleshooting
      D
      Detto65
    • 1
    • 2
    • 2 / 2