Coder Social home page Coder Social logo

mmm-graphimapchasealert's Introduction

MMM-GraphImapChaseAlert

Charts Chase balance alert emails on graph

Daily graph w/ End of month projection

Installation

Step 1: Git Clone and install dependencies(npm install)

    cd ~/MagicMirror/modules
    git clone https://github.com/studio-1b/MMM-GraphImapChaseAlert.git
    cd MMM-GraphImapChaseAlert
    npm install

Step 2: Enable Daily Balance Alert e-mail in your Chase account

Goto your Chase Banking website, and send alerts to your e-mail.

Step 3: Enable your Google Account for IMAP

Warning

Your bank information may be sensative for you. Please be sure you wish to have this information available to access in a internet accessible e-mail system.

You don't need Google, but if you send your alerts to Gmail, you need to activate IMAP for Google.

Warning

To enable IMAP for Google, you need to generate a different App password (than the one you use to login to Gmail), just for IMAP. Same username is used in the configuration below.

https://support.google.com/mail/answer/185833?hl=en

Step 4: Configure MagicMirror to display module

Add this entry to /config/config.js, as entry in modules: [ array, somewhere at end.

    {
        module: "MMM-GraphImapChaseAlert",
        header: "Budget",
        position: "top_right",
        config: {
            width: 350,
            height: 300,

            imapAddress: "***<IMAP server address>***", //'imap.gmail.com',
            imapPort: ***<IMAP server port>***, //993
            tls: ***<true or false if encrypted>***, //true
            tlsOptions: ***<other options, need to use option in comment below, for Gmail IMAP>***
                // { servername: 'imap.gmail.com', }, //https://stackoverflow.com/questions/59633564/cannot-connect-to-gmail-using-imap
            username: "***<email address>***",
            password: "***<IMAP password>***",
        }
    },

mmm-graphimapchasealert's People

Contributors

byuan6 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.