<?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]]></title><description><![CDATA[<p dir="auto">I have a little issue with the random api request to CoinMarketCap api. The requests intervall ranges from 15s to a couple of minutes. My update intervall config is set to 15min and tried to restart my rpi4 and also to add retry delay to over 10min without success. The current credit average calls are 600 calls/day.</p>
<p dir="auto">Does anyone have any idea on how to solve it?</p>
]]></description><link>https://forum.magicmirror.builders/topic/15050/mmm-coinmarketcap</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 14:38:30 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15050.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 16 May 2021 12:27:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CoinMarketCap on Sun, 16 May 2021 13:03:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aladdin" aria-label="Profile: aladdin">@<bdi>aladdin</bdi></a> i’m not sure, lookingat the code I find one place to try to fix…</p>
<p dir="auto">in the modulename.,js , starting at line 386</p>
<pre><code>// get info back from node_helper who just made an api request, sam

		} else if (notification === "LISTINGS_RECEIVED" &amp;&amp; !self.loaded) {
			if (payload.isSuccessful &amp;&amp; payload.data.status.error_code == 0) {
				self.log(self.translate("LISTINGS_SUCCESS", { "numberOfAttempts": payload.original.attemptNum }));
				self.listings = payload.data.data;
				self.filterCurrenciesAndSetupDataSet();
				self.loaded = true;

// update the UI , sam

				self.updateDom(0);

// schedule next update, sam

				self.scheduleUpdate();

// oops.. and go get the data AGAIN now??? , instead of wait on scheduled update??? sam 

				self.getAllCurrencyDetails(1);        //  comment out this line, sam
				self.cacheLogos();                                   //  and this line (using // , sam
// oops , sam
				self.log(("self.config.currencies: " + JSON.stringify(self.config.currencies)), "dev");
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/91474</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91474</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 16 May 2021 13:03:37 GMT</pubDate></item></channel></rss>