<?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[Remove fade from weather]]></title><description><![CDATA[<p dir="auto">Everything I’ve seen is people wanting to put fade in, I want to take it out of the weather. Went to every file and can’t find the place to change it. I was able to do the calendar one but not the weather.</p>
<p dir="auto">Also, all of a sudden my clock changed to 24 hr clock. <a href="http://Config.is" target="_blank" rel="noopener noreferrer nofollow ugc">Config.is</a> shows 12 and imperial. Here else would this have shown up I might I have changed accidentally?</p>
]]></description><link>https://forum.magicmirror.builders/topic/15950/remove-fade-from-weather</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 20:58:43 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15950.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 01 Dec 2021 20:56:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 23:49:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/louise" aria-label="Profile: louise">@<bdi>louise</bdi></a> said in <a href="/post/97025">Remove fade from weather</a>:</p>
<blockquote>
<p dir="auto">, the other day I was reading martian</p>
</blockquote>
<p dir="auto">yep</p>
]]></description><link>https://forum.magicmirror.builders/post/97026</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97026</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 01 Dec 2021 23:49:10 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 23:48: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> sure, now I understand what that says, the other day I was reading martian</p>
]]></description><link>https://forum.magicmirror.builders/post/97025</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97025</guid><dc:creator><![CDATA[louise]]></dc:creator><pubDate>Wed, 01 Dec 2021 23:48:35 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 23:48:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/louise" aria-label="Profile: louise">@<bdi>louise</bdi></a> from the doc</p>
<p dir="auto"><a href="https://docs.magicmirror.builders/modules/configuration.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/modules/configuration.html</a></p>
<p dir="auto">if you used my MMM-Config module, all this would be in a form you fill out<br />
<a href="https://github.com/sdetweil/MMM-Config" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MMM-Config</a></p>
]]></description><link>https://forum.magicmirror.builders/post/97024</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97024</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 01 Dec 2021 23:48:07 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 23:46:24 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> ok, wasn’t sure how to do that with the modules I didn’t want.</p>
]]></description><link>https://forum.magicmirror.builders/post/97023</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97023</guid><dc:creator><![CDATA[louise]]></dc:creator><pubDate>Wed, 01 Dec 2021 23:46:24 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 23:08:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/louise" aria-label="Profile: louise">@<bdi>louise</bdi></a> no fade anywhere in there</p>
<p dir="auto">in here you have module:“”</p>
<p dir="auto">if u need to disable a module just add</p>
<pre><code>disabled:true,
</code></pre>
<p dir="auto">after the module: line</p>
]]></description><link>https://forum.magicmirror.builders/post/97022</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97022</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 01 Dec 2021 23:08:56 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 23:05:57 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></p>
<pre><code>/* Magic Mirror Config Sample
 *
 * By Michael Teeuw https://michaelteeuw.nl
 * MIT Licensed.
 *
 * For more information on how you can configure this file
 * see https://docs.magicmirror.builders/getting-started/configuration.html#general
 * and https://docs.magicmirror.builders/modules/configuration.html
 */
