<?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-GmailFeed] - Simple Gmail unread messages list&#x2F;notification]]></title><description><![CDATA[<p dir="auto"><strong>Description:</strong><br />
This module hooks into the rss feed of a gmail account, to show a list of unread emails.</p>
<p dir="auto"><strong>Features:</strong></p>
<ul>
<li>Support gmail and gsuite accounts</li>
<li>Configurable refresh intervals</li>
<li>New Mail notification sound</li>
<li>Configurable text widths</li>
<li>.css file for customization if desired</li>
<li>Always shows unread total count, regardless of list size limit setting.</li>
</ul>
<p dir="auto"><strong>Why?</strong><br />
I work as as software engineer from home.  Keeping track of my daily calendar is vital to my job. I have a small 19" monitor in portrait mode hooked to an rPi, setup to my side. It shows me the days weather, time, forecast, and of course Calendar!!   It was doing a fantastic job of helping me keep track of events. But, I was still too slow noticing important new emails.  I tried the IMAP based MM modules, but found them lacking with regards to just giving me updates to what is fresh/new.  I forked the MMM-JsonTable module, and tweaked it to work with the Gmail RSS feed.  Now, I get a nice short list of most-recent unread email at the bottom of my MM.</p>
<p dir="auto"><strong>Screenshot</strong><br />
<img src="https://github.com/shaneapowell/MMM-GmailFeed/raw/master/example1.png" alt="Screenshot" class=" img-fluid img-markdown" /></p>
<p dir="auto"><strong>Download</strong><br />
<a href="https://github.com/shaneapowell/MMM-GmailFeed/" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/shaneapowell/MMM-GmailFeed/</a></p>
]]></description><link>https://forum.magicmirror.builders/topic/11834/mmm-gmailfeed-simple-gmail-unread-messages-list-notification</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 08:04:06 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11834.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 22 Dec 2019 18:16:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Sun, 20 Feb 2022 22:10:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plainbroke" aria-label="Profile: plainbroke">@<bdi>plainbroke</bdi></a> said in <a href="/post/99815">[MMM-GmailFeed] - Simple Gmail unread messages list/notification</a>:</p>
<blockquote>
<p dir="auto">that alone fixed almost all my install issues…    Could hardly believe something so simple fixed so much</p>
</blockquote>
<p dir="auto">this is because the author didn’t record request being used  in his package.json, cause it ‘worked’ without it…, because MM supplied it…</p>
<p dir="auto">but MM removed it because the library has been discontinued)  (deprecate) and is exposed the security issues.</p>
<p dir="auto">oops… module didn’t declare, and its not there anymore… boom</p>
]]></description><link>https://forum.magicmirror.builders/post/99820</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99820</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 20 Feb 2022 22:10:12 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Sun, 20 Feb 2022 21:30:29 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> said in <a href="/post/99461">[MMM-GmailFeed] - Simple Gmail unread messages list/notification</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plainbroke" aria-label="Profile: plainbroke">@<bdi>plainbroke</bdi></a> module install instructions</p>
<pre><code>git clone https://github.com/shaneapowell/MMM-GmailFeed.git
cd MMM-GmailFeed
npm install
</code></pre>
<p dir="auto">the GitHub page is the <a href="http://README.MD" target="_blank" rel="noopener noreferrer nofollow ugc">README.MD</a> file</p>
<p dir="auto">also, if the module has a package.json you need to npm install ( in the new module folder), even if they don’t say so</p>
</blockquote>
<p dir="auto">I did all the npm install and it still did not work until I did the “npm install request”  in the MagicMirror/modules folder,  that alone fixed almost all my install issues…    Could hardly believe something so simple fixed so much…    And yes I have been running npm install in all my modules folders just to be safe.    That pm2 restart mm &amp;&amp; pm2 log lines=50  ( i think that is correct) really made life easier… Thanks to all whom helped with my issue…</p>
]]></description><link>https://forum.magicmirror.builders/post/99815</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99815</guid><dc:creator><![CDATA[plainbroke]]></dc:creator><pubDate>Sun, 20 Feb 2022 21:30:29 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Sun, 20 Feb 2022 20:35:15 GMT]]></title><description><![CDATA[<p dir="auto">Also just came across a clash between GmailFeed and both MMM-News and MMM-NewsAPI.</p>
<p dir="auto">Seems my GmailFeed was a little out of date as a git pull updated stuff there and now they are playing nicely together. Must be something quite recent though as I’m sure I did a full mirror update not so long ago…?</p>
]]></description><link>https://forum.magicmirror.builders/post/99810</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99810</guid><dc:creator><![CDATA[DarrenHill]]></dc:creator><pubDate>Sun, 20 Feb 2022 20:35:15 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Tue, 15 Feb 2022 00:07:50 GMT]]></title><description><![CDATA[<p dir="auto">I am having an unusual problem with it. It is preventing Googleassistant from bugsounet from loading<br />
I tested this 3 times by disabling the update and another one disabling the module and finally I reinstalled the previous version and everything worked perfectly, so I don’t understand what’s going on here</p>
]]></description><link>https://forum.magicmirror.builders/post/99613</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99613</guid><dc:creator><![CDATA[Ray]]></dc:creator><pubDate>Tue, 15 Feb 2022 00:07:50 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Wed, 09 Feb 2022 23:26:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plainbroke" aria-label="Profile: plainbroke">@<bdi>plainbroke</bdi></a> module install instructions</p>
<pre><code>git clone https://github.com/shaneapowell/MMM-GmailFeed.git
cd MMM-GmailFeed
npm install
</code></pre>
<p dir="auto">the GitHub page is the <a href="http://README.MD" target="_blank" rel="noopener noreferrer nofollow ugc">README.MD</a> file</p>
<p dir="auto">also, if the module has a package.json you need to npm install ( in the new module folder), even if they don’t say so</p>
]]></description><link>https://forum.magicmirror.builders/post/99461</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99461</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 09 Feb 2022 23:26:55 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Wed, 09 Feb 2022 22:31:47 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> said in <a href="/post/97737">[MMM-GmailFeed] - Simple Gmail unread messages list/notification</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aarish" aria-label="Profile: aarish">@<bdi>aarish</bdi></a> see<br />
<a href="https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later">https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later</a></p>
</blockquote>
<p dir="auto">Sam,<br />
This did not work for me I could not find anywhere it showed which dependency<br />
my MM needed to run the GmailFeed,  but A nice person pointed out to me to run<br />
npm install request in the MagicMirror/modules directory.  Reinstalled the MMM-GmailFeed and then ran the npm install request in the modules directory and it WORKS again.  Thank you to Kristjan ESPERANTO!</p>
]]></description><link>https://forum.magicmirror.builders/post/99457</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99457</guid><dc:creator><![CDATA[plainbroke]]></dc:creator><pubDate>Wed, 09 Feb 2022 22:31:47 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Thu, 23 Dec 2021 11:20:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aarish" aria-label="Profile: aarish">@<bdi>aarish</bdi></a> said in <a href="/post/97736">[MMM-GmailFeed] - Simple Gmail unread messages list/notification</a>:</p>
<blockquote>
<p dir="auto">Cannot find module ‘request’</p>
</blockquote>
<p dir="auto">Ecrite noire sur blanc l’erreur : Cannot find module ‘request’<br />
-&gt; Faut juste installer le module demandé (request)<br />
“npm install request” et le tour est joué</p>
]]></description><link>https://forum.magicmirror.builders/post/97744</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97744</guid><dc:creator><![CDATA[Jo4K]]></dc:creator><pubDate>Thu, 23 Dec 2021 11:20:29 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Thu, 23 Dec 2021 01:27:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aarish" aria-label="Profile: aarish">@<bdi>aarish</bdi></a> see<br />
<a href="https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later">https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later</a></p>
]]></description><link>https://forum.magicmirror.builders/post/97737</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97737</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 23 Dec 2021 01:27:30 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Thu, 23 Dec 2021 01:06:54 GMT]]></title><description><![CDATA[<p dir="auto">After updating MM to the latest version, every time I have Gmailfeed in the config I get this error when I launch MM.</p>
<pre><code>[22.12.2021 18:26.44.188] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'request'
Require stack:
- /home/pi/MagicMirror/modules/MMM-GmailFeed/node_helper.js
- /home/pi/MagicMirror/js/app.js
- /home/pi/MagicMirror/js/electron.js
- /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
- 

