• 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 shows late day events on next day but at correct time

Scheduled Pinned Locked Moved Unsolved Troubleshooting
35 Posts 4 Posters 6.3k Views 6 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 Away
    sdetweil @natmash
    last edited by Oct 5, 2024, 11:32 AM

    @natmash so, I think I finally have a fix for this.
    Would you like to try it?

    Which MagicMirror version are you using?

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    M 1 Reply Last reply Oct 5, 2024, 12:17 PM Reply Quote 0
    • M Offline
      MarcLandis @sdetweil
      last edited by Oct 5, 2024, 12:17 PM

      @sdetweil I am going to test your fix with my calendar too, as it was the cause for the initial fix.

      S 1 Reply Last reply Oct 5, 2024, 12:29 PM Reply Quote 0
      • S Away
        sdetweil @MarcLandis
        last edited by Oct 5, 2024, 12:29 PM

        @MarcLandis you want it on 2.28 or 2.29?

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Oct 5, 2024, 12:35 PM Reply Quote 0
        • M Offline
          MarcLandis @sdetweil
          last edited by Oct 5, 2024, 12:35 PM

          @sdetweil 2.29 please

          (2.28 is too old :) )

          S 1 Reply Last reply Oct 5, 2024, 12:36 PM Reply Quote 0
          • S Away
            sdetweil @MarcLandis
            last edited by Oct 5, 2024, 12:36 PM

            @MarcLandis understood, but I don’t want to force upgrade to test

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            S 1 Reply Last reply Oct 7, 2024, 9:21 PM Reply Quote 0
            • S Away
              sdetweil @sdetweil
              last edited by sdetweil Oct 9, 2024, 10:28 PM Oct 7, 2024, 9:21 PM

              @MarcLandis @natmash

              here is a test version of the fixes for all kinds of calendar date problems.

              best to make a new folder and git clone there

              git  clone https://github.com/sdetweil/MagicMirror
              cd MagicMirror 
              git checkout fixcaldates
              npm run install-mm
              

              copy your config.js and custom.css from the prior folder
              and the non-default modules you have installed…

              this ONLY changes the default calendar
              but DOES ship an updated node-ical library too

              if you need to fall back, just rename the folders around again so that
              your original is called MagicMirror

              all the testcases for node-ical and MagicMirror execute successfully.

              the ‘BIG’ change here is to get the local NON-TZ dates for the
              rrule.between()

              all the checking and conversion code is commented out or not used
              the node-ical fixes are for excluded dates (exdate) values being adjusted for DST/STD time… waiting to submit that PR

              one fix in calendar.js for checking if a past date was too far back,
              but it never checked to see IF the event date was in the past… (before today) so it chopped off too many

              and one change in calendarfetcher.js to put out a better diagnostic message of the parsed data… (exdate was excluded cause JSON stringify couldn’t convert the complex structure)

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              M 1 Reply Last reply Oct 9, 2024, 9:20 PM Reply Quote 0
              • M Offline
                MarcLandis @sdetweil
                last edited by Oct 9, 2024, 9:20 PM

                @sdetweil I testet your branch and so far it looks good with my test calendar and also with my real ones.

                S 2 Replies Last reply Oct 9, 2024, 9:56 PM Reply Quote 1
                • S Away
                  sdetweil @MarcLandis
                  last edited by Oct 9, 2024, 9:56 PM

                  @MarcLandis thanks. i still have some reported issues. so use it and let me know. will advise when i make nect updates

                  we wouldn’t release til jan anyhow, so we have time

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • S Away
                    sdetweil @natmash
                    last edited by Oct 11, 2024, 9:46 PM

                    @natmash please see my latest test update this entry is now added to the testcases run

                    (I had NOT fixed it before today)

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    N 1 Reply Last reply Oct 12, 2024, 2:49 AM Reply Quote 0
                    • S Away
                      sdetweil @MarcLandis
                      last edited by Oct 11, 2024, 9:47 PM

                      @MarcLandis can you retest at your convenience

                      git pull and npm run install-mm

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 4
                      • 2 / 4
                      2 / 4
                      • First post
                        18/35
                        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