MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    my config.js without private info

    Troubleshooting
    1
    1
    511
    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
      mizban last edited by mizban

      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
      • First post
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy