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

MagicMirror using the wrong time

Scheduled Pinned Locked Moved Solved Troubleshooting
54 Posts 6 Posters 19.4k 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.
  • J Offline
    jasonumd @sdetweil
    last edited by Jan 15, 2024, 4:05 PM

    @sdetweil I’m chiming in a bit late here. Has there been any more widespread report of calendar times being off? Mine worked flawless for years then the past few months times are off, presumably UTC as mentioned in this thread.

    I’m having a hard time seeing what the actual solution was?

    Thanks so much in advance!

    S 1 Reply Last reply Jan 15, 2024, 4:08 PM Reply Quote 0
    • S Away
      sdetweil @jasonumd
      last edited by sdetweil Jan 16, 2024, 3:09 PM Jan 15, 2024, 4:08 PM

      @jasonumd so far, every time events have been off, the system timezone has not been set correctly…

      note that a docker container is its own system and needs ITS timezone set too…

      what changed since it worked to now?

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      J 2 Replies Last reply Jan 16, 2024, 12:13 AM Reply Quote 0
      • J Offline
        jasonumd @sdetweil
        last edited by Jan 16, 2024, 12:13 AM

        @sdetweil I changed absolutely nothing. Just applied regular MM updates. I will investigate those two settings ASAP.

        N 1 Reply Last reply Jan 16, 2024, 3:08 PM Reply Quote 0
        • N Offline
          n1sni @jasonumd
          last edited by Jan 16, 2024, 3:08 PM

          @jasonumd Same - I have been running this for years… and just did “git pull” and “npm update” in two separate module directories and now I’m UTC. “date” from the console shows the correct date/time.

          Raspberry pi…
          Linux mm 5.15.90-v7+ #1623 SMP Mon Jan 30 14:59:14 GMT 2023 armv7l GNU/Linux

          Running the MagicMirror docker.

          S 1 Reply Last reply Jan 16, 2024, 3:10 PM Reply Quote 0
          • S Away
            sdetweil @n1sni
            last edited by sdetweil Jan 16, 2024, 4:38 PM Jan 16, 2024, 3:10 PM

            @n1sni edit the docker container parms to add

            environment:
                   TZ:your_timezone
            

            else it defaults to UTC

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            N 1 Reply Last reply Jan 16, 2024, 4:35 PM Reply Quote 0
            • N Offline
              n1sni @sdetweil
              last edited by Jan 16, 2024, 4:35 PM

              @sdetweil said in MagicMirror using the wrong time:

              TZ=your_timezone

              Wow, that was easy :)

              Thank you!!

              pi@mm:~/magicmirror/run $ pwd
              /home/pi/magicmirror/run
              pi@mm:~/magicmirror/run $ vi docker-compose.yml
              
              ...
                  devices:
                    - /dev/vchiq
                  environment:
                    DISPLAY: unix:0.0
                    TZ: America/New_York   # <- This line added
                  network_mode: host
              ...
              
              1 Reply Last reply Reply Quote 0
              • J Offline
                jasonumd @sdetweil
                last edited by Jan 17, 2024, 2:22 PM

                @sdetweil I just confirmed my system timezone is accurate. I’m not running MM via docker. I set this up probably 4 years ago. Perhaps I should do a fresh install.

                S 1 Reply Last reply Jan 17, 2024, 2:26 PM Reply Quote 0
                • S Away
                  sdetweil @jasonumd
                  last edited by Jan 17, 2024, 2:26 PM

                  @jasonumd just for the sake of fun testing

                  in the script you use to start MM add

                  export TZ=???? 
                  

                  where ??? is your timezone code
                  add this line before the

                  npm start
                  

                  line

                  if you are using my install script with PM2, then the script located at

                  ~/MagicMirror/installers/mm.sh
                  

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  J 1 Reply Last reply Jan 17, 2024, 4:54 PM Reply Quote 0
                  • J Offline
                    jasonumd @sdetweil
                    last edited by Jan 17, 2024, 4:54 PM

                    @sdetweil I’m not a linux guru. Added and rebooted. but I’m operating via Putty. Am I supposed to reboot while watching the screen and check for something?

                    S 2 Replies Last reply Jan 17, 2024, 4:55 PM Reply Quote 0
                    • S Away
                      sdetweil @jasonumd
                      last edited by Jan 17, 2024, 4:55 PM

                      @jasonumd just seeing if MM reports correctly

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 5 / 6
                      5 / 6
                      • First post
                        48/54
                        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