Closed ufozone closed 1 month ago
Hi @ufozone , please download version 1.3.1 again if you already have it. If not, update to the new one. I've updated the map API. š
Hi @ngocjohn , thank you for your very quick answer! Mhhh, same problem with a freshly downloaded v1.3.1 and completely deleted browser cache. In the diff between v1.3.0 and v1.3.1 I cannot find any references to MAPBOX_API
or similar:
https://github.com/ngocjohn/vehicle-info-card/compare/v1.3.0...v1.3.1
I have uploaded the new file directly into the release again now š If you downloaded via HACS, try redownloading the latest version and hard refresh the browser.
Re-downloading from Hacs did not work. Hard download from the releases, re-upload to the frontend folder of HA and hard restart of HA worked. š
Thank you so much for this great card!
Is there actually an option to display the pictures of own car for the tire pressure card? š
All square images should work. I'll add the possibility to upload a custom image as background.. š
Resetting frontend cache worked for me.
Is there actually an option to display the pictures of own car for the tire pressure card?
Hi, @ufozone Yes... Coming soon in a new release.. š
@ngocjohn , very nice!
Short summary š
Mini location map no longer loads
Detailed description š
Since the update from v1.2.0 to 1.3.0, the map no longer loads in the card.
Map request up to v1.2.0: https://api.mapbox.com/styles/v1/emkay2k9/clyd2zi0o00mu01pgfm6f6cie/tiles/15/17325/11009@2x?access_token=pk.eyJ1IjoiZW1rYXkyazkiLCJhIjoiY2xrcHo5NzJwMXJ3MDNlbzM1bWJhcGx6eiJ9.kyNZp2l02lfkNlD2svnDsg
Map request since v1.3.0: https://api.mapbox.com/styles/v1/emkay2k9/clyd2zi0o00mu01pgfm6f6cie/tiles/15/17325/11009@2x?access_token=undefined
The
access_token
is missing and I have not found a YAML configuration option to pass it.The mapbox URL is assembled here: https://github.com/ngocjohn/vehicle-info-card/blob/7b9c684d969480641eb0f8250178c7f2fa7d8c33/src/components/map-card.ts#L217
process.env.MAPBOX_API
no longer seems to exist: https://github.com/ngocjohn/vehicle-info-card/blob/7b9c684d969480641eb0f8250178c7f2fa7d8c33/src/components/map-card.ts#L216There was no change in these two areas. I'm not familiar with the programming language (I honestly don't even know what it is), and unfortunately I can't debug any deeper. :-(
Version š
v1.3.0
Environment š
In all browsers
Logs and screenshots š
No response