A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
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 ...
-
@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.
-
@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 thenpm start
line
if you are using my install script with PM2, then the script located at
~/MagicMirror/installers/mm.sh
-
@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?
-
@jasonumd just seeing if MM reports correctly
-