<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-CoinMarketCap unable to get data]]></title><description><![CDATA[<p dir="auto">Hello</p>
<p dir="auto">after reboot my MMM-CoinMarketCap module shows message "Unable to get data from <a href="http://CoinMarketCap.com" target="_blank" rel="noopener noreferrer nofollow ugc">CoinMarketCap.com</a>.<br />
Several reboot, reduce to one coin, nothing helps.<br />
Someone any idea? Is it running by someone else?</p>
]]></description><link>https://forum.magicmirror.builders/topic/12300/mmm-coinmarketcap-unable-to-get-data</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 11:55:06 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12300.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Mar 2020 09:08:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Sun, 24 Jan 2021 15:23:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theredhawk" aria-label="Profile: TheRedhawk">@<bdi>TheRedhawk</bdi></a> Strange, I wonder why mine breaks with single quotes. If I change mine back to single quotes, it won’t load.</p>
]]></description><link>https://forum.magicmirror.builders/post/87726</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87726</guid><dc:creator><![CDATA[ftap]]></dc:creator><pubDate>Sun, 24 Jan 2021 15:23:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Sun, 24 Jan 2021 08:16:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ftap" aria-label="Profile: ftap">@<bdi>ftap</bdi></a><br />
Hi ftap,<br />
it is still the same. it is the only module im running now, even if i change the ’ into " it dont work. If i use any other module with API’s like “mmm-weatherforcast or mmm-fuel etc.” everything works fine. It’s only this module.</p>
<p dir="auto">Nodejs  = v15.6.0.<br />
MagicMirror = v2.14.0<br />
npm = v7.4.0</p>
<pre><code>var config = {
	address: "localhost", 
	port: 8080,
	basePath: "/",
	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
	useHttps: false, 	// Support HTTPS or not, default "false" will use HTTP
	httpsPrivateKey: "", 	// HTTPS private key path, only require when useHttps is true
	httpsCertificate: "", 	// HTTPS Certificate path, only require when useHttps is true

	language: "de",
	timeFormat: 24,
	units: "metric",
	logLevel: ["INFO", "LOG", "WARN", "ERROR"],

	modules: [
		{
        	module: 'MMM-CoinMarketCap',
           	position: "top_left",
            	header: "Crypto",
            	config: {
                	apiKey: 'myapikey12345678980',
                	currencies: ['bitcoin', 'ethereum', 'litecoin', 'stellar'],
                	view: 'graphWithChanges',
                	conversion: 'EUR',
       	     		}
        	},
	       ]
};
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/87709</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87709</guid><dc:creator><![CDATA[TheRedhawk]]></dc:creator><pubDate>Sun, 24 Jan 2021 08:16:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Sat, 23 Jan 2021 21:08:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theredhawk" aria-label="Profile: TheRedhawk">@<bdi>TheRedhawk</bdi></a> Post up the module portion of the config file. Might be an error in there.</p>
]]></description><link>https://forum.magicmirror.builders/post/87696</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87696</guid><dc:creator><![CDATA[ftap]]></dc:creator><pubDate>Sat, 23 Jan 2021 21:08:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Sat, 23 Jan 2021 11:17:12 GMT]]></title><description><![CDATA[<p dir="auto">Hm, it only works once. After the next reboot/Refresh got the same “unable to get date”.<br />
What is wrong? Could someone help me here? Mybe with a remot session… I really dont know what the problem is.</p>
]]></description><link>https://forum.magicmirror.builders/post/87678</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87678</guid><dc:creator><![CDATA[TheRedhawk]]></dc:creator><pubDate>Sat, 23 Jan 2021 11:17:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Sat, 23 Jan 2021 03:53:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Ah, it didn’t work with single quotes for me. Double quotes fixed it.</p>
<p dir="auto"><em>shrug</em></p>
]]></description><link>https://forum.magicmirror.builders/post/87674</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87674</guid><dc:creator><![CDATA[ftap]]></dc:creator><pubDate>Sat, 23 Jan 2021 03:53:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Thu, 21 Jan 2021 07:33:42 GMT]]></title><description><![CDATA[<p dir="auto">Hi there, thanks.<br />
Got it, i did the edit in Greany… this dont work. User the  text editor and it runs. :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/87605</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87605</guid><dc:creator><![CDATA[TheRedhawk]]></dc:creator><pubDate>Thu, 21 Jan 2021 07:33:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Wed, 20 Jan 2021 00:14:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ftap" aria-label="Profile: ftap">@<bdi>ftap</bdi></a> which quote doesnt matter</p>
<p dir="auto">careful , dont use quotes that are curved, which are word processing. mm requires text type</p>
<p dir="auto">single or dual</p>
]]></description><link>https://forum.magicmirror.builders/post/87543</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87543</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 20 Jan 2021 00:14:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Tue, 19 Jan 2021 23:09:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theredhawk" aria-label="Profile: TheRedhawk">@<bdi>TheRedhawk</bdi></a></p>
<p dir="auto">Replace ‘APIKEY’, with “APIKEY”,</p>
]]></description><link>https://forum.magicmirror.builders/post/87541</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87541</guid><dc:creator><![CDATA[ftap]]></dc:creator><pubDate>Tue, 19 Jan 2021 23:09:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Mon, 18 Jan 2021 18:43:32 GMT]]></title><description><![CDATA[<p dir="auto">Hey guxy,</p>
<p dir="auto">could someone please post how it works? I updated all, got a new APIkey but it still dont work.</p>
<p dir="auto">My code in config.js:</p>
<p dir="auto">{<br />
module: ‘MMM-CoinMarketCap’,<br />
position: “top_left”,<br />
header: “Crypto”,<br />
config: {<br />
apiKey: ‘APIKEY APIKEY’,<br />
currencies: [‘bitcoin’, ‘ethereum’, ‘litecoin’, ‘stellar’],<br />
view: ‘graphWithChanges’,<br />
conversion: ‘EUR’,<br />
}<br />
},</p>
]]></description><link>https://forum.magicmirror.builders/post/87465</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87465</guid><dc:creator><![CDATA[TheRedhawk]]></dc:creator><pubDate>Mon, 18 Jan 2021 18:43:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Mon, 11 Jan 2021 20:21:40 GMT]]></title><description><![CDATA[<p dir="auto">For anyone that finds this topic while trying to trouble shoot constant loading:</p>
<p dir="auto">Where it says: ‘your api key here’</p>
<p dir="auto">Change it to double quotes: “your api key here”</p>
<p dir="auto">Doing this made the module work for me.</p>
]]></description><link>https://forum.magicmirror.builders/post/87092</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87092</guid><dc:creator><![CDATA[ftap]]></dc:creator><pubDate>Mon, 11 Jan 2021 20:21:40 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Sun, 12 Apr 2020 00:48:40 GMT]]></title><description><![CDATA[<p dir="auto">Have you solve the problem?</p>
<p dir="auto">In my case it is loading… all the time.</p>
]]></description><link>https://forum.magicmirror.builders/post/72502</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72502</guid><dc:creator><![CDATA[enjoynering]]></dc:creator><pubDate>Sun, 12 Apr 2020 00:48:40 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Sun, 22 Mar 2020 19:32:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/avatared007" aria-label="Profile: AvatarED007">@<bdi>AvatarED007</bdi></a> Thank you.</p>
]]></description><link>https://forum.magicmirror.builders/post/70976</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70976</guid><dc:creator><![CDATA[DavidJ]]></dc:creator><pubDate>Sun, 22 Mar 2020 19:32:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Wed, 11 Mar 2020 16:53:15 GMT]]></title><description><![CDATA[<p dir="auto">got it, after update module.</p>
]]></description><link>https://forum.magicmirror.builders/post/70477</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70477</guid><dc:creator><![CDATA[Linus68]]></dc:creator><pubDate>Wed, 11 Mar 2020 16:53:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Tue, 10 Mar 2020 21:09:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/avatared007" aria-label="Profile: AvatarED007">@<bdi>AvatarED007</bdi></a><br />
?? can you please explain more detailed.</p>
]]></description><link>https://forum.magicmirror.builders/post/70435</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70435</guid><dc:creator><![CDATA[Linus68]]></dc:creator><pubDate>Tue, 10 Mar 2020 21:09:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Tue, 10 Mar 2020 17:05:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/avatared007" aria-label="Profile: AvatarED007">@<bdi>AvatarED007</bdi></a> Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/70428</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70428</guid><dc:creator><![CDATA[hermlam]]></dc:creator><pubDate>Tue, 10 Mar 2020 17:05:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Tue, 10 Mar 2020 16:57:48 GMT]]></title><description><![CDATA[<p dir="auto">You have to change the Documentation an move the apiKey to the config part.<br />
In the java-script you check on self.<strong>config</strong>.apiKey</p>
]]></description><link>https://forum.magicmirror.builders/post/70427</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70427</guid><dc:creator><![CDATA[AvatarED007]]></dc:creator><pubDate>Tue, 10 Mar 2020 16:57:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Tue, 10 Mar 2020 16:54:30 GMT]]></title><description><![CDATA[<p dir="auto">Does any one know a other Module to run.<br />
I need the coins with graph and the tendency in color (red, green).</p>
]]></description><link>https://forum.magicmirror.builders/post/70425</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70425</guid><dc:creator><![CDATA[Linus68]]></dc:creator><pubDate>Tue, 10 Mar 2020 16:54:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Tue, 10 Mar 2020 16:46:47 GMT]]></title><description><![CDATA[<p dir="auto">I updated to new version, and requested the API Key, Changed the config file and added the apiKey from <a href="http://CoinMarketCap.com" target="_blank" rel="noopener noreferrer nofollow ugc">CoinMarketCap.com</a>. Also rebooted the MagicMirror.<br />
I still get the message : “Please provide an API key”</p>
]]></description><link>https://forum.magicmirror.builders/post/70424</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70424</guid><dc:creator><![CDATA[AvatarED007]]></dc:creator><pubDate>Tue, 10 Mar 2020 16:46:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Mon, 09 Mar 2020 22:32:03 GMT]]></title><description><![CDATA[<p dir="auto">I have the same issue. Also multiple reboot did not help.<br />
Still message “Unable to get data from <a href="http://CoinMarketCap.com" target="_blank" rel="noopener noreferrer nofollow ugc">CoinMarketCap.com</a>.”</p>
]]></description><link>https://forum.magicmirror.builders/post/70389</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70389</guid><dc:creator><![CDATA[AvatarED007]]></dc:creator><pubDate>Mon, 09 Mar 2020 22:32:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Mon, 09 Mar 2020 17:40:01 GMT]]></title><description><![CDATA[<p dir="auto">Same problem here</p>
]]></description><link>https://forum.magicmirror.builders/post/70373</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70373</guid><dc:creator><![CDATA[hermlam]]></dc:creator><pubDate>Mon, 09 Mar 2020 17:40:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Sun, 08 Mar 2020 08:22:01 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the feedback.<br />
Some days ago I had also the problem, but after some reboots it was working. But now still not working. Then lets wait and see.</p>
]]></description><link>https://forum.magicmirror.builders/post/70330</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70330</guid><dc:creator><![CDATA[Linus68]]></dc:creator><pubDate>Sun, 08 Mar 2020 08:22:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CoinMarketCap unable to get data on Sun, 08 Mar 2020 03:39:21 GMT]]></title><description><![CDATA[<p dir="auto">Same.  ‘git pull’ indicated that code was up to date.  Hopefully a temporary issue at coinmarketcap?</p>
]]></description><link>https://forum.magicmirror.builders/post/70327</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70327</guid><dc:creator><![CDATA[DavidJ]]></dc:creator><pubDate>Sun, 08 Mar 2020 03:39:21 GMT</pubDate></item></channel></rss>