Read the statement by Michael Teeuw here.
Volvo on Call
-
I was able to fix the problem with the authorization issue (just reseted my password). So I’m able to pull the information with the python script from https://github.com/molobrakos/volvooncall.
Now I’m getting the following error as soon as I start the Mirror:
[28.02.2022 22:03.38.534] [LOG] [VOC] ERROR: No vehicle found. Check your account. Module stopped.
Which is weird because I can pull the data from my car by just typing
voc list
orvoc dashboard
Any advice would be really appreciated.
-
@mz-ber
What is your config look like? -
Hey @jerryp - I’m getting the output as soon as I write
voc list
. So that seems to work.My config:
{ module: "MMM-VolvoOnCall", position: "top_right", config: { scanInterval: 1000 * 60 * 30, units: "metric", timestampFormat: "MMM D. HH:mm:ss", durationFormat: "HH:mm", } },
@JerryP Can you please share your config? I’m not sure what I’m doing wrong.
-
@mz-ber
yes but now you miss the data in the configmodule: "MMM-VolvoOnCall", disabled: false, //false, true position: "bottom_left", config: { units: "metric", mapConfig: { apiKey: "", // Your Google Map API Key display: { // You can control which section will be displayed or not. info: false, position: false, status: true, notice: true, trip: false, }}},
-
@jerryp Okay, do I need an api key from google maps?
-
@mz-ber
yes i’f you use the map function. I have add the api and it’s working fine -
@jerryp is it working for you without the map function? I’m actually not interested in it.
-
@mz-ber
Yes but i have put the api key in the config. I dont have try it whitout the key -
@jerryp Would you do me a favor and test it without the key or a wrong key? Just wondering if that is the issue
-
@mz-ber
yes it’s working like above whit out api key