GithubHelp home page GithubHelp logo

choffmann / mmm-bunq Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 2.0 474 KB

💸 MagicMirror Module - show Bunq Account Balance on the MagicMirror

License: MIT License

JavaScript 97.03% CSS 2.97%
magicmirror2 bunq bunq-api magicmirror magicmirror-module

mmm-bunq's Introduction

MMM-bunq

This is a module for the MagicMirror².

This module will show your bunq account balance on the smart mirror. All you need is a bunq account. The use of the API is free 🙌

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

Screenshot

Installation

This module is pretty simple to set up. You simply need to clone the module into your modules folder (like other modules).

cd MagicMirror/modules
git clone https://github.com/choffmann/MMM-bunq.git

After you clone the repositories, you have to install the node modules

cd ./MMM-bunq
npm install

Get your API Key

To use this module, you need a API key from bunq. You can create an API key either in bunq`s developer portal or in the bunq app (Profile → Security & Settings → Developers → API keys).

Using the module

To use this module, add the following configuration block to the modules array in the config/config.js file:

let config = {
  modules: [
    {
      module: "MMM-bunq",
      position: "top_left",
      header: "Joint Account",
      config: {
        iban: "YOUR_IBAN",
        apiKey: "YOUR_API_KEY"
      }
    }
  ]
};

Configuration options

Option Description
apiKey Required Your bunq API Key goes here.
iban Required IBAN of your bunq monetary account, which will appear on the screen.
title Optional Title in front of the balance. The title will be uppercase

Type: String
Default Balance
unit Optional Unit of the balance

Type: String
Default (Euro)
updateInterval Optional Refresh rate

Type: int(milliseconds)
Default 60000 milliseconds (1 minute)

mmm-bunq's People

Contributors

choffmann avatar kristjanesperanto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.