Documentation website up:
Has detailed install instructions and on how to get past snowboy issues
Documentation website up:
Has detailed install instructions and on how to get past snowboy issues
Sorry for being a year late, but it is finally here, introducing MMM-Monzo:
https://forum.magicmirror.builders/topic/7300/mmm-monzo-a-high-quality-monzo-module
From the creator of MMM-Awesome-Alexa, I present:
Monzo Module for Magic Mirror
Operating System | Works? | Notes |
---|---|---|
Linux / Raspberry Pi | ✔ | - |
macOS | ✔ | - |
Windows | ✔ | - |
/modules
folder as usual$ npm install
in /MMM-Monzo
The final config should look something like this:
{
module: "MMM-Monzo",
position: "top_center",
config: {
clientId: "oauth2client_00009XfHYT...",
clientSecret: "mnzconf.++er4iwMs4CtoYUdpRjpIn+UL6/NwqA88E...",
accountId: "acc_00005Ufdh...",
refreshToken: "eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJl..."
}
}
Confidential Client
http://localhost:8080/oauth
Client ID
, Client Secret
Normally everybody should have 1, but if you have multiple Monzo cards (like me), then you have multiple account IDs. MMM-Monzo
only supports 1 account at a time.
List accounts
on the sideSend
to fetch all accounts.acc_00005UxdhBxP1wQytx9dOX
$ npm run token-helper
inside the /MMM-Monzo
folderMade with 💖 by Dolan
@smyvy which directory are you running that command on?
It needs to be in the MMM-awesome-Alexa directory
That command is most definitely there
@smyvy Yes, its a very common issue, run this:
npm run electron-rebuild
@g_nandagpl Visualization is now done! It looks like a talking/breathing circle, kind of like cortana.
@jnstnr Yeah, sorry for the complexity! I tried hard to make this as easy as possible
But due to the nature of this project, there are a lot of variables. Everyones machine and setup is different etc
@g_nandagpl Thank you for the feedback, glad you got this working
As for visualization, it turned out really laggy on Raspberry Pi, so I postponed it
I might re-visit this feature, maybe figure out a way to speed it up if there is enough interest
@jnstnr Can you post on the issues section of the Repo? Tell me the exact error, you can find the error by running:
npm start dev
@pepemujica For me, the helper website works
Where do you live? I live in the UK, and it just works for me, perhaps Amazon has location blocking?