cryptometer
cryptometer copied to clipboard
A Rainmeter widgetfor monitoring Cryptocurrencies
Cryptometer
A Rainmeter extension for monitoring Cryptocurrencies.
A pull request is open to merge this module into the skin itself.
Features:
- Tracks the top 5 Cryptocurrencies out of the box
- Customizable with whatever currencies you'd like to track (see Managing Cryptocurrencies below)
- Updates data every 15 minutes
- Click the symbol to view graphs, charts and more
Requirements
- Rainmeter 4.1+
- Win10Widgets - inherits styling from this theme
Installation
- Install Rainmeter 4.1+ and Win10Widgets if you haven't already
- Go to
C:\Users\[MY_USER]\Documents\Rainmeter\Skins\Win10 Widgets
and create a directory calledCryptometer
- Download the zip from https://github.com/bkuhl/cryptometer and put the contents of the
cryptometer-master
(within the zip file) into theCryptometer
directory you just created - Get an API token by signing up for a free GetMarketCap.com Pro account.
- After logging in, get your API key and put it in Cryptometer-Medium.ini.
- Either open Rainmeter or click "Refresh All" in the bottom left corner of the Rainmeter Manager
Managing Cryptocurrencies
Each section of the configuration begins with the currency's name and symbol along with a separator, such as:
# Bitcoin (BTC)__________________________________________________________________
Removing Cryptocurrencies
- Find the section for the currency you'd like to delete
- Delete it
- Adjust the currencies below it so they move "up a row" visually. This is done by decrementing the row number after
*
in theY
configuration value (e.g. - the number4
inY=(#TopPadding#+(#RowHeight#*4))
)
Adding Cryptocurrencies
- Duplicate an existing currency section
- Update the currency name, symbol and necessary URLs (necessary info about currencies can be found in the CoinMarketCap.com API
- Adjust the row numbers, positioning the currency on the list where you'd like to see it. This is done by incrementing or decrementing the row number after
*
in theY
configuration value (e.g. - the number4
inY=(#TopPadding#+(#RowHeight#*4))
). If any numbers have the same rows, they will visually end up in the same space.
If you have more than 5 currencies, you'll need to adjust
BackgroundHeight=160
in the[Variables]
section of the file to make sure the widget is tall enough.