MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. n1sni
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Groups 0

    n1sni

    @n1sni

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    n1sni Unfollow Follow

    Latest posts made by n1sni

    • RE: MagicMirror using the wrong time

      @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
      ...
      
      posted in Troubleshooting
      N
      n1sni
    • RE: MagicMirror using the wrong time

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

      posted in Troubleshooting
      N
      n1sni