/MMM-YNAB

A MagicMirror module for showing money remaining in your YNAB budget

Primary LanguageJavaScript

MMM-YNAB

This is a module for the MagicMirror² which can show remaining dollars in categories from budgets from YNAB.

Example of MMM-YNAB

Installation

  1. Run git clone https://github.com/thesoftwarejedi/MMM-YNAB.git in the directory ~/MagicMirror/modules
  2. Change directories to the new folder cd MMM-YNAB and then run npm install

Using the module

To use this module, get a YNAB access token for your YNAB account from https://api.youneedabudget.com/, then add the following configuration block to the modules array in the config/config.js file:

var config = {
    modules: [
        {
            module: "MMM-YNAB",
            position: "top_bar",
            config: {
                token: "ADD_YNAB_TOKEN_HERE",
                categories: [ "Household", "Pets", "Grocery", "Kids Clothes", "Restaurants", "Lunch", "Spontaneous Fun" ]
            }
        },
    ]
}

Your own categories will work, but the ones above are default