MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-Coinbase

    Scheduled Pinned Locked Moved Utilities
    7 Posts 5 Posters 2.3k Views 6 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ? Offline
      A Former User
      last edited by

      MMM-Coinbase

      A module for Michael Teeuw’s MagicMirror project that displays your Bitcoin Coinbase balance.

      How it works

      After installing the module and configuring the Coinbase API with your account, the module displays your Bitcoin balance in real time. It is updated every 5 seconds.

      Screenshot

      Prerequisites

      • MagicMirror2
      • Node.js
      • npm
      • Coinbase account

      Installing

      Installing the module is quite straight forward

      Step 1 - Install the module

      cd ~/MagicMirror/modules
      git clone https://github.com/XC2DN/MMM-Coinbase.git
      cd MMM-Coinbase
      npm install
      

      Step 2 - Create your coinbase API keys

      "Step-1" "Step-2" "Step-3"

      Go to API Access

      Click + New API Key

      Check BTC Wallet and wallet:accounts:read

      "Step-4" "Step-5"
      ------------- -------------

      Click Create

      Copy API Key and API Secret Key

      Step 3 - Add module to ~MagicMirror/config/config.js

      Add this configuration into config.js file’s

      {
          module: "MMM-Coinbase",
          position: "top_left", // put it where you want it
          header: "Coinbase", // optional
              config: {
                  apiKey: "YOUR API KEY", // the key previously copied
                  apiSecret: "YOUR API SECRET KEY" // the secret key previously copied
              }
      }
      

      Updating

      Go to the module’s folder inside MagicMirror modules folder and pull the latest version from GitHub and install:

      git pull
      npm install
      

      Configuring

      Here is the configurable part of the module

      Option Description
      apiKey API Key from Coinbase.

      Type: string REQUIRED
      Example:1iO5VjY2bdC3HucJ
      Default value: none
      apiSecret API Secret Key from Coinbase.

      Type: string REQUIRED
      Example:OwABcDaA5fxK3QTV3gjwvOk358juuXti
      Default value: none

      Use

      Now you can fully use MagicMirror and the MMM-Coinbase module to display your wallet ! Enjoy it well !

      Contributing

      If you find any problems, bugs or have questions, please open a GitHub issue in this repository.

      S 1 Reply Last reply Reply Quote 1
      • yawnsY Offline
        yawns Moderator
        last edited by

        Looks good. And many thanks for such a well structured module description

        ? 1 Reply Last reply Reply Quote 0
        • S Offline
          Seann Module Developer @Guest
          last edited by

          @xc2dn Nice work, might be good to add live currency conversion on there too ;)

          ? 1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User @Seann
            last edited by

            @seann Thank you very much! I discovered MagicMirror yesterday, so this is my first module that will be used for my own mirror! I’ll try to add this feature! Thanks for the advice! :grinning_face:

            1 Reply Last reply Reply Quote 1
            • ? Offline
              A Former User @yawns
              last edited by

              @yawns Thank you ! I love it when things are well detailed, so I had to make a nice description.

              R 1 Reply Last reply Reply Quote 0
              • R Offline
                Rollacosta82 @Guest
                last edited by

                I agree. It’s nice to see my crypto balance, but it would also be nice to see the balance in US currency; or multiple options. Other than that, great module!

                1 Reply Last reply Reply Quote 0
                • A Offline
                  adrianreichert
                  last edited by

                  Hey, My Tokens and the right Amount are displayed, but somehow not how much it is actually worth. Any Ideas?

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  • First post
                    Last post
                  Enjoying MagicMirror? Please consider a donation!
                  MagicMirror created by Michael Teeuw.
                  Forum managed by Sam, technical setup by Karsten.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy