{"id":21963952,"url":"https://github.com/threesquared/mmm-monzo-pot","last_synced_at":"2026-04-29T22:04:28.221Z","repository":{"id":44043458,"uuid":"199922041","full_name":"threesquared/MMM-Monzo-Pot","owner":"threesquared","description":"A MagicMirror² module to get the balance of your Pots from the Monzo API ","archived":false,"fork":false,"pushed_at":"2023-10-02T19:06:18.000Z","size":7,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T01:13:49.773Z","etag":null,"topics":["magicmirror2","monzo"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/threesquared.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-31T20:09:44.000Z","updated_at":"2020-05-22T13:56:22.000Z","dependencies_parsed_at":"2022-09-03T18:50:25.321Z","dependency_job_id":null,"html_url":"https://github.com/threesquared/MMM-Monzo-Pot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threesquared%2FMMM-Monzo-Pot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threesquared%2FMMM-Monzo-Pot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threesquared%2FMMM-Monzo-Pot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threesquared%2FMMM-Monzo-Pot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threesquared","download_url":"https://codeload.github.com/threesquared/MMM-Monzo-Pot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245020487,"owners_count":20548197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["magicmirror2","monzo"],"created_at":"2024-11-29T12:00:00.849Z","updated_at":"2026-04-29T22:04:23.201Z","avatar_url":"https://github.com/threesquared.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MMM-Monzo-Pot\n\nThis a module for [MagicMirror²](https://github.com/MichMich/MagicMirror).\n\nThis module gets the balance of your Pots from the [Monzo](https://monzo.com/) API and displays them in a table.\n\n![Screenshot 2019-07-31 at 21 12 11](https://user-images.githubusercontent.com/892142/62244715-e900e000-b3d7-11e9-872f-dd1c4526769a.png)\n\n## Installation\n\n```bash\ncd modules\ngit clone https://github.com/threesquared/MMM-Monzo-Pot.git\ncd MMM-Monzo-Pot\nnpm install\n```\n\n## Authentication\n\n\u003e You will need to be able to access your MagicMirror in your browser so make sure your settings allow this!\n\nFirst you need to create a new OAuth Client on the [Monzo developer portal](https://developers.monzo.com/). Copy the Client ID and Secret into your config. Also be sure to set it as a \"confidential\" app. Make sure the redirect url is set to your mirrors url plus `\\monzo-callback`. For example:\n\n```\nhttp://192.168.0.170:8080/monzo-callback\n```\n\nThen you have to visit the authentication URL at the address of your mirror and follow the instructions to get your token:\n\n```\nhttp://192.168.0.170:8080/monzo-auth\n```\n\n## Config\n\nThe entry in `config.js` can include the following options:\n\n| Option             | Description                                                                                                                                                                                                                                           |\n| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `clientId`         | **Required** This is the Client ID assigned to your Client on the Monzo Developer portal\u003cbr\u003e\u003cbr\u003e**Type:** `string`\n| `clientSecret`     | **Required** This is the Client Secret assigned to your Client on the Monzo Developer portal\u003cbr\u003e\u003cbr\u003e**Type:** `string`\n| `redirectURI`      | **Required** This is the `/monzo-callback` url on your MagicMirror\u003cbr\u003e\u003cbr\u003e**Type:** `string`\n| `updateInterval`   | How often the pot information is updated in ms.\u003cbr\u003e\u003cbr\u003e**Type:** `integer`\u003cbr\u003e**Default value:** `1 hour`\n\nHere is an example of an entry in `config.js`\n\n```js\n{\n    module: 'MMM-Monzo-Pot',\n    header: 'Pots',\n    position: 'bottom_left',\n    config: {\n        clientId: \"$CLIENTID\",\n        clientSecret: \"$CLIENTSECRET\",\n        redirectURI: \"http://192.168.0.170:8080/monzo-callback\",\n    }\n},\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreesquared%2Fmmm-monzo-pot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreesquared%2Fmmm-monzo-pot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreesquared%2Fmmm-monzo-pot/lists"}