Read the statement by Michael Teeuw here.
MMM-CoinMarketCap unable to get data
-
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.
-
Hey guxy,
could someone please post how it works? I updated all, got a new APIkey but it still dont work.
My code in config.js:
{
module: ‘MMM-CoinMarketCap’,
position: “top_left”,
header: “Crypto”,
config: {
apiKey: ‘APIKEY APIKEY’,
currencies: [‘bitcoin’, ‘ethereum’, ‘litecoin’, ‘stellar’],
view: ‘graphWithChanges’,
conversion: ‘EUR’,
}
},