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.

    Email

    Scheduled Pinned Locked Moved Productivity
    92 Posts 36 Posters 133.2k Views 39 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.
    • D Offline
      davidrq7
      last edited by davidrq7

      Hi guys can any 1 help me? Email module shows all the time no new emails, and the console looks like this: 0_1491837734246_17857461_1549238255109393_1377519403_n.jpg

      Edit: Solved. Just added “subjectlength: 50” at the end of script and works fine :)

      M 1 Reply Last reply Reply Quote 0
      • G Offline
        Gungnir83
        last edited by

        I refer to the possibility of a multiaccount module.
        I tried to make 2 directories email_a and email_b, uninstalled the module, customized the mail.js und installed it again.
        In the “global” config I added both modules into the array with their new names (email_a email_b) with all the other neccessary information like the auth…
        But when I start the mirror app, nothing happens. I see, that the helpers start, but no tries to fetch mails.
        And no errors.

        Any suggestions?

        1 Reply Last reply Reply Quote 0
        • A Offline
          apm1007 @ronny3050
          last edited by

          @ronny3050 i would like to display only unread emails. thank you.

          G 1 Reply Last reply Reply Quote 0
          • G Offline
            gismo2006
            last edited by

            Hi,

            I use this modul for a long time. but now I have a little question,
            is it possible to set a intervall to check new emails?? Like every 10 Minutes for example.

            And if it isn´t possible can I easy put this option in any way?
            I have to say my coding experencie isn´t very good, so because there is a easy way. :-)

            greets gismo

            1 Reply Last reply Reply Quote 0
            • R Offline
              ronny3050 Module Developer
              last edited by ronny3050

              Updated email module.

              Now supports:

              • Multiple email accounts
              • Will not crash on too many unread emails
              • Better fetching of recent and unread emails

              0_1497142258627_Screen Shot 2017-06-10 at 6.37.12 PM.png

              1 Reply Last reply Reply Quote 0
              • R Offline
                ronny3050 Module Developer @eugenelai
                last edited by

                @eugenelai @apm1007 @Gungnir83 Please update. :)

                1 Reply Last reply Reply Quote 0
                • P Offline
                  Preve
                  last edited by Preve

                  Done the update and now email is “Loading”. Nothing more than this.
                  Anyone knows why?
                  0_1500030844378_email_error1.jpg
                  The bottom error I got after the “npm install”.

                  R 1 Reply Last reply Reply Quote 0
                  • R Offline
                    ronny3050 Module Developer @Preve
                    last edited by

                    @Preve Thanks for the heads up. The bottom parts are warnings and have nothing to do with the module not working. Loading for a long time indicates problem with communicating with your email service.

                    R 1 Reply Last reply Reply Quote 1
                    • R Offline
                      rodofrn @ronny3050
                      last edited by

                      @ronny3050 I have the same problem as Preve, I have tried multiple email accts, and nothing. Happened after I updated MM. Any ideas?

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        stephenmelody
                        last edited by

                        Hey @ronny3050, is there a way to only show the sender’s name and not their email address?

                        1 Reply Last reply Reply Quote 0
                        • M Offline
                          MSimonart @davidrq7
                          last edited by

                          @davidrq7 Do you remember what you did to solve this? cause I have the same problem

                          1 Reply Last reply Reply Quote 0
                          • M Offline
                            MSimonart
                            last edited by

                            Hi, when starting up the Mirror, email shows loading…
                            in my terminal i see the following:
                            NEW MAIL
                            NEW MAIL
                            NEW MAIL
                            Email notifier error: { Error: Timed out while autenticating with server at Timeout._onTimeout (/home/pi/MagicMirror/modules/email/node_modules/imap/lib/Connection

                            my config looks good,
                            Accounts: [

                            user: ‘XX@hotmail.com’,
                            password: ‘’,
                            host: ‘imap-mail.outlook.com’,
                            port: 993,
                            tls: true,
                            authTimeout: 10000,
                            numberOfEmails: 5
                            },
                            ]
                            fade: true,
                            maxCharacters: 30
                            }

                            1 Reply Last reply Reply Quote 0
                            • M Offline
                              MSimonart
                              last edited by

                              ok, it works, now for the css of the .address text, the text is not well readable on the mirror, there is like some sort of gradient or something effect on the font/text. How do I disable this?

                              strawberry 3.141S 1 Reply Last reply Reply Quote 0
                              • strawberry 3.141S Offline
                                strawberry 3.141 Project Sponsor Module Developer @MSimonart
                                last edited by

                                @MSimonart here is no gradient effect, probably you mean the default magicmirror class dimmed, you can overwrite it for that module in the custom css

                                .email .dimmed {
                                  color: #aaa;
                                }
                                

                                Please create a github issue if you need help, so I can keep track

                                M 1 Reply Last reply Reply Quote 0
                                • G Offline
                                  Gxnfr Ali @apm1007
                                  last edited by

                                  @apm1007 hello

                                  1 Reply Last reply Reply Quote 0
                                  • M Offline
                                    MSimonart @strawberry 3.141
                                    last edited by

                                    @strawberry-3.141 Ok i’ll try, thanks

                                    G 1 Reply Last reply Reply Quote 0
                                    • G Offline
                                      Gxnfr Ali @MSimonart
                                      last edited by

                                      @MSimonart
                                      no new email show

                                      1 Reply Last reply Reply Quote 0
                                      • S Offline
                                        secblizz
                                        last edited by secblizz

                                        Same problem here. The module recieves the Mails but they weren’t shown in the mirror

                                        //edit: fixed my problem. Fade has to be false…

                                        1 Reply Last reply Reply Quote 0
                                        • U Offline
                                          umairshah
                                          last edited by

                                          I have added the module in Default folder named it email
                                          and added the module in config.js from the Github link followed here
                                          https://github.com/ronny3050/email-mirror
                                          but nothing is shown on screen.

                                          Mykle1M justjim1220J 2 Replies Last reply Reply Quote 0
                                          • Mykle1M Offline
                                            Mykle1 Project Sponsor Module Developer @umairshah
                                            last edited by

                                            @umairshah

                                            The email module folder goes in the modules folder but not inside the default folder

                                            Create a working config
                                            How to add modules

                                            U 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 3 / 5
                                            • 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