</code></pre>
<p dir="auto">and …</p>
<pre><code>Require stack:
- /home/pi/MagicMirror/modules/MMM-GmailFeed/node_helper.js
- /home/pi/MagicMirror/js/app.js
- /home/pi/MagicMirror/js/electron.js
- /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
- 
    at Module._resolveFilename (internal/modules/cjs/loader.js:887:15)
    at Function.n._resolveFilename (electron/js2c/browser_init.js:257:1128)
    at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
    at Module._load (internal/modules/cjs/loader.js:732:27)
    at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
    at Module.require (internal/modules/cjs/loader.js:959:19)
    at require (internal/modules/cjs/helpers.js:88:18)
    at Object.&lt;anonymous&gt; (/home/pi/MagicMirror/modules/MMM-GmailFeed/node_helper.js:2:15)
    at Module._compile (internal/modules/cjs/loader.js:1078:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10)
[22.12.2021 18:26.44.219] [ERROR] Whoops! There was an uncaught exception...
[22.12.2021 18:26.44.225] [ERROR] Error: Cannot find module 'request'
Require stack:
- /home/pi/MagicMirror/modules/MMM-GmailFeed/node_helper.js
- /home/pi/MagicMirror/js/app.js
- /home/pi/MagicMirror/js/electron.js
- /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
- 
    at Module._resolveFilename (internal/modules/cjs/loader.js:887:15)
    at Function.n._resolveFilename (electron/js2c/browser_init.js:257:1128)
    at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
    at Module._load (internal/modules/cjs/loader.js:732:27)
    at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
    at Module.require (internal/modules/cjs/loader.js:959:19)
    at require (internal/modules/cjs/helpers.js:88:18)
    at Object.&lt;anonymous&gt; (/home/pi/MagicMirror/modules/MMM-GmailFeed/node_helper.js:2:15)
    at Module._compile (internal/modules/cjs/loader.js:1078:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/pi/MagicMirror/modules/MMM-GmailFeed/node_helper.js',
    '/home/pi/MagicMirror/js/app.js',
    '/home/pi/MagicMirror/js/electron.js',
    '/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js',
    undefined
  ]
}

