jannekalliola / MMM-BMWConnected

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

Fix for this module #4

Closed Jargendas closed 5 months ago

Jargendas commented 5 months ago

Hi @jannekalliola,

I looked into the current state of the BMW APIs and discovered that BMW seems to have simply dropped the old BMW ConnectedDrive API in favor of the new MyBMW app. Even their own BMW ConnectedDrive app crashes, I still had it installed. This behaviour of just removing APIs without comment really annoys me on BMW's side...

However, while the MyBMW API is not public, people have reverse-engineered it for Home Assistant in the bimmer_connected project. Unfortunately, there is no node version though.

I have now forked and migrated this project to MMM-MyBMW, which calls a python script using bimmer_connected in the background. At the moment, there is an issue downloading the vehicle image (which has worked before but broke now, maybe an API change), which I hope I can resolve in the next days, otherwise it works great.

If you don't care, you could archive this project, linking to the new one, or I can create a PR with my (substantial) changes if you want this repo to live on, whatever you prefer.

Bildschirmfoto 2024-03-27 um 09 42 02
jannekalliola commented 5 months ago

Thank you for your work, I tested it today and found it working. I'll archive my project as obsolete and link to your project.