<?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: Faded Display Box]]></title><description><![CDATA[<p dir="auto">Hi there,<br />
I’m new to the MM world and searched for a known thread here for my question but didn’t found sth.<br />
I placed the MMM-fuel info box on bottom_center. The module itself works fine but the bottom side of the box is faded out downwards so that only 3 of 4 gas stations are readable. Is that a MMM-fuel issue or is it sth that is to manage in the MM config.js?<br />
In other words: who do I have to bother with this?<br />
Thx in advance</p>
]]></description><link>https://forum.magicmirror.builders/topic/17362/mmm-fuel-faded-display-box</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 04:59:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17362.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 13 Nov 2022 13:09:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Fuel: Faded Display Box on Sun, 20 Nov 2022 16:04:16 GMT]]></title><description><![CDATA[<p dir="auto">Sorry for beeing late w| my reply  - was on business trip for a week.<br />
Thanks a lot for this very helpful hint - works fine, even if I may face some issues when the module is being updated. We’ll see.<br />
But btw: does anyone know how the “stationIds” thing is working? My attempt to set a specific list of gas stations failed whatever I set up. It always reduces the shown gas stations to a default area of x km but gives a sh*t what I put into the stationIds field.</p>
<pre><code>{
    				module: "MMM-Fuel",
    				position: "bottom_center",
    					config: {
        				api_key: "xxx-xxx-xxx-xxx-xxx",
        				lat: XX.261100,
        				lng: XX.086829,
					max: 4,
					showAddress: false,
					showOpenOnly: true,
        				types: ["diesel"],
					updateInterval: 900000,
					rotate: false,
					open: true,
					stationIds: ["5cef9466-ccff-46fc-ab7c-1a94a807f961", "89c023c3-b028-468c8107-7987d3b62c02" ],
                                                 },
},
</code></pre>
<p dir="auto">I have no idea what to change to refer to the stationIds list.<br />
Thanks again for helping -<br />
Greets</p>
]]></description><link>https://forum.magicmirror.builders/post/105936</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105936</guid><dc:creator><![CDATA[Mogli 0]]></dc:creator><pubDate>Sun, 20 Nov 2022 16:04:16 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Fuel: Faded Display Box on Sun, 13 Nov 2022 17:51:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mogli-0" aria-label="Profile: Mogli-0">@<bdi>Mogli-0</bdi></a></p>
<p dir="auto">The fading is hard coded to the template of the module.<br />
As it is not configured in the modules CSS file you need to modify the template or make a issue at the modules github page and let the developer do it for you.</p>
<p dir="auto">Edit:<br />
You need to change line 42 in “templates/MMM-Fuel.njk”</p>
<p dir="auto">from:</p>
<pre><code>            {% set fadeStyle = loop.index0 | fade(loop.length) %}
</code></pre>
<p dir="auto">to:</p>
<pre><code>            {% set fadeStyle = 1 %}
</code></pre>
<p dir="auto"><strong>But be aware that you will get into problems the next time you want to update the module!</strong></p>
<p dir="auto">Edit:<br />
I opened a issue at the modules github page with a suggestion to the developer of how to realize the fading with CSS instead of the hard coded part.<br />
If he accepts the change things can be controlled in the custom.css in the future</p>
]]></description><link>https://forum.magicmirror.builders/post/105780</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105780</guid><dc:creator><![CDATA[wishmaster270]]></dc:creator><pubDate>Sun, 13 Nov 2022 17:51:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Fuel: Faded Display Box on Sun, 13 Nov 2022 13:16:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mogli-0" aria-label="Profile: Mogli-0">@<bdi>Mogli-0</bdi></a> bottom center is  a very small space.<br />
see <a href="https://forum.magicmirror.builders/topic/286/regions?_=1668263216703">https://forum.magicmirror.builders/topic/286/regions?_=1668263216703</a></p>
]]></description><link>https://forum.magicmirror.builders/post/105776</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105776</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 13 Nov 2022 13:16:14 GMT</pubDate></item></channel></rss>