<?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[Need help]]></title><description><![CDATA[<p dir="auto">`/* Magic Mirror Config Sample<br />
*</p>
<ul>
<li>By Michael Teeuw <a href="http://michaelteeuw.nl" target="_blank" rel="noopener noreferrer nofollow ugc">http://michaelteeuw.nl</a></li>
<li>MIT Licensed.</li>
<li></li>
<li>For more information how you can configurate this file</li>
<li>See <a href="https://github.com/MichMich/MagicMirror#configuration" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror#configuration</a></li>
<li></li>
</ul>
<p dir="auto">*/</p>
<p dir="auto">var config = {<br />
address: “localhost”, // Address to listen on, can be:<br />
// - “localhost”, “127.0.0.1”, “::1” to listen on loopback interface<br />
// - another specific IPv4/6 to listen on a specific interface<br />
// - “”, “0.0.0.0”, “::” to listen on any interface<br />
// Default, when address config is left out, is “localhost”<br />
port: 8080,<br />
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”], // Set [] to allow all IP addresses<br />
// or add a specific IPv4 of 192.168.1.5 :<br />
// [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.5”],<br />
// or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :<br />
// [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.3.0/28”],</p>
<pre><code>language: "en",
timeFormat: 24,
units: "metric",

modules: [
	{
		module: "alert",
	},
	{
		module: "updatenotification",
		position: "top_bar"
	},
	{
		module: "clock",
		position: "top_left"
	},
	{
		module: "calendar",
		header: "US Holidays",
		position: "top_left",
		config: {
			calendars: [
				{
					symbol: "calendar-check",
					url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"					
					}
				]
			}
		},
	{
		module: "compliments",
		position: "lower_third",
	},
	{
		module: "currentweather",
		position: "top_right",
		config: {
			location: "Memphis",
			locationID: "5526145",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
			appid: "3007140bdfc742d642dfe84a75fe3032"
		}
		
	},
	{
		module: "weatherforecast",
		position: "top_right",
		header: "Weather Forecast",
		config: {
			location: "Memphis",
			locationID: "5526145",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
			appid: "3007140bdfc742d642dfe84a75fe3032"
		
	},
	{
		module: "newsfeed",
		position: "bottom_bar",
		config: {
			feeds: [
				{
					title: "New York Times",
					url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
				}
			],
			showSourceTitle: true,
			showPublishDate: true,
			broadcastNewsFeeds: true,
			broadcastNewsUpdates: true
		}
	},
	{	
</code></pre>
<p dir="auto">module: “MMM-NowPlayingOnSpotify”,<br />
position: “bottom_left”,</p>
<p dir="auto">config: {<br />
showCoverArt: false,<br />
clientID: “a0f4d0df56b6446ca2be3f81ed7d544f”,<br />
clientSecret: “9fd7e975f6c64e74a24c8c1e37f53abb”,<br />
accessToken: “BQAyYFsDVd5q982SILK2l-xeytM49RKC-UrfHUAzt8hgRMhNI9s0WcZ2pVmxNLjODGP82rl1WcKoFZPHiSC9jzcgSbXmxRs9-efUCd8NWdzk_NQWopDe_8IjdSKFwL9hiLh6bWIGt4rdVgZJ6v1CnlifLE-ao3GC”,<br />
refreshToken: “AQDgYew540LhC4nKUwFcEUaisenwciMBbzagl0Ok-jXJfAlABx3UDgaQMQ4HHh5-FV46pbG-PpHQog4fdIoomzyCYOt220YphZws79yUQfIUdsD1TnKEAxJAC4QzRQA707xWoA”<br />
}<br />
},<br />
{<br />
` module: “MMM-AVStock”,<br />
position: “top_center”,<br />
config: {<br />
apiKey : “LWQTCZMIKEGOSSXJ”,<br />
timeFormat: “YYYY-MM-DD HH:mm:ss”,<br />
symbols : [“TSLA”],<br />
alias: [“TESLA”],<br />
tickerDuration: 60,<br />
chartDays: 90,<br />
poolInterval : 1000*15,<br />
mode : “series”,<br />
decimals: 4,<br />
candleSticks : false,<br />
coloredCandles : false,<br />
premiumAccount: false,<br />
}</p>
<pre><code>	},
</code></pre>
<p dir="auto">]</p>
<p dir="auto">};</p>
<p dir="auto">/*************** DO NOT EDIT THE LINE BELOW ***************/<br />
if (typeof module !== “undefined”) {module.exports = config;}</p>
]]></description><link>https://forum.magicmirror.builders/topic/10813/need-help</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 07:51:34 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10813.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 Jul 2019 16:32:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need help on Sun, 21 Jul 2019 04:57:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/calrus" aria-label="Profile: Calrus">@<bdi>Calrus</bdi></a> - I’m glad you got it working. In the future, please use <a href="https://commonmark.org/help/" target="_blank" rel="noopener noreferrer nofollow ugc">the markdown features</a> of the board when posting code.</p>
]]></description><link>https://forum.magicmirror.builders/post/59196</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59196</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Sun, 21 Jul 2019 04:57:47 GMT</pubDate></item><item><title><![CDATA[Reply to Need help on Fri, 19 Jul 2019 17:05:57 GMT]]></title><description><![CDATA[<p dir="auto">That fixed it! Thanks so much!</p>
]]></description><link>https://forum.magicmirror.builders/post/59169</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59169</guid><dc:creator><![CDATA[Calrus]]></dc:creator><pubDate>Fri, 19 Jul 2019 17:05:57 GMT</pubDate></item><item><title><![CDATA[Reply to Need help on Sat, 20 Jul 2019 00:19:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/calrus" aria-label="Profile: Calrus">@<bdi>Calrus</bdi></a> ok… from the MagicMirror folder do</p>
<pre><code>npm run config:check
</code></pre>
<p dir="auto">start fixing errors in config.js at the top</p>
<p dir="auto">rerun after each change…</p>
<p dir="auto">i see a quote in front of the module: “avstock” but it may be your cut/paste</p>
]]></description><link>https://forum.magicmirror.builders/post/59161</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59161</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 20 Jul 2019 00:19:35 GMT</pubDate></item><item><title><![CDATA[Reply to Need help on Fri, 19 Jul 2019 16:36:32 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> The code isn’t running. It says syntax error</p>
]]></description><link>https://forum.magicmirror.builders/post/59160</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59160</guid><dc:creator><![CDATA[Calrus]]></dc:creator><pubDate>Fri, 19 Jul 2019 16:36:32 GMT</pubDate></item><item><title><![CDATA[Reply to Need help on Fri, 19 Jul 2019 16:36:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/calrus" aria-label="Profile: Calrus">@<bdi>Calrus</bdi></a> what help?</p>
]]></description><link>https://forum.magicmirror.builders/post/59159</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59159</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 19 Jul 2019 16:36:07 GMT</pubDate></item></channel></rss>