<?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[After adding MMM-CalendarExt to a class (MMM-ProfileSwitcher) it doesn&#x27;t show up on the mirror]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">It’s all in the title…</p>
<p dir="auto">Here’s my config:</p>
<pre><code>/* Magic Mirror Config Sample
 *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 *
 * For more information how you can configurate this file
 * See https://github.com/MichMich/MagicMirror#configuration
 *
 */

var 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, is "localhost"
	port: 8080,
	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"],

	language: "de",
	timeFormat: 24,
	units: "metric",

	modules: [
		{
			module: "alert",
    			classes: "default everyone"


		},
		{
			module: "updatenotification",
			position: "top_bar",
			classes: "default everyone"


		},
		{
			module: "clock",
			position: "top_left",
			classes: "default everyone"
		},

		{
			module: "newsfeed",
			position: "bottom_bar",
			classes: "default everyone",
			config: {
				feeds: [
					{
						title: "Neue Zürcher Zeitung",
						url: "https://www.nzz.ch/recent.rss"
					},


				],
				showSourceTitle: true,
				showPublishDate: true,
				broadcastNewsFeeds: true,
				broadcastNewsUpdates: true
			}
		},

		    {

      			module: "MMM-CalendarExt",
      			position: "top_left",
			classes: "default everyone",
			config: {
        		system: {
          				show: ["daily"],
          				locale: 'de',
          				redrawInterval:60000,
        			},
        			views: {
          				daily: {
            						position:'lower_third',
            						counts:7,
          					},

        				},

        			defaultCalendar: {
          						maxEntries:50,
          						maxDays:180,
          						interval: 1000*60*5,
        					},

        			calendars :[
          					{
            						name: "Tommaso",
            						url: "https://calendar.google.com/calendar/ical/123/basic.ics",
							profiles: ['Tom'],
          					},
          					{
            						name: "Ferien",
            						url: "https://www.ferienwiki.ch/exports/ferien/2019/ch/basel-stadt",
							profiles: ['default'],
          					},

    
        				],
      				},
    		},    						
		{
        		module: 'MMM-ProfileSwitcher',
			classes: "default everyone",
       				config: {
           					// See 'Configuration options' for more information.
    					}
  		},
        	{
		            module: "currentweather",
				classes: "default",
		            position: "top_right",
		            config: {
		              location: "Basel",
		              locationID: "6458763",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
		              appid: "1234"
          				}
        	},
	        {
	            module: "weatherforecast",
		    classes: "default everyone",
	            position: "top_right",
	            header: "Weather Forecast",
	            config: {
	              location: "Basel",
	              locationID: "6458763",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
	              appid: "12345"
	          }
        	},
		
	
		{

		   	module: 'MMM-GPIO-Notifications',
			classes: "default everyone",

			    config: {

			        '17': {

			          gpio_state: 1,

			          gpio_debounce: 10,

			          notifications: [

			            {

					// see https://github.com/tosti007/MMM-ProfileSwitcher

					// Switching Profiles

					// this.sendNotification('CURRENT_PROFILE', 'DESIRED_PROFILE_NAME_HERE');

			              notification: 'CURRENT_PROFILE', 										

			              payload:  'Tom' 

			            },



			          ]

			        }

			    }

},



	


	
	]

};


/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}


