<?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[Fresh install]]></title><description><![CDATA[<p dir="auto">Hey guys…</p>
<p dir="auto">Just finish installing a fresh install of MM2 with Raspberry pi 3, everything looks good except having issue with 2 default modules.</p>
<p dir="auto">News feed and Calendar are never showing something. Even using the default feed and calendar!</p>
]]></description><link>https://forum.magicmirror.builders/topic/324/fresh-install</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 11:55:18 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/324.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Jul 2016 13:26:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fresh install on Thu, 07 Jul 2016 19:01:39 GMT]]></title><description><![CDATA[<p dir="auto">That likely happened because the respective node fetchers didn’t start when you first tried it. Killing the app and restarting it would’ve fixed that … and by rebooting the pi, you accomplished the same thing.</p>
]]></description><link>https://forum.magicmirror.builders/post/2337</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2337</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Thu, 07 Jul 2016 19:01:39 GMT</pubDate></item><item><title><![CDATA[Reply to Fresh install on Thu, 07 Jul 2016 18:51:53 GMT]]></title><description><![CDATA[<p dir="auto">Glad I could help! :-/</p>
]]></description><link>https://forum.magicmirror.builders/post/2336</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2336</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Thu, 07 Jul 2016 18:51:53 GMT</pubDate></item><item><title><![CDATA[Reply to Fresh install on Thu, 07 Jul 2016 14:51:37 GMT]]></title><description><![CDATA[<p dir="auto">That’s very strange…</p>
<p dir="auto">I reboot the raspberry for another reason and now, everything is working…</p>
]]></description><link>https://forum.magicmirror.builders/post/2311</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2311</guid><dc:creator><![CDATA[PointPubMedia]]></dc:creator><pubDate>Thu, 07 Jul 2016 14:51:37 GMT</pubDate></item><item><title><![CDATA[Reply to Fresh install on Fri, 08 Jul 2016 09:12:29 GMT]]></title><description><![CDATA[<pre><code>/* Magic Mirror Config Sample
 *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 */

var config = {
        port: 8080,

        language: 'en',
        timeFormat: 24,
        units: 'metric',

        modules: [
                {
                        module: 'alert',
                        config: {
                                alert_effect: 'genie',
                                welcome_message: '*** Command Center started.'
                        },
                },
                {
                        module: 'clock',
                        position: 'top_left'
                },
                {
                        module: 'calendar',
                        header: 'CA Holidays',
                        position: 'top_left',
                        config: {
                                calendars: [
                                        {
                                                symbol: 'calendar-check-o ',
                                                url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
                                        }
                                ]
                        }
                },
                {
                        module: 'currentweather',
                        position: 'top_right',
                        config: {
                                location: 'Saint-Eustache,CA',
                                locationID: '',  //ID from bulk.openweather.org/sample/
                                appid: 'fa2606456c60a3cb0feceaad88b5f4be'
                        }
                },
                {
                        module: 'weatherforecast',
                        position: 'top_right',
                        header: 'Weather Forecast',
                        config: {
                                location: 'Saint-Eustache,CA',
                                locationID: '5128581',  //ID from bulk.openweather.org/sample/
                                appid: 'fa2606456c60a3cb0feceaad88b5f4be'
                        }
                },
                {
                        module: 'newsfeed',
                        position: 'bottom_bar',
                        config: {
                                feeds: [
                                        {
                                                title: "LaPresse",
                                                url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                                        },
                                        {
                                                title: "BBC",
                                                url: "http://feeds.bbci.co.uk/news/video_and_audio/news_front_page/rss.xml?edition=uk",
                                        },
                                       ],
                                showSourceTitle: true,
                                showPublishDate: true
                        }
                },
        ]

};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== 'undefined') {module.exports = config;}
</code></pre>
<p dir="auto">And yes I have access to Internet, weather is working ;)</p>
]]></description><link>https://forum.magicmirror.builders/post/2308</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2308</guid><dc:creator><![CDATA[PointPubMedia]]></dc:creator><pubDate>Fri, 08 Jul 2016 09:12:29 GMT</pubDate></item><item><title><![CDATA[Reply to Fresh install on Thu, 07 Jul 2016 13:41:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pointpubmedia" aria-label="Profile: PointPubMedia">@<bdi>PointPubMedia</bdi></a> Can you show us your <code>config.js</code> setup?  Thanks.  Just a dummy check, is your pi connected to the internet?</p>
]]></description><link>https://forum.magicmirror.builders/post/2307</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2307</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Thu, 07 Jul 2016 13:41:33 GMT</pubDate></item></channel></rss>