Read the statement by Michael Teeuw here.
MMM-CoinMarketCap unable to get data
-
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’,
}
}, -
Replace ‘APIKEY’, with “APIKEY”,
-
@ftap which quote doesnt matter
careful , dont use quotes that are curved, which are word processing. mm requires text type
single or dual
-
Hi there, thanks.
Got it, i did the edit in Greany… this dont work. User the text editor and it runs. :-) -
@sdetweil Ah, it didn’t work with single quotes for me. Double quotes fixed it.
shrug
-
Hm, it only works once. After the next reboot/Refresh got the same “unable to get date”.
What is wrong? Could someone help me here? Mybe with a remot session… I really dont know what the problem is.