</code></pre>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/topic/11183/after-adding-mmm-calendarext-to-a-class-mmm-profileswitcher-it-doesn-t-show-up-on-the-mirror</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 13:15:26 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11183.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 Sep 2019 16:30:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to After adding MMM-CalendarExt to a class (MMM-ProfileSwitcher) it doesn&#x27;t show up on the mirror on Tue, 17 Sep 2019 19:34:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomxgames" aria-label="Profile: tomXGames">@<bdi>tomXGames</bdi></a> you can see the notifications happening in the developers console…</p>
<p dir="auto">ctrl-shift-i, then selec tthe tab labeled ‘console’… then scroll up to see in the past…</p>
<p dir="auto">u can also filter by module , by putting part of the module name in the filter field</p>
]]></description><link>https://forum.magicmirror.builders/post/61426</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61426</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 17 Sep 2019 19:34:52 GMT</pubDate></item><item><title><![CDATA[Reply to After adding MMM-CalendarExt to a class (MMM-ProfileSwitcher) it doesn&#x27;t show up on the mirror on Tue, 17 Sep 2019 19:01:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomxgames" aria-label="Profile: tomXGames">@<bdi>tomXGames</bdi></a><br />
Inside of module, <code>notificationReceived(noti, payload, sender)</code> will be called when a notification arrives.</p>
]]></description><link>https://forum.magicmirror.builders/post/61425</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61425</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 17 Sep 2019 19:01:57 GMT</pubDate></item><item><title><![CDATA[Reply to After adding MMM-CalendarExt to a class (MMM-ProfileSwitcher) it doesn&#x27;t show up on the mirror on Tue, 17 Sep 2019 18:46:33 GMT]]></title><description><![CDATA[<p dir="auto">@Sean The ones sent with this.sendNotification()</p>
]]></description><link>https://forum.magicmirror.builders/post/61424</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61424</guid><dc:creator><![CDATA[tomXGames]]></dc:creator><pubDate>Tue, 17 Sep 2019 18:46:33 GMT</pubDate></item><item><title><![CDATA[Reply to After adding MMM-CalendarExt to a class (MMM-ProfileSwitcher) it doesn&#x27;t show up on the mirror on Tue, 17 Sep 2019 18:45:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomxgames" aria-label="Profile: tomXGames">@<bdi>tomXGames</bdi></a><br />
What notification??? more detail, please.</p>
]]></description><link>https://forum.magicmirror.builders/post/61423</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61423</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 17 Sep 2019 18:45:14 GMT</pubDate></item><item><title><![CDATA[Reply to After adding MMM-CalendarExt to a class (MMM-ProfileSwitcher) it doesn&#x27;t show up on the mirror on Tue, 17 Sep 2019 18:44:16 GMT]]></title><description><![CDATA[<p dir="auto">@Sean I have another question… Where can I see the notifications?</p>
]]></description><link>https://forum.magicmirror.builders/post/61422</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61422</guid><dc:creator><![CDATA[tomXGames]]></dc:creator><pubDate>Tue, 17 Sep 2019 18:44:16 GMT</pubDate></item><item><title><![CDATA[Reply to After adding MMM-CalendarExt to a class (MMM-ProfileSwitcher) it doesn&#x27;t show up on the mirror on Tue, 17 Sep 2019 18:29:25 GMT]]></title><description><![CDATA[<p dir="auto">@Sean Ok, thanks anyways for the help!</p>
]]></description><link>https://forum.magicmirror.builders/post/61421</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61421</guid><dc:creator><![CDATA[tomXGames]]></dc:creator><pubDate>Tue, 17 Sep 2019 18:29:25 GMT</pubDate></item><item><title><![CDATA[Reply to After adding MMM-CalendarExt to a class (MMM-ProfileSwitcher) it doesn&#x27;t show up on the mirror on Tue, 17 Sep 2019 17:47:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomxgames" aria-label="Profile: tomXGames">@<bdi>tomXGames</bdi></a><br />
Sorry those(Button and ProfileSwitcher) are not mine. You’d better ask the creator about it on their github issue board.</p>
]]></description><link>https://forum.magicmirror.builders/post/61418</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61418</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 17 Sep 2019 17:47:44 GMT</pubDate></item><item><title><![CDATA[Reply to After adding MMM-CalendarExt to a class (MMM-ProfileSwitcher) it doesn&#x27;t show up on the mirror on Tue, 17 Sep 2019 17:46:53 GMT]]></title><description><![CDATA[<p dir="auto">@Sean Thanks!</p>
<p dir="auto">I have another problem with MMM-Buttons… When I connect the two pins (pin 9 and pin 11 / Ground &amp;  GPIO 17) it doesn’t change the profile…<br />
Can you help out here? That would be great!</p>
<pre><code>/* Magic Mirror Config Sample
 *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 *
 * For more information how you can configurate this file
 * See https://github.com/MichMich/MagicMirror#configuration
 *
 */

