• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

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

Scheduled Pinned Locked Moved Utilities
20 Posts 14 Posters 5.5k Views 15 Watching
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 Offline
    sdetweil @aarish
    last edited by Dec 23, 2021, 1:27 AM

    @aarish see
    https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    P 1 Reply Last reply Feb 9, 2022, 10:31 PM Reply Quote 0
    • J Offline
      Jo4K @aarish
      last edited by Dec 23, 2021, 11:20 AM

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

      Cannot find module ‘request’

      Ecrite noire sur blanc l’erreur : Cannot find module ‘request’
      -> Faut juste installer le module demandé (request)
      “npm install request” et le tour est joué

      1 Reply Last reply Reply Quote 0
      • P Offline
        plainbroke @sdetweil
        last edited by Feb 9, 2022, 10:31 PM

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

        @aarish see
        https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

        Sam,
        This did not work for me I could not find anywhere it showed which dependency
        my MM needed to run the GmailFeed, but A nice person pointed out to me to run
        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!

        Slow learner. But trying anyways.

        S 1 Reply Last reply Feb 9, 2022, 11:24 PM Reply Quote 0
        • S Offline
          sdetweil @plainbroke
          last edited by sdetweil Feb 9, 2022, 11:26 PM Feb 9, 2022, 11:24 PM

          @plainbroke module install instructions

          git clone https://github.com/shaneapowell/MMM-GmailFeed.git
          cd MMM-GmailFeed
          npm install
          

          the GitHub page is the README.MD file

          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

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          P 1 Reply Last reply Feb 20, 2022, 9:29 PM Reply Quote 0
          • R Offline
            Ray
            last edited by Feb 15, 2022, 12:07 AM

            I am having an unusual problem with it. It is preventing Googleassistant from bugsounet from loading
            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

            1 Reply Last reply Reply Quote 0
            • D Offline
              DarrenHill
              last edited by Feb 20, 2022, 8:35 PM

              Also just came across a clash between GmailFeed and both MMM-News and MMM-NewsAPI.

              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…?

              1 Reply Last reply Reply Quote 0
              • P Offline
                plainbroke @sdetweil
                last edited by plainbroke Feb 20, 2022, 9:30 PM Feb 20, 2022, 9:29 PM

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

                @plainbroke module install instructions

                git clone https://github.com/shaneapowell/MMM-GmailFeed.git
                cd MMM-GmailFeed
                npm install
                

                the GitHub page is the README.MD file

                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

                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 && pm2 log lines=50 ( i think that is correct) really made life easier… Thanks to all whom helped with my issue…

                Slow learner. But trying anyways.

                S 1 Reply Last reply Feb 20, 2022, 10:10 PM Reply Quote 0
                • S Offline
                  sdetweil @plainbroke
                  last edited by Feb 20, 2022, 10:10 PM

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

                  that alone fixed almost all my install issues… Could hardly believe something so simple fixed so much

                  this is because the author didn’t record request being used in his package.json, cause it ‘worked’ without it…, because MM supplied it…

                  but MM removed it because the library has been discontinued) (deprecate) and is exposed the security issues.

                  oops… module didn’t declare, and its not there anymore… boom

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • 1
                  • 2
                  • 2 / 2
                  • First post
                    Last post
                  Enjoying MagicMirror? Please consider a donation!
                  MagicMirror created by Michael Teeuw.
                  Forum managed by Sam, technical setup by Karsten.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy