<?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[MMM-GoogleTasks not compatible with MMM-pages, MMM-Carousel, or MMM-ModuleScheduler]]></title><description><![CDATA[<p dir="auto"><a href="https://github.com/jgauth/MMM-GoogleTasks/issues/5#issue-394762740" target="_blank" rel="noopener noreferrer nofollow ugc">Link</a> to issue posted on MMM-GoogleTasks GitHub Repo, with further explanation below.</p>
<p dir="auto"><strong>Bug Description:</strong></p>
<ul>
<li>Both MMM-pages and MMM-Carousel modules and have this same issue. All modules are showing on one page only and no advance to another page is occurring, neither is it changing on a browser pointed to the MagicMirror URL, nor on the MagicMirror itself. Also, MMM-ModuleScheduler is not hiding the modules I specify.</li>
</ul>
<p dir="auto"><strong>System Info:</strong></p>
<ul>
<li>PCB: Raspberry Pi 3B</li>
<li>OS: Raspbian GNU/Linux 9 (stretch)</li>
<li>Node version: 10.15.0</li>
<li>MagicMirror Version: 2.5.0</li>
<li>Running MagicMirror with pm2 on start</li>
</ul>
<p dir="auto"><strong>Screenshot</strong></p>
<ul>
<li>Here is the jumbled mess, and my MMM-CalendarExt module never shows at all:<br />
<img src="/assets/uploads/files/1546654560435-50533322-fd50c780-0aec-11e9-9ffb-6af110232030.png" alt="0_1546654556693_50533322-fd50c780-0aec-11e9-9ffb-6af110232030.png" class=" img-fluid img-markdown" /></li>
</ul>
<p dir="auto"><strong>Module Configuration:</strong></p>
<ul>
<li>MMM-Pages config:</li>
</ul>
<pre><code>{
	module: 'MMM-pages',
	config: {
		modules: 
			[['MMM-GoogleTasks', 'MMM-Gas', 'MMM-AlarmClock', 'MMM-NOAA3'],
			['MMM-SimpleLogo', 'MMM-CalendarExt']],
		excludes: ['alert', 'updatenotification', 'clock', 'MMM-Remote-Control'],
		animationTime: 0,
		rotationTime: 5000,
		delayTime: 0,
	},
},
</code></pre>
<ul>
<li>MMM-ModuleScheduler config:</li>
</ul>
<pre><code>{
	module: 'MMM-ModuleScheduler',
	config: {
		notification_schedule: [
			//TURN SCREEN ON AT 05:00 AM EVERY DAY
			{notification: 'REMOTE_ACTION', schedule: '30 5 * * *', payload: {action: 'MONITORON'}},
			//TURN SCREEN OFF AT 01:00 AM EVERY DAY
			{notification: 'REMOTE_ACTION', schedule: '00 1 * * *', payload: {action: 'MONITOROFF'}},
			//RESTART THE RASPBERRY PI DAILY AT 02:00 AM
			{notification: 'REMOTE_ACTION', schedule: '00 2 * * *', payload: {action: 'REBOOT'}},
		],
		schedulerClass: 'scheduler',
		animationSpeed: 0,
		global_schedule: {
			from: '00 0 * * *',
			to: '01 0 * * *',
			groupClass: 'hide_module',
		},
	},
},
</code></pre>
<ul>
<li>And this module does not hide:</li>
</ul>
<pre><code>{
	module: 'MMM-AlarmClock',
	position: 'top_center',
	classes: 'hide_module',
	config: {
		alarms: [
			{
				time: '09:27', //must be 24 hr format
				days: [1,2,3,4,5], //Sunday=0, Saturday=7
				title: 'KBRX - Party Line',
				message: 'Party Line',
				sound: 'http://162.244.81.209:8032/stream?autoplay=1',
				volume: 1.0,
				touch: false,
				format: 'ddd, h:mm A',
				timer: 1.15 * 60 * 60000, //change first operand to specify hours
				fade: false,
				fadeTimer: 60 * 1000, //change 1st operand to specify seconds, how long fade into alarm before volume is set
				fadeStep: 0.005, //0.5%, inc volume this percent amount each second until fadeTimer is reached
				popup: false,
			},
		],
	},
},
</code></pre>
<p dir="auto"><strong>Console Errors:</strong><br />
The following are the ONLY errors that showed in the console, and I discovered by process of elimination that the moment-timezone errors are caused by the MagicMirror default “clock” module.</p>
<pre><code>moment-timezone-with-data.js:472 Moment Timezone has no data for none. See http://momentjs.com/timezone/docs/#/data-loading/.logError @ moment-timezone-with-data.js:472
TypeError: Cannot convert undefined or null to object
at Function.keys ()
at Class.getDom (MMM-GoogleTasks.js:87)
at main.js:110
at new Promise ()
at updateDom (main.js:109)
at main.js:53
at Array.forEach ()
at createDomObjects (main.js:24)
at Object.modulesStarted (main.js:471)
at startModules (loader.js:59)
</code></pre>
<p dir="auto"><strong>Helpful Hints:</strong><br />
Then, by another module elimination process, I discovered that disabling/deleting MMM-GoogleTasks from the config.js file makes MMM-pages, MMM-Carousel, and MMM-ModuleScheduler run as expected.</p>
<p dir="auto">This is bugging me, since really look forward to using MMM-GoogleTasks on my Mirror, and I must be able to switch out pages of modules since I am using it for an advanced personal assistant and family organization center.</p>
<p dir="auto">Please help.</p>
]]></description><link>https://forum.magicmirror.builders/topic/9408/mmm-googletasks-not-compatible-with-mmm-pages-mmm-carousel-or-mmm-modulescheduler</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 20:59:33 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9408.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 05 Jan 2019 02:38:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-GoogleTasks not compatible with MMM-pages, MMM-Carousel, or MMM-ModuleScheduler on Mon, 31 May 2021 22:26:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hco125" aria-label="Profile: hco125">@<bdi>hco125</bdi></a> said in <a href="/post/49390">MMM-GoogleTasks not compatible with MMM-pages, MMM-Carousel, or MMM-ModuleScheduler</a>:</p>
<blockquote>
<p dir="auto">TypeError: Cannot convert undefined or null to object<br />
at Function.keys ()</p>
</blockquote>
<p dir="auto">bug…</p>
<p dir="auto">missing data, when display is requested</p>
<p dir="auto">do this</p>
<p dir="auto">edit MMM-GoogleTasks.js</p>
<p dir="auto">change line 37<br />
from</p>
<pre><code>		this.tasks;
</code></pre>
<p dir="auto">to</p>
<pre><code>		this.tasks= {};
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/91838</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91838</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 May 2021 22:26:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleTasks not compatible with MMM-pages, MMM-Carousel, or MMM-ModuleScheduler on Mon, 31 May 2021 22:12:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heeroy" aria-label="Profile: heeroy">@<bdi>heeroy</bdi></a> Hello! I know its been a while, but did u find out what was the problem?</p>
]]></description><link>https://forum.magicmirror.builders/post/91837</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91837</guid><dc:creator><![CDATA[waldemarkotansk]]></dc:creator><pubDate>Mon, 31 May 2021 22:12:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleTasks not compatible with MMM-pages, MMM-Carousel, or MMM-ModuleScheduler on Mon, 11 May 2020 13:02:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hco125" aria-label="Profile: hco125">@<bdi>hco125</bdi></a><br />
Hi!<br />
Have you resolve this issue? I have the same problem. Whatewer I do,when I put MMM-GoogleTasks in Page,system start load all modules on first page,also MMM-GoogleTasks is present there. I have try to put it alone in one page to have it by itself,but always same mistake!<br />
I have try to change positions,but nothing helps<br />
Thank you for answers!</p>
]]></description><link>https://forum.magicmirror.builders/post/75028</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75028</guid><dc:creator><![CDATA[heeroy]]></dc:creator><pubDate>Mon, 11 May 2020 13:02:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleTasks not compatible with MMM-pages, MMM-Carousel, or MMM-ModuleScheduler on Mon, 07 Jan 2019 14:16:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cowboysdude" aria-label="Profile: cowboysdude">@<bdi>cowboysdude</bdi></a> I reached out to the developer on the GitHub repo by creating an issue there, with no response for quite some time.</p>
<p dir="auto">Unfortunately, I do not know how to identify the css selector(s) you mentioned, nor how to verify if the modules are using the same ones or not. I am teaching myself programming bit by bit and it is a very slow and painful process.</p>
]]></description><link>https://forum.magicmirror.builders/post/49611</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49611</guid><dc:creator><![CDATA[hco125]]></dc:creator><pubDate>Mon, 07 Jan 2019 14:16:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleTasks not compatible with MMM-pages, MMM-Carousel, or MMM-ModuleScheduler on Sat, 05 Jan 2019 03:44:11 GMT]]></title><description><![CDATA[<p dir="auto">Well sounds like a conflict of some kind.  See for the fun of it if in the GoogleTasks is using the same selector from css or even in the main js file itself…OR ask the developer of GoogleTasks :)</p>
]]></description><link>https://forum.magicmirror.builders/post/49391</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49391</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Sat, 05 Jan 2019 03:44:11 GMT</pubDate></item></channel></rss>