</code></pre>
<p dir="auto">Any ideas on how to fix this?</p>
]]></description><link>https://forum.magicmirror.builders/post/97736</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97736</guid><dc:creator><![CDATA[aarish]]></dc:creator><pubDate>Thu, 23 Dec 2021 01:06:54 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Thu, 25 Mar 2021 16:44:02 GMT]]></title><description><![CDATA[<p dir="auto">Hey Guys… sorry I’ve not been in here to respond to questions.   My MagicMirror has been working so well… I totally forgot about this thread.  :)   I updated the Readme on the github with a brief explination of how to work with Google 2FA.  Hope that helps future users.</p>
]]></description><link>https://forum.magicmirror.builders/post/89889</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89889</guid><dc:creator><![CDATA[shaneapowell]]></dc:creator><pubDate>Thu, 25 Mar 2021 16:44:02 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Thu, 05 Nov 2020 11:15:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shaneapowell" aria-label="Profile: shaneapowell">@<bdi>shaneapowell</bdi></a>, Thanks a lot, work great.</p>
]]></description><link>https://forum.magicmirror.builders/post/84306</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84306</guid><dc:creator><![CDATA[bdf]]></dc:creator><pubDate>Thu, 05 Nov 2020 11:15:15 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Thu, 05 Nov 2020 11:10:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lagmin" aria-label="Profile: Lagmin">@<bdi>Lagmin</bdi></a> , as the boss explain : “Your gmail password. If you are using 2 factor auth, you’ll need to generate a unique “App Password”. Go to your google account settings page, look in the “security” section on the left menu. You should find where to add an App Password there.” For me i’m not using 2 factor auth and i have the “null” message and have to allow less security App, maybe it 's the http and not https. I hope it will work for you.</p>
]]></description><link>https://forum.magicmirror.builders/post/84305</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84305</guid><dc:creator><![CDATA[bdf]]></dc:creator><pubDate>Thu, 05 Nov 2020 11:10:57 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Wed, 16 Sep 2020 20:52:22 GMT]]></title><description><![CDATA[<p dir="auto">I think it is to do with Google’s security settings. See if you got an email saying you had a blocked access attempt. You can change the settings under ‘security’ to allow less secure apps though it is not recommended.</p>
<p dir="auto">On the github it says you can set up an app specific password, again look under security settings in your google account, you need two factor authentication on…</p>
]]></description><link>https://forum.magicmirror.builders/post/81897</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/81897</guid><dc:creator><![CDATA[eyebee]]></dc:creator><pubDate>Wed, 16 Sep 2020 20:52:22 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Wed, 26 Aug 2020 15:11:00 GMT]]></title><description><![CDATA[<p dir="auto">I got the same error and are searching for a solution</p>
]]></description><link>https://forum.magicmirror.builders/post/80797</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/80797</guid><dc:creator><![CDATA[RhodanBull]]></dc:creator><pubDate>Wed, 26 Aug 2020 15:11:00 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Sat, 18 Jul 2020 15:11:05 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I am getting: Error: [null].<br />
I’m 100% sure my email and password are correct. Do you know what can be the problem, please?</p>
<p dir="auto">Arek</p>
]]></description><link>https://forum.magicmirror.builders/post/78766</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78766</guid><dc:creator><![CDATA[Lagmin]]></dc:creator><pubDate>Sat, 18 Jul 2020 15:11:05 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Thu, 18 Jun 2020 02:24:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plainbroke-0" aria-label="Profile: Plainbroke-0">@<bdi>Plainbroke-0</bdi></a></p>
<p dir="auto">Been there, my friend. Don’t sweat it. It takes time but it is rewarding. :thumbsup:</p>
]]></description><link>https://forum.magicmirror.builders/post/77259</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77259</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 18 Jun 2020 02:24:06 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Thu, 18 Jun 2020 02:12:35 GMT]]></title><description><![CDATA[<p dir="auto">Mykle1<br />
Thank you so much I spent probably 3 hrs trying to find it on my own…<br />
The only way I can learn this stuff.</p>
]]></description><link>https://forum.magicmirror.builders/post/77258</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77258</guid><dc:creator><![CDATA[Plainbroke 0]]></dc:creator><pubDate>Thu, 18 Jun 2020 02:12:35 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Thu, 18 Jun 2020 02:07:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plainbroke-0" aria-label="Profile: Plainbroke-0">@<bdi>Plainbroke-0</bdi></a> said in <a href="/post/77223">[MMM-GmailFeed] - Simple Gmail unread messages list/notification</a>:</p>
<blockquote>
<p dir="auto">is there a way to make the font Bigger on the header or just get rid of it.</p>
</blockquote>
<p dir="auto"><strong>In your custom.css file</strong></p>
<p dir="auto">To modify the header font</p>
<pre><code>.MMM-GmailFeed .module-header {
  color: yellow;
  text-align: center;
  font-size: 28px;
}
</code></pre>
<p dir="auto">To make the header “underline” go away</p>
<pre><code>.MMM-GmailFeed .module-header {
  border-bottom: none;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/77257</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77257</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 18 Jun 2020 02:07:17 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-GmailFeed] - Simple Gmail unread messages list&#x2F;notification on Wed, 17 Jun 2020 17:57:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shaneapowell" aria-label="Profile: shaneapowell">@<bdi>shaneapowell</bdi></a><br />
is there a way to make the font Bigger on the header or just get rid of it.<br />
I cant read it unless I get up and go across the room 15ft.  so that line of Information is<br />
useless to me.  Also can I get rid of the line under it.<br />
I have poured over your MMM-GmailFeed files and can not for the life of me find that font size.<br />
I have xxsmall  xsmall  small  medium and have tried large for font sizes.<br />
I found the actual email font size but the header is elusive.</p>
]]></description><link>https://forum.magicmirror.builders/post/77223</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77223</guid><dc:creator><![CDATA[Plainbroke 0]]></dc:creator><pubDate>Wed, 17 Jun 2020 17:57:47 GMT</pubDate></item></channel></rss>