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 22.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.
    • S Offline
      sdetweil @blissb
      last edited by

      @blissb no rush. when/if you have time

      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’m having some really odd problems with the raspbian install. Starting to wonder about the hardware. It’s a RPi 2B that’s been rock solid for years, but for whatever reason it won’t boot from any newly flashed SD card - though it boots fine from the original.

        I have another one in a box somewhere. I’ll pull it out and give it a try – I’d hate to think I’ve wasted your time over flakey hardware – but the fact that the other one is working as expected with the previous MM version makes me think (hope!) that’s not the case.

        I’ll definitely keep you posted!

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

          @sdetweil
          I pulled out another Pi, flashed the OS and installed MM using the script you referenced earlier. It’s working perfectly. I’m still completely baffled. I’ve triple checked on the original SD image - it works as expected on the previous version of MM, but not on the current one… Ah well –

          Thank you for taking so much time to look into this, and I am sorry for having wasted so much of your time.

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

            @blissb not wasted time, interesting problem.
            glad we’ve found something that resolves it.

            thank for your feedback

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              @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 Reply Quote 0
              • S Offline
                sdetweil @jasonumd
                last edited by sdetweil

                @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 Reply Quote 0
                • J Offline
                  jasonumd @sdetweil
                  last edited by

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

                  N 1 Reply Last reply Reply Quote 0
                  • N Offline
                    n1sni @jasonumd
                    last edited by

                    @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 Reply Quote 0
                    • S Offline
                      sdetweil @n1sni
                      last edited by sdetweil

                      @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 Reply Quote 0
                      • N Offline
                        n1sni @sdetweil
                        last edited by

                        @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
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 5 / 6
                        • 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