Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    [MMM-GmailFeed] - Simple Gmail unread messages list/notification

    Utilities
    7
    11
    807
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      shaneapowell last edited by

      Description:
      This module hooks into the rss feed of a gmail account, to show a list of unread emails.

      Features:

      • Support gmail and gsuite accounts
      • Configurable refresh intervals
      • New Mail notification sound
      • Configurable text widths
      • .css file for customization if desired
      • Always shows unread total count, regardless of list size limit setting.

      Why?
      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.

      Screenshot
      Screenshot

      Download
      https://github.com/shaneapowell/MMM-GmailFeed/

      P B 2 Replies Last reply Reply Quote 3
      • P
        Plainbroke 0 @shaneapowell last edited by

        @shaneapowell
        is there a way to make the font Bigger on the header or just get rid of it.
        I cant read it unless I get up and go across the room 15ft. so that line of Information is
        useless to me. Also can I get rid of the line under it.
        I have poured over your MMM-GmailFeed files and can not for the life of me find that font size.
        I have xxsmall xsmall small medium and have tried large for font sizes.
        I found the actual email font size but the header is elusive.

        Mykle1 1 Reply Last reply Reply Quote 0
        • Mykle1
          Mykle1 Project Sponsor Module Developer @Plainbroke 0 last edited by

          @Plainbroke-0 said in [MMM-GmailFeed] - Simple Gmail unread messages list/notification:

          is there a way to make the font Bigger on the header or just get rid of it.

          In your custom.css file

          To modify the header font

          .MMM-GmailFeed .module-header {
            color: yellow;
            text-align: center;
            font-size: 28px;
          }
          

          To make the header “underline” go away

          .MMM-GmailFeed .module-header {
            border-bottom: none;
          }
          
          1 Reply Last reply Reply Quote 0
          • P
            Plainbroke 0 last edited by

            Mykle1
            Thank you so much I spent probably 3 hrs trying to find it on my own…
            The only way I can learn this stuff.

            Mykle1 1 Reply Last reply Reply Quote 0
            • Mykle1
              Mykle1 Project Sponsor Module Developer @Plainbroke 0 last edited by

              @Plainbroke-0

              Been there, my friend. Don’t sweat it. It takes time but it is rewarding. 👍

              1 Reply Last reply Reply Quote 0
              • L
                Lagmin last edited by

                Hello,

                I am getting: Error: [null].
                I’m 100% sure my email and password are correct. Do you know what can be the problem, please?

                Arek

                B 1 Reply Last reply Reply Quote 0
                • R
                  RhodanBull last edited by

                  I got the same error and are searching for a solution

                  1 Reply Last reply Reply Quote 0
                  • E
                    eyebee last edited by

                    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.

                    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…

                    1 Reply Last reply Reply Quote 0
                    • B
                      bdf @Lagmin last edited by

                      @Lagmin , 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.

                      1 Reply Last reply Reply Quote 0
                      • B
                        bdf @shaneapowell last edited by

                        @shaneapowell, Thanks a lot, work great.

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy