@sdetweil Thanks, sam. That’s what I figured. I’ll post here when I figure out what I screwed up.
Read the statement by Michael Teeuw here.
Posts made by jpiatt
-
RE: Anyone successfully using MMM-Tesla module?
-
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.
-
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 } }