Read the statement by Michael Teeuw here.
MMM-CoinMarketCap unable to get data
-
I have the same issue. Also multiple reboot did not help.
Still message “Unable to get data from CoinMarketCap.com.” -
I updated to new version, and requested the API Key, Changed the config file and added the apiKey from CoinMarketCap.com. Also rebooted the MagicMirror.
I still get the message : “Please provide an API key” -
Does any one know a other Module to run.
I need the coins with graph and the tendency in color (red, green). -
You have to change the Documentation an move the apiKey to the config part.
In the java-script you check on self.config.apiKey -
@AvatarED007 Thanks!
-
@AvatarED007
?? can you please explain more detailed. -
got it, after update module.
-
@AvatarED007 Thank you.
-
Have you solve the problem?
In my case it is loading… all the time.
-
For anyone that finds this topic while trying to trouble shoot constant loading:
Where it says: ‘your api key here’
Change it to double quotes: “your api key here”
Doing this made the module work for me.