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 127.9k 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.
    • L Offline
      letshin
      last edited by

      Hi, would it be possible to modify the frequency at which the module checks for new emails please, so as to minimise processor load?

      G 1 Reply Last reply Reply Quote 1
      • S Offline
        Seratio
        last edited by

        Hi Guys,

        while creating the configuration for my magicmirror, i experienced that showing emails isn’t working, if fade is set to true… So i debugged this nearly two hours without any knowledge of javascript :D

        The problem is, that the variable “count” isnt working as desired. Its not increasing. So i created a patch for your:

        58d57
        <         var e = 0;
        125,127c124,126
        <                       var steps = that.payload.slice(0, that.config.numberOfEmails).length - startingPoint;
        <                       if (e >= startingPoint) {
        <                             var currentStep = e - startingPoint;
        ---
        >                         var steps = that.payload.slice(0, that.config.numberOfEmails).length - startingPoint;
        >                         if (count >= startingPoint) {
        >                             var currentStep = count - startingPoint;
        130d128
        <                       e++;
        

        Hopefuly this will fix your problems with the fade option.

        Regards
        Alex

        0_1532201964612_bugfix.PNG

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

          @letshin said in Email:

          Hi, would it be possible to modify the frequency at which the module checks for new emails please, so as to minimise processor load?

          Good Morning, are they any news?

          greets gismo2006a

          1 Reply Last reply Reply Quote 0
          • I Offline
            icke
            last edited by

            Hello Guys , anyone knows a possibilty to get the subject not dimmed?
            (customs.css)

            Regards icke

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

              It’s just keeping me on “Loading”. WHY?

              1 Reply Last reply Reply Quote 1
              • 1
              • 2
              • 3
              • 4
              • 5
              • 9
              • 10
              • 2 / 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