• 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.

Email

Scheduled Pinned Locked Moved Productivity
92 Posts 36 Posters 120.6k 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.
  • M Offline
    MSimonart
    last edited by Nov 29, 2017, 1:27 PM

    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 Nov 29, 2017, 2:53 PM

      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?

      S 1 Reply Last reply Dec 1, 2017, 7:30 PM Reply Quote 0
      • S Offline
        strawberry 3.141 Project Sponsor Module Developer @MSimonart
        last edited by Dec 1, 2017, 7:30 PM

        @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 Dec 4, 2017, 10:17 AM Reply Quote 0
        • G Offline
          Gxnfr Ali @apm1007
          last edited by Dec 3, 2017, 1:39 PM

          @apm1007 hello

          1 Reply Last reply Reply Quote 0
          • M Offline
            MSimonart @strawberry 3.141
            last edited by Dec 4, 2017, 10:17 AM

            @strawberry-3.141 Ok i’ll try, thanks

            G 1 Reply Last reply Dec 4, 2017, 10:33 AM Reply Quote 0
            • G Offline
              Gxnfr Ali @MSimonart
              last edited by Dec 4, 2017, 10:33 AM

              @MSimonart
              no new email show

              1 Reply Last reply Reply Quote 0
              • S Offline
                secblizz
                last edited by secblizz Feb 17, 2018, 12:08 PM Feb 16, 2018, 5:16 PM

                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 Mar 16, 2018, 10:25 AM

                  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.

                  M J 2 Replies Last reply Mar 16, 2018, 11:01 AM Reply Quote 0
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @umairshah
                    last edited by Mar 16, 2018, 11:01 AM

                    @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 Mar 20, 2018, 9:53 AM Reply Quote 0
                    • U Offline
                      umairshah @Mykle1
                      last edited by Mar 20, 2018, 9:53 AM

                      @Mykle1 I have moved it to module but it is not working

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 5
                      • 6
                      • 7
                      • 8
                      • 9
                      • 10
                      • 7 / 10
                      • 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