diederich / moneymoney-monzo

Extension for MoneyMoney.app to query data from Monzo UK
MIT License
2 stars 1 forks source link
moneymoney-extension moneymoneyapp monzo monzo-client

Inofficial extension to fetch transactions from Monzo for MoneyMoney.app

MoneyMoney screenshot with Monzo accounts

Requirements

To Dos

Installation

Signed copy from Extensions Page (preferred)

  1. Download a signed version of this from https://moneymoney-app.com/extensions/
    • Open MoneyMoney, tap Hilfe > Zeige Datenbank
    • put the downloaded Monzo.lua file in the shown folder
  2. Create a new Monzo app via https://developers.monzo.com/
    • Create a new OAuth client via https://developers.monzo.com/apps/new
    • Make sure to add moneymoney-app://oauth in the Redirect URLs field
    • Add something to the other fields, e.g. MyMoneyMoneyExtension as Name
    • Set Confidentiality to Not Confidential
    • Tap Submit
  3. Add an account in MoneyMoney
    • create a new account via Konto > Konto hinzufügen.
    • Use the API-Client-ID from the Monzo app in step 2) for the API-Client-ID field
    • Use the Client secret from the Monzo app in step 2) for the API-Secret field
  4. Refresh the newly created account and login via Monzo's OAuth flow

Usigned copy from the GitHub-Repository

Feedback

Feel free to create a Github Ticket for feedback / questions.