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

    drstang

    @drstang

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

    drstang Unfollow Follow

    Best posts made by drstang

    • RE: Help with Module DOM

      @mumblebaj

      The data I get back is just numerals, with the exception of wind direction, which I convert to cardinal values :

      (temp) 48.6
      (wind speed) 2.2
      (wind direction) NNE
      (feels like) 48.6
      (daily rain) 0

      Although with @sdetweil help, and using conditionals, I’m able to see my data on the MM now!

      posted in Development
      D
      drstang

    Latest posts made by drstang

    • RE: Default Clock wrong after update

      @sdetweil I am a total novice at JS - but I fixed my modules by adjusting the configs - I incorporated moment-timezone.js and changed my code from ‘.local()’ to ‘.tz(America/New_York)’ Seems moment was having issues with the ‘local’ part of the code.

      A bit annoying, and I’m sure another way could have been used, but the modules are at least showing correct time now!

      posted in Troubleshooting
      D
      drstang
    • RE: Default Clock wrong after update

      @sdetweil Makes sense - and certainly frustrating, as I realize I’m having issues with other modules that show times as well (showing sunrise/sunset, tide charts).

      Any suggestions on a fix - as it is essentially making my MM unusable since my ‘main’ modules rely on time…

      posted in Troubleshooting
      D
      drstang
    • RE: Default Clock wrong after update

      @sdetweil and what also confuses me is if I access the mirror via a web browser, the times are right!

      posted in Troubleshooting
      D
      drstang
    • RE: Default Clock wrong after update

      @sdetweil and also, yes. prior to the upgrade, my general config was NOT set to a TZ prior to the upgrade. I

      posted in Troubleshooting
      D
      drstang
    • RE: Default Clock wrong after update

      @sdetweil thats correct - when I changed timezone from ‘null’ to ‘America/New_York,’ the module did not work at all. When I went into the MM config.js and added the timezone line, it worked.

      Which now I realize is also a bit frustrating because one of my modules also shows sunrise/sunset times, and thats still off (EST + 4 hrs).

      posted in Troubleshooting
      D
      drstang
    • RE: Default Clock wrong after update

      @BKeyport thanks but unfortunately that does not work either - it results in the clock module not even loading (unless there was something else I should have adjusted)…

      EDIT: I realized I changed the modules config initially, which didn’t work. But I changed the main config (duh - reading is key) and added the config/timezone line, which worked!! thank you!

      posted in Troubleshooting
      D
      drstang
    • RE: Default Clock wrong after update

      @sdetweil Yep - did it several times to make sure!

      And the Mirror will show EST when I access it via a web browser!

      posted in Troubleshooting
      D
      drstang
    • RE: Default Clock wrong after update

      @sdetweil Thanks for the reply. Unfortunately - no luck. Still displaying UTC instead of EST.

      posted in Troubleshooting
      D
      drstang
    • Default Clock wrong after update

      Hi ,

      After the newest MM update, the clock module is displaying UTC time, despite my RPi config set to EST.

      Interestingly, when I head to my MMs IP address from a separate computer, the clock is correct.

      Any ideas? Thanks!

      posted in Troubleshooting
      D
      drstang
    • RE: Module Intermittently Updating

      @sdetweil Ahh ok. Well that makes sense. And I guess that could also theoretically cause it to hang/not update…

      Appreciate it!

      posted in Development
      D
      drstang