<?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[Add Fade Opacity config option in config.js]]></title><description><![CDATA[<p dir="auto">When using the “Fade” option in the default modules (Calendar and Weather forecast, for example), on my set-up, the dimmed/faded gradient on the text is inconsistent. This is due to several factors, including different font sizes/weights, black-points/contrast/brightness on different monitors, different one-way mirror materials, etc.</p>
<p dir="auto">I was wondering if I could address this issue (in my case) if there was an Opacity variable added to the <em>startFade</em> function used in several default modules?</p>
<p dir="auto">Right now we can control via <em>config.js</em> where the fade starts in a div (<em>fadePoint</em>), but not a minimum amount of the opacity of the fade. (Right now it is based on an inline CSS div style of the <em>opacity</em> property set to the full 1.0 amount.)</p>
<pre><code>if (e &gt;= startFade) {			//fading
	currentFadeStep = e - startFade;
	dateRow.style.opacity = 1 - (1 / fadeSteps * currentFadeStep);
	}
</code></pre>
<p dir="auto">Is it worthwhile to add a <em>fadeOpacity</em> config that can be set to different base opacity amounts? Appreciate any help/feedback on this.</p>
]]></description><link>https://forum.magicmirror.builders/topic/12040/add-fade-opacity-config-option-in-config-js</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 06:28:00 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12040.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Jan 2020 16:13:55 GMT</pubDate><ttl>60</ttl></channel></rss>