Skip to content

A module for MAgicMirror showing crypto currency values

Notifications You must be signed in to change notification settings

marcomerens/coinsquaremodule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module: COINSQUARE crypto currency values

The 'COINSQUARE' module is a costum module for MagicMirror. It displays the market values as they are available and published on COINSQUARE

The module displays the currency you selected in the configuration file, its value in the base currency (USD or CAD) and the change of the value in teh last 24h.

The data comes from an unpublished API of COINSQUARE (you can see it in the python script which does the GET request).

The data is updated every minute.

Installation instructions

Just pull down this repo and copy it in the modules folder under your Magic Mirror installation folder

Using the module

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

modules: [
  {
    module: 'COINSQUARE',
    position: 'top_right',  // This can be any of the regions.
    config: {
      // See 'Configuration options' for more information.
      base:"USD",
      currencies:["ETH","BTC"]

    }
  }
]

Configuration options

Option Description
base This is the currency you want the crypto currencies to be displayed in. Can be USD, CAD, EUR or GPB.
currencies This is an array of the crypto currencies you want to display. Can be BTC, ETH, DOGE, BAB, LTC, DASH, XLM. The order of the array is the order the will be displayed.

About

A module for MAgicMirror showing crypto currency values

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published