Read the statement by Michael Teeuw here.
Issue with Google Map MMM-GoogleMapsTraffic module. Map not loading.
-
i don’t know how this ever worked… unless a newer version of javascript closed some bug…
i have a quick fix
git clone my repo
git clone https://github.com/sdetweil/MMM-GoogleMapsTraffic.git
also, at least for the 1st user, there is an invalidkeymap error
(open developers window, ctrl-shift-i, select the console tab. scroll up for errors) -
@sdetweil Thanks, but that didnt work for me unfortunately…
To make sure I did it correctly, I navigated to my MMM-GoogleMapsTraffic module, and then executed your git clone, correct?
I am still getting the same error.
What I am not understanding at the moment, is all the modules I use that use the Google API are not working now. This is where I am not seeing any solutions anywhere.
I didnt quite understand your instructions for the first user…maybe that is my issue as well?
Thanks…
-
@Achilles no… rename the old module folder out of the way
cd ~/MagicMirror/modules mv MMM-GoogleMapsTraffic MMM-GoogleMapsTraffic-save git clone https://github.com/sdetweil/MMM-GoogleMapsTraffic.git. cd ~/MagicMirror
no other changes are required
-
@Achilles said in Issue with Google Map MMM-GoogleMapsTraffic module. Map not loading.:
I didnt quite understand your instructions for the first user…maybe that is my issue as well?
there is an error…
i described how to locate the error yourselfon the mirror screen , using a keyboard,
press ctrl-shift-i (all together) to open the developers window
then select the tab at the top of that window labeled ‘console’,
then using a mouse or keyboard, scroll the console window up to see previous messages that have scrolled off the screen…errors are shown in red text
-
@Achilles said in Issue with Google Map MMM-GoogleMapsTraffic module. Map not loading.:
What I am not understanding at the moment, is all the modules I use that use the Google API are not working now. This is where I am not seeing any solutions anywhere.
maybe there is an account problem where the credit card used for payment is no longer valid?
i don’t know… all my google api apps are working ok -
@sdetweil Thank you for the timely responses!
I am working on your replies right now. Thank you very much!
-
@sdetweil Thanks, it was my API…the free trial had expired with Google Cloud. I fixed that, and everything is working again…
Thanks a lot, man!
-
also, i made a mistake yesterday… i fixed the code, but forgot to push it up to my repo…
so, if u have my repo in use, just go to the MMM-GoogleMapsTraffic folder and git pull
sorry.
-
@Achilles cool… glad its working