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.

    MagicMirror using the wrong time

    Scheduled Pinned Locked Moved Solved Troubleshooting
    54 Posts 6 Posters 28.5k 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 Offline
      sdetweil @blissb
      last edited by

      @blissb how about thru the preferences, in the menu, top left on the desktop
      this is a pi, yes?

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      B 2 Replies Last reply Reply Quote 0
      • B Offline
        blissb @sdetweil
        last edited by

        @sdetweil
        I know I haven’t said it, but I really appreciate you looking at this… it’s been driving me nuts since the last update messed things up.

        I just tested hard-coding the timezone in calendarfetcherutils.js – replaced “moment.tz.guess()” with “America/New_York” on line 29. That has removed the “Lima” entries in the debug log, but it has not corrected the time issue.

        Yes, I’m running on a Pi. Here’s what’s in preferences:
        desktop.png

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @blissb
          last edited by

          @blissb what is the locale above the tz?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          B 1 Reply Last reply Reply Quote 0
          • B Offline
            blissb @sdetweil
            last edited by

            @sdetweil

            On my second MagicMirror I restored the backup of the last version of MM, and made no other changes. The debug info shows no instances of the “lima” timezone, and all times are correct.

            I went back to the most recent version, reran with debug, and the “Lima” instance is back, as are the wrong times.

            I’ll be reverting to the previous version of MM for the moment, but please let me know if there’s anything else I can do to help with troubleshooting this really annoying issue!

            S 1 Reply Last reply Reply Quote 0
            • B Offline
              blissb @sdetweil
              last edited by

              @sdetweil
              Locale is:
              2023-11-19-203837_800x480_scrot.png

              1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @blissb
                last edited by

                @blissb great info!!! thanks.
                this sounds like a bad moment lib.

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @sdetweil
                  last edited by

                  @blissb can you show me the list of active modules, in the order in config.js

                  thx

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  B 1 Reply Last reply Reply Quote 0
                  • B Offline
                    blissb @sdetweil
                    last edited by

                    @sdetweil

                    Is there an easier way to get them other than just scrolling through the config.js?

                    Modules in order:
                    alert
                    clock (correct after adding the timezone: option)
                    calendar
                    weather (Sunrise time is also 5 hours off - sorry if I failed to mention that earlier)

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @blissb
                      last edited by

                      @blissb you could grep for ‘module:’

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      B 1 Reply Last reply Reply Quote 0
                      • B Offline
                        blissb @sdetweil
                        last edited by

                        @sdetweil
                        Doh!
                        smh.png

                        S 1 Reply Last reply Reply Quote 0
                        • S Offline
                          sdetweil @blissb
                          last edited by sdetweil

                          @blissb I can’t tell you how many times I do that in a week! 😆

                          how did you upgrade mm?

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          B 1 Reply Last reply Reply Quote 0
                          • B Offline
                            blissb @sdetweil
                            last edited by

                            @sdetweil I have a script that moves the MM directory to backup, gets rid of the various package-lock.json files, then does a git pull && npm install --only=prod --omit=dev

                            S 1 Reply Last reply Reply Quote 0
                            • S Offline
                              sdetweil @blissb
                              last edited by

                              @blissb ok. see these
                              https://github.com/sdetweil/MagicMirror_scripts

                              and

                              https://github.com/sdetweil/MagicMirror-backup-restore

                              I’m wondering if the npm install in the vendor folder failed. that is where moment is loaded

                              the fact that clock and weather and calendar are all messed up., is pretty interesting

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              B 1 Reply Last reply Reply Quote 0
                              • B Offline
                                blissb @sdetweil
                                last edited by

                                @sdetweil

                                I renamed the MagicMirror directory, and re-installed using the install script – iirc that’s what I used initially.

                                Sadly, no change.

                                Giving up for now – may poke at it more tomorrow. Thanks again.

                                S 1 Reply Last reply Reply Quote 0
                                • S Offline
                                  sdetweil @blissb
                                  last edited by

                                  @blissb would you be willing to share your config.js, send to me as a text file

                                  same userid as here, at gmail

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  B 3 Replies Last reply Reply Quote 0
                                  • B Offline
                                    blissb @sdetweil
                                    last edited by

                                    @sdetweil

                                    I think I can do that. I’ll send it after work.

                                    1 Reply Last reply Reply Quote 0
                                    • B Offline
                                      blissb @sdetweil
                                      last edited by

                                      @sdetweil
                                      You’ve probably seen it by now - but I’ve sent you the config.js.

                                      Also, I saw some info about times being correct when viewed on a remote browser. I’ve tried setting the external browser in my “mm.sh” script to both midori and firefox (both are installed). Neither makes a difference.

                                      S 1 Reply Last reply Reply Quote 0
                                      • B Offline
                                        blissb @sdetweil
                                        last edited by

                                        @sdetweil

                                        If this is a red-herring / rabbit-hole, I apologize in advance. I haven’t done any javascript in 10+ years… all this is sorcery to me. :beaming_face_with_smiling_eyes:

                                        I configured it to allow remote access via a browser on my desktop machine. On the pi running the newer (wrong time) version of MM, the browser displays the correct time, while the pi displays the wrong time. That’s kind of fascinating to me… clearly the browser is calculating the times on its own.

                                        S 1 Reply Last reply Reply Quote 0
                                        • S Offline
                                          sdetweil @blissb
                                          last edited by

                                          @blissb yes, someone else reported similar issue

                                          the Midori/Firefox only work if the start line is changed in package.json

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          1 Reply Last reply Reply Quote 0
                                          • S Offline
                                            sdetweil @blissb
                                            last edited by

                                            @blissb would you be willing to send me one of the extracted ics files

                                            curl -sL the cal_url >somefile.ics.txt
                                            

                                            because those are the ones causing the shift problem…
                                            I want to see how the ICS is coded

                                            same email ias the config

                                            Sam

                                            How to add modules

                                            learning how to use browser developers window for css changes

                                            B 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • 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