<?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 fuel infinite loop]]></title><description><![CDATA[<p dir="auto">So my code is working, but it isn’t loading the prices. Here is my code. If anyone can see why I’d appreciate it. I’m located in the US and checked the forums with anyone else with these issues and nothing came up. I have about 0 coding experience. I’ve tried autoblog as well with same results.</p>
<pre><code>{
    module: "MMM-Fuel",
    position: "top_left",
    config: {
provider: "gasbuddy",
        zip: 98003,
radius: 1,
        types: ["premium", "diesel",],
showDistance: false,
lat: undefined,
lng: undefined,
open: false,
showOpenOnly: false,
showBrand: false,
// all your config options, which are different than their default values
    }
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/18179/mmm-fuel-infinite-loop</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 22:42:21 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18179.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Nov 2023 16:28:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to mmm fuel infinite loop on Fri, 17 Nov 2023 16:43:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plasmire" aria-label="Profile: Plasmire">@<bdi>Plasmire</bdi></a> sorry, I screwed on on your prior posts…</p>
<p dir="auto">anyhow</p>
<p dir="auto">I did this</p>
<pre><code>{
    module: "MMM-Fuel",
    position: "top_right",
    config: {
    		provider:"autoblog",  // (and "gasbuddy" 
    		zip:"78660",
                types: ["regular", "mid-grade", "premium","diesel"],
    }
}
</code></pre>
<p dir="auto">and got this<br />
<img src="/assets/uploads/files/1700238918647-screenshot-at-2023-11-17-10-34-17.png" alt="Screenshot at 2023-11-17 10-34-17.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">also,   ‘not supported’  means these settings will not be used  , but some are incorrect, as showDistance default is true,  (as shown) and showDistance: false, turns off that column</p>
<p dir="auto"><img src="/assets/uploads/files/1700239323721-screenshot-at-2023-11-17-10-40-58.png" alt="Screenshot at 2023-11-17 10-40-58.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/112600</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112600</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 17 Nov 2023 16:43:16 GMT</pubDate></item></channel></rss>