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

Calendar Module +1 day Error

Scheduled Pinned Locked Moved Solved Troubleshooting
14 Posts 7 Posters 9.5k Views 7 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.
  • S Offline
    StrIIker @sdetweil
    last edited by Oct 3, 2018, 8:55 PM

    @sdetweil said in Calendar Module +1 day Error:

    What is the system time one set to?

    Where are u located?

    I am in New York / Eastern time zone. System time is set to Eastern / New York.

    I installed the MMM-MyCalendar module and it’s working with correct dates etc. I’d prefer to use the default one though.

    Current default time zone: ‘America/New_York’
    Local time is now: Wed Oct 3 16:09:57 EDT 2018.
    Universal Time is now: Wed Oct 3 20:09:57 UTC 2018.

    1 Reply Last reply Reply Quote 0
    • N Offline
      Nilnik Project Sponsor
      last edited by Oct 3, 2018, 8:59 PM

      Hi! If you put showEnd: false, in your config for calendar solves the problem.
      Oct 9th is and nov 1st when it ends.

      S 1 Reply Last reply Oct 3, 2018, 9:43 PM Reply Quote 0
      • S Offline
        StrIIker @Nilnik
        last edited by Oct 3, 2018, 9:43 PM

        @nilnik said in Calendar Module +1 day Error:

        Hi! If you put showEnd: false, in your config for calendar solves the problem.
        Oct 9th is and nov 1st when it ends.

        Hi! I did try this and restarted. The problem persists. I placed that value in two locations… The config for the module and the config for the calendar. Neither has any impact. I also did not see this option mentioned in the GitHub documentation. Perhaps it’s an old value which was retired? Your observation does seem valid. I just wonder why it’s stuck in this mode for me.

        {
                                "module": "calendar",
                                "header": "Calendar",
                                "position": "top_left",
                                "showEnd": "false",
                                "config": {
                                        "calendars": [
                                                {
                                                        "symbol": "calendar-check-o ",
                                                        "url": "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics",
                                                        showend: "false",
                                                        "color": "#FFFFFF"
                                                },
        
        1 Reply Last reply Reply Quote 0
        • N Offline
          Nilnik Project Sponsor
          last edited by Oct 4, 2018, 7:17 AM

          Hello again!
          I Think that you shouldn’t put quotes rond false
          Here is my config:

          module: ‘calendar’,
          header: ‘Kalender, Helg-och födelsedagar’,
          position: ‘top_left’,
          config: {
          colored: true,
          timeFormat: ‘absolute’,
          maximumEntries: 12,
          urgency: 2,
          dateFormat: ‘Do MMM’,
          fullDayEventDateFormat:‘Do MMM’,
          showEnd: false,
          getRelative: 48,

          S 1 Reply Last reply Oct 4, 2018, 1:19 PM Reply Quote 2
          • S Offline
            StrIIker @Nilnik
            last edited by Oct 4, 2018, 1:19 PM

            @nilnik said in Calendar Module +1 day Error:

            Hello again!
            I Think that you shouldn’t put quotes rond false
            Here is my config:

            module: ‘calendar’,
            header: ‘Kalender, Helg-och födelsedagar’,
            position: ‘top_left’,
            config: {
            colored: true,
            timeFormat: ‘absolute’,
            maximumEntries: 12,
            urgency: 2,
            dateFormat: ‘Do MMM’,
            fullDayEventDateFormat:‘Do MMM’,
            showEnd: false,
            getRelative: 48,

            Hi! That did it! Thank you for your patience and help! I greatly appreciate the help and will certainly help others whenever I can.

            To get this issue resolved, I had to include the showEnd value AND set the timeFormat to absolute as you have. Now my calendar displays the date correctly…

            0_1538659054639_Screen Shot 2018-10-04 at 9.17.02 AM.png

            1 Reply Last reply Reply Quote 0
            • N Offline
              Nilnik Project Sponsor
              last edited by Oct 4, 2018, 2:10 PM

              Glad to help. Have a nice weekend

              1 Reply Last reply Reply Quote 0
              • F Offline
                felafel
                last edited by felafel Oct 10, 2018, 10:08 PM Oct 10, 2018, 10:02 PM

                Edit: I thought I had this problem but I put

                			timeFormat: 'absolute',
                			showEnd: false,
                

                in the wrong section. Once I put it in the config it worked.

                Thanks

                1 Reply Last reply Reply Quote 0
                • B Offline
                  Blackmirror
                  last edited by Dec 4, 2018, 5:06 PM

                  Hello,
                  I have the same problem, but this fix will not solve my problem.

                                {
                                          module: 'calendar',
                                          classes: 'default everyone',
                                       //   header: 'Termine',
                                          position: 'top_right',
                                          config: {
                                                 calendars: [
                                                          {
                                                                  url: 'https://calendar.google.com/calendar/XXX',
                                                                  symbol: 'calender',
                                                                  colored: true,
                                                                  displayRepeatingCountTitle: 'Birthday',
                                                                  timeFormat: 'absolute',
                                                                  maximumEntries: 5,
                                                                  dateFormat: 'DD MMM',
                                                                  fullDayEventDateFormat:'DD MMM',
                                                                  showEnd: false,
                                                                  getRelative: 48,
                                                                  urgency: 2
                                                          }
                                                  ]
                                          }
                                  },
                  
                  

                  And the chance from the date will not work.

                  The Date shows : Dec 8 and not 8 Dec.

                  Thanks

                  Blackmirror

                  1 Reply Last reply Reply Quote 0
                  • yawnsY Offline
                    yawns Moderator
                    last edited by Dec 5, 2018, 9:14 AM

                    It is a bit irritating where to put the config stuff. Some needs to go to config section directly, some need to go to the calendars section.

                    Please try this:

                    {
                    	module: 'calendar',
                    	classes: 'default everyone',
                    	// header: 'Termine',
                    	position: 'top_right',
                    	config: {
                    		displayRepeatingCountTitle: true,
                    		timeFormat: 'absolute',
                    		dateFormat: 'DD MMM',
                    		fullDayEventDateFormat:'DD MMM',
                    		showEnd: false,
                    		getRelative: 48,
                    		urgency: 2,
                    		calendars: [
                    			{
                    				url: 'https://calendar.google.com/calendar/XXX',
                    				symbol: 'calender',
                    				colored: true,
                    				maximumEntries: 5,
                    				repeatingCountTitle: 'Birthday'
                    			}
                    			]
                    	}
                    },
                    
                    1 Reply Last reply Reply Quote 1
                    • B Offline
                      Blackmirror
                      last edited by Dec 5, 2018, 8:32 PM

                      Thanks. It’s work fine

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