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

my config.js without private info

Scheduled Pinned Locked Moved Troubleshooting
1 Posts 1 Posters 589 Views 1 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
    mizban
    last edited by mizban Jun 13, 2018, 10:58 PM Jun 13, 2018, 10:55 PM

    modules: [
    	{
    		module: 'email',
                    position: 'bottom_left',
                    header: 'Email',
                    config: {
                        accounts: [
                            {
                                user: 'johndoe@yahoo.com',
                                password: 'helloworld',
                                host: 'imap.mail.yahoo.com',
                                port: 993,
                                tls: true,
                                authTimeout: 10000,
                                numberOfEmails: 2,
    
                            },
                            {
                                user: 'janedoe@gmail.com',
                                password: 'goodbyeworld',
                                host: 'imap.gmail.com',
                                port: 993,
                                tls: true,
                                authTimeout: 10000,
                                numberOfEmails: 2,
                            }
                        ],
                        fade: false,
                        maxCharacters: 30
                    }
    	}
    		]
    
    1 Reply Last reply Reply Quote 0
    • 1 / 1
    1 / 1
    • First post
      1/1
      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