• 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 events showing on wrong day.

Scheduled Pinned Locked Moved Unsolved Troubleshooting
66 Posts 3 Posters 19.6k Views 3 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
    sdetweil @Coolie1101
    last edited by Nov 19, 2021, 3:05 PM

    @coolie1101 unless u didn’t stop pm2 running instance

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    C 2 Replies Last reply Nov 19, 2021, 3:08 PM Reply Quote 0
    • C Offline
      Coolie1101 @sdetweil
      last edited by Nov 19, 2021, 3:08 PM

      @sdetweil said in Calendar events showing on wrong day.:

      unless u didn’t stop pm2 running instance

      I did, “pm2 stop all”, then “npm start file_name.txt”

      @sdetweil said in Calendar events showing on wrong day.:

      u did add the “DEBUG”, right

      Yes.
      ```
      language: “en”,
      locale: “en-US”,
      logLevel: [“INFO”, “LOG”, “WARN”,“ERROR”,“DEBUG”], // Add “DEBUG” for even more logging
      timeFormat: 24,
      units: “imperial”,

      S 2 Replies Last reply Nov 19, 2021, 3:16 PM Reply Quote 0
      • S Offline
        sdetweil @Coolie1101
        last edited by Nov 19, 2021, 3:16 PM

        @coolie1101 said in Calendar events showing on wrong day.:

        “npm start file_name.txt”

        and with the > symbol

        npm start > file_name.txt

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • C Offline
          Coolie1101 @sdetweil
          last edited by Nov 19, 2021, 3:16 PM

          @sdetweil So I deleted the entry for that day and added back just for that day, it shows up correct in the display but the following events still shows a day late.

          S 1 Reply Last reply Nov 19, 2021, 3:17 PM Reply Quote 0
          • S Offline
            sdetweil @Coolie1101
            last edited by Nov 19, 2021, 3:17 PM

            @coolie1101 said in Calendar events showing on wrong day.:

            but the following events still shows a day late.

            so, I need to see THAT vevent

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            C 1 Reply Last reply Nov 19, 2021, 3:25 PM Reply Quote 0
            • S Offline
              sdetweil @Coolie1101
              last edited by Nov 19, 2021, 3:22 PM

              @coolie1101 if you just do

              in the MagicMirror folder

              npm start

              you should have a stream of stuff so fast u can’t read

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • C Offline
                Coolie1101 @sdetweil
                last edited by Coolie1101 Nov 19, 2021, 3:26 PM Nov 19, 2021, 3:25 PM

                @sdetweil said in Calendar events showing on wrong day.:

                so, I need to see THAT vevent

                BEGIN:VEVENT
                DTSTART:20211123T100000Z
                DTEND:20211123T150000Z
                DTSTAMP:20211119T151956Z
                UID:0g4190e8en06vs************@google.com
                CREATED:20211119T151237Z
                DESCRIPTION:
                LAST-MODIFIED:20211119T151237Z
                LOCATION:
                SEQUENCE:0
                STATUS:CONFIRMED
                SUMMARY:YARD WASTE
                TRANSP:OPAQUE
                END:VEVENT
                

                @sdetweil said in Calendar events showing on wrong day.:

                you should have a stream of stuff so fast u can’t read

                There’s no output in the ssh window except for the following.

                pi@magicmirror:~/MagicMirror $ npm start >cal_test_debug_log.txt
                [19.11.2021 10:25.12.563] [WARN]  (electron) Security Warning: A WebContents was just created with both webviewTag and contextIsolation enabled.  This combination is fundamentally less secure and effectively bypasses the protections of contextIsolation.  We strongly recommend you move away from webviews to OOPIF or BrowserView in order for your app to be more secure
                [19.11.2021 10:25.13.777] [ERROR] ERROR! Could not find main module js file for MMM-GABackground
                
                S 1 Reply Last reply Nov 19, 2021, 3:27 PM Reply Quote 0
                • S Offline
                  sdetweil @Coolie1101
                  last edited by sdetweil Nov 19, 2021, 3:28 PM Nov 19, 2021, 3:27 PM

                  @coolie1101 correct, you are sending all the output to the file (except the stuff to stderr)

                  if you remove everything from the > on you’ll get the output to the ssh window, BUT it will be so big, the top will scroll off and be lost… (which is why we are sending to a file)

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  C 1 Reply Last reply Nov 19, 2021, 3:29 PM Reply Quote 0
                  • C Offline
                    Coolie1101 @sdetweil
                    last edited by Nov 19, 2021, 3:29 PM

                    @sdetweil Got it, I didn’t realize the file continued on, it’s 2,486kb, which part do you need?

                    S 1 Reply Last reply Nov 19, 2021, 3:31 PM Reply Quote 0
                    • S Offline
                      sdetweil @Coolie1101
                      last edited by Nov 19, 2021, 3:31 PM

                      @coolie1101 see this post

                      https://forum.magicmirror.builders/topic/15878/calendar-events-showing-on-wrong-day/28?_=1636916667651

                      from processing entry thru saving for the vevent that is the problem

                      maybe 20-30 lines

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      C 1 Reply Last reply Nov 19, 2021, 3:53 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 4 / 7
                      4 / 7
                      • First post
                        40/66
                        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