MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. dolanmiu
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 2
    • Posts 14
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-awesome-alexa

      Documentation website up:

      https://awesome-alexa.js.org

      Has detailed install instructions and on how to get past snowboy issues

      posted in Utilities
      dolanmiuD
      dolanmiu
    • RE: Monzo Module Request

      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

      posted in Requests
      dolanmiuD
      dolanmiu
    • MMM-Monzo - A high quality Monzo Module

      Chat on Gitter dependencies Status Build Status Greenkeeper badge

      From the creator of MMM-Awesome-Alexa, I present:

       

      MMM-Monzo

      Monzo Module for Magic Mirror

      screen shot 2018-06-02 at 20 55 28

      Compatability

      Operating System Works? Notes
      Linux / Raspberry Pi ✔ -
      macOS ✔ -
      Windows ✔ -

      Installing

      1. Clone this repo into the /modules folder as usual
      2. run $ npm install in /MMM-Monzo

      Configuring

      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..."
      		}
          }
      

      Getting the Client ID and Client Secret

      1. Go to https://developers.monzo.com/apps/home
      2. Create a new Confidential Client
      3. Be sure to set the Redirect URL to: http://localhost:8080/oauth
      4. Your Client should look like: https://imgur.com/TOkANnq
      5. Keep note of the Client ID, Client Secret

      Getting the Account ID

      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.

      1. Go to https://developers.monzo.com/api/playground
      2. Click on List accounts on the side
      3. Click on Send to fetch all accounts.
      4. Pick your account, most of the time there should only be one anyway. E.g. acc_00005UxdhBxP1wQytx9dOX

      Getting the Refresh token

      1. run $ npm run token-helper inside the /MMM-Monzo folder
      2. Follow the instructions

      Made with 💖 by Dolan

      posted in Utilities
      dolanmiuD
      dolanmiu
    • RE: MMM-awesome-alexa

      @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

      posted in Utilities
      dolanmiuD
      dolanmiu
    • RE: MMM-awesome-alexa

      @smyvy Yes, its a very common issue, run this:

      npm run electron-rebuild

      posted in Utilities
      dolanmiuD
      dolanmiu
    • RE: MMM-awesome-alexa

      @g_nandagpl Visualization is now done! It looks like a talking/breathing circle, kind of like cortana.

      posted in Utilities
      dolanmiuD
      dolanmiu
    • RE: MMM-awesome-alexa

      @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

      posted in Utilities
      dolanmiuD
      dolanmiu
    • RE: MMM-awesome-alexa

      @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

      posted in Utilities
      dolanmiuD
      dolanmiu
    • RE: MMM-awesome-alexa

      @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

      posted in Utilities
      dolanmiuD
      dolanmiu
    • RE: MMM-awesome-alexa

      @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?

      posted in Utilities
      dolanmiuD
      dolanmiu
    • 1
    • 2
    • 1 / 2