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

    jpiatt

    @jpiatt

    0
    Reputation
    331
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    jpiatt Unfollow Follow

    Latest posts made by jpiatt

    • RE: Anyone successfully using MMM-Tesla module?

      @sdetweil Thanks, sam. That’s what I figured. I’ll post here when I figure out what I screwed up.

      posted in Troubleshooting
      J
      jpiatt
    • RE: Anyone successfully using MMM-Tesla module?

      @CDT It’s obviously been a long time since I checked this post. This tip was very helpful. I was using the wrong vehicle_ID and have changed it. I’m still getting the “Loading…” message. Based on your experience though, I feel like I must have a problem in my config and I’m going to play with it some more today and see if I can straighten it out.

      The first error message I see in the console log (actually it’s written to stdout) is an UnhandledPromiseRejectionWarning with a Response Error: 404 Not Found. I’m considering just reinstalling the module in case I’ve edited something trying to troubleshoot and left out a comma or introduced bad line-ending with a funky editor or something.

      I will post here if I resolve the issue.

      posted in Troubleshooting
      J
      jpiatt
    • Anyone successfully using MMM-Tesla module?

      I have coded the following but only get message “Loading …” in the assigned area. Any tips or tricks to getting this to work?

                 {
                          module: "MMM-Tesla",
                          position: "bottom_left",
                          config: {
                                  email: "REDACTED",
                                  password: "REDACTED",
                                  client_id: "81527cff06843c8634fdc09e8ac0abefb46...",
                                  clent_secret: "c7257eb71a564034f9419ee651c7d0e5...",
                                  vehicle_id: "REDACTED",
                                  google_api_key: "REDACTED",
                                  refreshInterval: 1000 * 60 * 10
                          }
      
                  }
      
      posted in Troubleshooting
      J
      jpiatt