This is a module for the MagicMirror² which can show remaining dollars in categories from budgets from YNAB.
- Run
git clone https://github.com/thesoftwarejedi/MMM-YNAB.git
in the directory~/MagicMirror/modules
- Change directories to the new folder
cd MMM-YNAB
and then runnpm install
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