<?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-Buller: Auth file in place, but no link displayed upon running]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I am trying to get the Buller module work. For authenticating, I downloaded the credentials file, pasted contents in a credentials.json file in MMM-Buller folder (see image below). When I used <code>npm start</code>, I do not get any link from the script to authenticate further. What am I doing wrong?</p>
<p dir="auto">***Config: ***</p>
<pre><code>		// // Buller - this one will be todo in house
		{
			module: 'MMM-Buller',
			position: 'top_right',
			header: 'To Do',
			config: {
				debug: false,
				lists: [
					{
						type: 'gTasks',
						name: 'HomeToDo',
						updateInterval: 1000 * 60 * 1 * 5, //every minutes
						icon: 'fas tasks',
					}
				],
			}
		},
</code></pre>
<p dir="auto"><em><strong>Output to <code>npm start</code>:</strong></em><br />
<img src="/assets/uploads/files/1577926305030-4ab4ddf8-c45a-465f-b601-2aa74a0c0bef-image.png" alt="0_1577926303220_4ab4ddf8-c45a-465f-b601-2aa74a0c0bef-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><em><strong>Buller folder</strong></em></p>
<p dir="auto"><img src="/assets/uploads/files/1577926229104-ea985598-4325-47e7-b83b-360e62043eb6-image.png" alt="0_1577926227161_ea985598-4325-47e7-b83b-360e62043eb6-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/11903/mmm-buller-auth-file-in-place-but-no-link-displayed-upon-running</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 14:25:17 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11903.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Jan 2020 00:52:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Buller: Auth file in place, but no link displayed upon running on Fri, 03 Jan 2020 14:23:11 GMT]]></title><description><![CDATA[<p dir="auto">Realized that I have to give path for credential file. Config file should look like this.</p>
<pre><code>config: {
				debug: true,
				credentials: "/home/pi/MagicMirror/modules/MMM-Buller/credentials.json",
				lists: [
</code></pre>
<p dir="auto">Ran with this, and was given the right link for authenticating. Works!</p>
]]></description><link>https://forum.magicmirror.builders/post/67095</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67095</guid><dc:creator><![CDATA[nakulbende]]></dc:creator><pubDate>Fri, 03 Jan 2020 14:23:11 GMT</pubDate></item></channel></rss>