let config = {
	address: "localhost", 	// Address to listen on, can be:
							// - "localhost", "127.0.0.1", "::1" to listen on loopback interface
							// - another specific IPv4/6 to listen on a specific interface
							// - "0.0.0.0", "::" to listen on any interface
							// Default, when address config is left out or empty, is "localhost"
	port: 8080,
	basePath: "/", 	// The URL path where MagicMirror is hosted. If you are using a Reverse proxy
					// you must set the sub path here. basePath must end with a /
	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], 	// Set [] to allow all IP addresses
															// or add a specific IPv4 of 192.168.1.5 :
															// ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
															// or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :
															// ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],

	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: "en",
	locale: "en-US",
	logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging
	timeFormat: 12,
	units: "imperial",
	// serverOnly:  true/false/"local" ,
	// local for armv6l processors, default
	//   starts serveronly and then starts chrome browser
	// false, default for all NON-armv6l devices
	// true, force serveronly mode, because you want to.. no UI on this device
	modules: [
		{
			module: "alert",
		},
		{
			module: "updatenotification",
			position: "top_bar"
		},
		{
			module: "clock",
			position: "top_left"
		},
		{
			module: "calendar",
			header: "",
			position: "top_left",
			config: {
				calendars: [
					{
						symbol: "calendar-check",
						url: "https://calendar.google.com/calendar/ical/jxxxxxxxxxxxxpublic/basic.ics"
					}
				]
			}
		},
		{
			module: "",
			position: ""
		},
		{
			module: "weather",
			position: "top_right",
			config: {
				weatherProvider: "openweathermap",
				type: "current",
				location: "Kenosha",
				locationID: "5258393", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
				apiKey: "xxxxxxxxxx"
			}
		},
		{
			module: "weather",
			position: "top_right",
			header: "",
			config: {
				weatherProvider: "openweathermap",
				type: "forecast",
				location: "Kenosha",
				locationID: "5258393", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
				apiKey: "xxxxxxxxx"
			}
		},
		{
			module: "",
			position: "",
			config: {
				feeds: [
					{
						title: "New York Times",
						url: ""
					}
				],
				showSourceTitle: true,
				showPublishDate: true,
				broadcastNewsFeeds: true,
				broadcastNewsUpdates: true
			}
		},
	]
};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/97021</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97021</guid><dc:creator><![CDATA[louise]]></dc:creator><pubDate>Wed, 01 Dec 2021 23:05:57 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 22:20:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/louise" aria-label="Profile: louise">@<bdi>louise</bdi></a> show me the config.js…</p>
<p dir="auto">mark out any personal info</p>
<p dir="auto">with xxxxx  don’t change any quotes or braces</p>
]]></description><link>https://forum.magicmirror.builders/post/97020</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97020</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 01 Dec 2021 22:20:43 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 22:02:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/louise" aria-label="Profile: louise">@<bdi>louise</bdi></a> I rebooted, when it came up the time on top was military time, appointments regular time. Looked at the config.js and it showed 24. Changed it to 12 again, now time on top is military and the appointments are military.</p>
]]></description><link>https://forum.magicmirror.builders/post/97018</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97018</guid><dc:creator><![CDATA[louise]]></dc:creator><pubDate>Wed, 01 Dec 2021 22:02:16 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 21:37:10 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> No quotes</p>
]]></description><link>https://forum.magicmirror.builders/post/97017</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97017</guid><dc:creator><![CDATA[louise]]></dc:creator><pubDate>Wed, 01 Dec 2021 21:37:10 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 21:36:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/louise" aria-label="Profile: louise">@<bdi>louise</bdi></a> false with NO  quotes, right?</p>
]]></description><link>https://forum.magicmirror.builders/post/97016</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97016</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 01 Dec 2021 21:36:31 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 21:29:31 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> don’t know if u saw the edited version of last post, but it is working with time format 12.<br />
So that is good, just need to figure out the fade on weather.</p>
]]></description><link>https://forum.magicmirror.builders/post/97015</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97015</guid><dc:creator><![CDATA[louise]]></dc:creator><pubDate>Wed, 01 Dec 2021 21:29:31 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 21:25:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/louise" aria-label="Profile: louise">@<bdi>louise</bdi></a> can u show the config block for clock and weather</p>
<p dir="auto">from<br />
{<br />
module:</p>
<p dir="auto">to<br />
}</p>
<p dir="auto">please use the code block</p>
<p dir="auto">paste text,<br />
select text<br />
push the button above<br />
&lt;/&gt;</p>
]]></description><link>https://forum.magicmirror.builders/post/97014</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97014</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 01 Dec 2021 21:25:30 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 21:25:25 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> For time, it is in config.js.</p>
<p dir="auto">I did look at most of the .js but didn’t see where people were putting their fades in, thinking I could just clear it out.</p>
<p dir="auto">I was in the programming screen thinking I could find something but no.</p>
<p dir="auto">Well that is weird. Thinking I could start over with config.js for just the time part, copied and pasted the default, saved, restarted and now the time is right.</p>
]]></description><link>https://forum.magicmirror.builders/post/97013</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97013</guid><dc:creator><![CDATA[louise]]></dc:creator><pubDate>Wed, 01 Dec 2021 21:25:25 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 21:17:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/louise" aria-label="Profile: louise">@<bdi>louise</bdi></a> are u doing forecast?</p>
<p dir="auto">for the timeFormat in clock, is it inside the<br />
config:{</p>
<p dir="auto">}<br />
section?</p>
<p dir="auto">if a module doesn’t have one, u have to add it</p>
]]></description><link>https://forum.magicmirror.builders/post/97012</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97012</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 01 Dec 2021 21:17:56 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 21:17:21 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> yes that is what I have</p>
]]></description><link>https://forum.magicmirror.builders/post/97011</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97011</guid><dc:creator><![CDATA[louise]]></dc:creator><pubDate>Wed, 01 Dec 2021 21:17:21 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 21:15:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/louise" aria-label="Profile: louise">@<bdi>louise</bdi></a> this is the default</p>
<pre><code>	logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging
	timeFormat: 24,
	units: "metric
</code></pre>
<p dir="auto">so</p>
<pre><code>	timeFormat: 12,
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/97010</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97010</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 01 Dec 2021 21:15:37 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 21:14:28 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> I did see that but when I told it false it didn’t go away</p>
]]></description><link>https://forum.magicmirror.builders/post/97009</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97009</guid><dc:creator><![CDATA[louise]]></dc:creator><pubDate>Wed, 01 Dec 2021 21:14:28 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 21:12:27 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> there is the fade option on the doc for forecast</p>
<p dir="auto"><img src="/assets/uploads/files/1638393145463-screenshot_20211201-151144_chrome.jpg" alt="Screenshot_20211201-151144_Chrome.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/97008</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97008</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 01 Dec 2021 21:12:27 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 21:12:08 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> you mean the time format? I have it at 12</p>
]]></description><link>https://forum.magicmirror.builders/post/97007</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97007</guid><dc:creator><![CDATA[louise]]></dc:creator><pubDate>Wed, 01 Dec 2021 21:12:08 GMT</pubDate></item><item><title><![CDATA[Reply to Remove fade from weather on Wed, 01 Dec 2021 21:10:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/louise" aria-label="Profile: louise">@<bdi>louise</bdi></a> what is the hour  setting up top in config.js</p>
]]></description><link>https://forum.magicmirror.builders/post/97006</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97006</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 01 Dec 2021 21:10:28 GMT</pubDate></item></channel></rss>