hdurdle / MMM-BMWConnected

Magic Mirror Module to display data from BMW Connected drive for your car.
MIT License
7 stars 11 forks source link

USA apiBase and "Loading..." #4

Closed jackmeyer closed 2 years ago

jackmeyer commented 4 years ago

Hello,

I'm running this module in USA with a USA registered BMW ConnectedDrive vehicle. I added my username/pw in the config as well as apiBase: "https://connecteddrive.bmwusa.com"

is this the right URL for USA? The only error message I can find is in the magicmirror logs, where it says Failed to read file: Error: EN0ENT: no such file or directory, open 'modules/MMM-BMWConnected/bmwtoken.json;

seems the token isn't generating. any help to suggest?

Thanks

philmavedzenge commented 4 years ago

Mine worked after I changed the locale to my country in the token manager.js which is in the lib folder.

keith760 commented 4 years ago

I also am having this same exact issue. I've tried changing the URL in apiBase and I've also tried changing to the locale to "us-en" - neither have worked. Anyone else run into this?

philmavedzenge commented 4 years ago

Have you tried "en-US"?

I also am having this same exact issue. I've tried changing the URL in apiBase and I've also tried changing to the locale to "us-en" - neither have worked. Anyone else run into this?

keith760 commented 4 years ago

Have you tried "en-US"?

I also am having this same exact issue. I've tried changing the URL in apiBase and I've also tried changing to the locale to "us-en" - neither have worked. Anyone else run into this?

Yes - I tried that too. Could it be I have the apiBase URL incorrect? Anything else I could try?

philmavedzenge commented 4 years ago

I Downloaded the powershell folder and tested my credentials and API endpoint. Check if you get any information back

philmavedzenge commented 4 years ago

Have you tried "en-US"?

I also am having this same exact issue. I've tried changing the URL in apiBase and I've also tried changing to the locale to "us-en" - neither have worked. Anyone else run into this?

Yes - I tried that too. Could it be I have the apiBase URL incorrect? Anything else I could try?

Hi i have made a few changes that might work for USA accounts. Let me know if you would want to setup my version which is based on the original one.

keith760 commented 4 years ago

Have you tried "en-US"?

I also am having this same exact issue. I've tried changing the URL in apiBase and I've also tried changing to the locale to "us-en" - neither have worked. Anyone else run into this?

Yes - I tried that too. Could it be I have the apiBase URL incorrect? Anything else I could try?

Hi i have made a few changes that might work for USA accounts. Let me know if you would want to setup my version which is based on the original one.

Hi! I'd love to try your setup out. Is it working for you? I tried downloading your forked version and it did not work

philmavedzenge commented 4 years ago

Have you tried "en-US"?

I also am having this same exact issue. I've tried changing the URL in apiBase and I've also tried changing to the locale to "us-en" - neither have worked. Anyone else run into this?

Yes - I tried that too. Could it be I have the apiBase URL incorrect? Anything else I could try?

Hi i have made a few changes that might work for USA accounts. Let me know if you would want to setup my version which is based on the original one.

Hi! I'd love to try your setup out. Is it working for you? I tried downloading your forked version and it did not work

Hi I hadn't committed the code. Try again and give me feedback on the forked version page. Thanks

gbassaragh commented 3 years ago

I'm having the same issue, USA locale and have tried the same things, were you able to resolve?