Hi,
First of all Thank you for this module. I followed the full setup and unfortunately I have no update.
Here is my setup:
{
module: 'MMM-MercedesMe',
position: 'bottom_left',
header: 'Mercedes Fuel',
config: {
client_id: '**********************************************',
client_secret: '**************************************************',
vehicleType: 'Petrol',
scope: 'mb:vehicle:mbdata:vehiclestatus offline_access',
vehicleId: 'W*****************************9',
displayStyle: 'twodial',
updateInterval: 300000,
debug: true,
maxRange: 520
}
},
On the log I do have this error:
[05.04.2021 23:33.58.329] [LOG] Vehicle data url https://api.mercedes-benz.com/vehicledata/v2/vehicles/W**************9/containers/electricvehicle
[05.04.2021 23:33.58.575] [LOG] 403 - Forbidden
Despite it says electricvehicule the setup on MercedesMe Dev is exactly as per the instruction.
I’m a bit lost at this point.
Thank you in advance for any help!