var 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, is "localhost"
	port: 8080,
	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"],

	language: "de",
	timeFormat: 24,
	units: "metric",

	modules: [
		{
			module: "alert",
    			classes: "default everyone"


		},
		{
			module: "updatenotification",
			position: "top_bar",
			classes: "default everyone"


		},
		{
			module: "clock",
			position: "top_left",
			classes: "default everyone"
		},

		{
			module: "newsfeed",
			position: "bottom_bar",
			classes: "default",
			config: {
				feeds: [
					{
						title: "Neue Zürcher Zeitung",
						url: "https://www.nzz.ch/recent.rss"
					},


				],
				showSourceTitle: true,
				showPublishDate: true,
				broadcastNewsFeeds: true,
				broadcastNewsUpdates: true
			}
		},

		    {

      			module: "MMM-CalendarExt",
      			position: "top_left",
			classes: "default everyone",
			config: {
        		system: {
          				show: ["daily"],
          				locale: 'de',
          				redrawInterval:60000,
        			},
        			views: {
          				daily: {
            						position:'lower_third',
            						counts:7,
          					},

        				},

        			defaultCalendar: {
          						maxEntries:50,
          						maxDays:180,
          						interval: 1000*60*5,
        					},

        			calendars :[
          					{
            						name: "Tommaso",
            						url: "https://calendar.google.com/calendar/ical/tommaso.peduzzi%40gmx.ch/private-088063fff967db8474e57b3a7cdf176a/basic.ics",
							profiles: ['Tom'],
          					},
          					{
            						name: "Ferien",
            						url: "https://www.ferienwiki.ch/exports/ferien/2019/ch/basel-stadt",
							profiles: ['default'],
          					},

    
        				],
      				},
    		},    						
		{
        		module: 'MMM-ProfileSwitcher',
			classes: "default everyone",
       				config: {
           					// See 'Configuration options' for more information.
    					}
  		},
        	{
		            module: "currentweather",
				classes: "default",
		            position: "top_right",
		            config: {
		              location: "Basel",
		              locationID: "6458763",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
		              appid: "4a58442ce61f6ae3de20fcfdecdb0327"
          				}
        	},
	        {
	            module: "weatherforecast",
		    classes: "default everyone",
	            position: "top_right",
	            header: "Weather Forecast",
	            config: {
	              location: "Basel",
	              locationID: "6458763",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
	              appid: "4a58442ce61f6ae3de20fcfdecdb0327"
	          }
        	},
		
	
		/*{

		   	module: 'MMM-GPIO-Notifications',
			classes: "default everyone",

			    config: {

			        '17': {

			          gpio_state: 1,

			          gpio_debounce: 10,

			          notifications: [

			            {

					// see https://github.com/tosti007/MMM-ProfileSwitcher

					// Switching Profiles

					// this.sendNotification('CURRENT_PROFILE', 'DESIRED_PROFILE_NAME_HERE');

			              notification: 'CURRENT_PROFILE', 										

			              payload:  'Tom' 

			            },



			          ]

			        }

			    }

			},*/


			{
			    module: 'MMM-Buttons',
			    config: {
			        buttons: [
			            {
			                pin: 17,
			                name: "monitor_control",
			                shortPress: {
			                    notification: "CURRENT_PROFILE",
			                    payload: "Tom"
			                },

			            },


			        ]
			    }
},
	


	
	]

};


/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}


</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/61417</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61417</guid><dc:creator><![CDATA[tomXGames]]></dc:creator><pubDate>Tue, 17 Sep 2019 17:46:53 GMT</pubDate></item><item><title><![CDATA[Reply to After adding MMM-CalendarExt to a class (MMM-ProfileSwitcher) it doesn&#x27;t show up on the mirror on Tue, 17 Sep 2019 17:20:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomxgames" aria-label="Profile: tomXGames">@<bdi>tomXGames</bdi></a><br />
Go to MMM-CalendarExt directory then <code>git pull</code></p>
]]></description><link>https://forum.magicmirror.builders/post/61414</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61414</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 17 Sep 2019 17:20:29 GMT</pubDate></item><item><title><![CDATA[Reply to After adding MMM-CalendarExt to a class (MMM-ProfileSwitcher) it doesn&#x27;t show up on the mirror on Tue, 17 Sep 2019 17:19:10 GMT]]></title><description><![CDATA[<p dir="auto">@Sean Thanks! How can I update it?</p>
]]></description><link>https://forum.magicmirror.builders/post/61413</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61413</guid><dc:creator><![CDATA[tomXGames]]></dc:creator><pubDate>Tue, 17 Sep 2019 17:19:10 GMT</pubDate></item><item><title><![CDATA[Reply to After adding MMM-CalendarExt to a class (MMM-ProfileSwitcher) it doesn&#x27;t show up on the mirror on Tue, 17 Sep 2019 17:14:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomxgames" aria-label="Profile: tomXGames">@<bdi>tomXGames</bdi></a><br />
Sorry, there was a bug hidden. So I patched it now.</p>
]]></description><link>https://forum.magicmirror.builders/post/61412</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61412</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 17 Sep 2019 17:14:51 GMT</pubDate></item></channel></rss>