A module for Michael Teeuw's MagicMirror project that displays your NiceHash projected income, and rigs highest temperature. The module displays colored dots according to the state of the rig.
- Green: If rig status is
MINING
- Red: If rig status is
STOPPED
,OFFLINE
,ERROR
orDISABLED
- Grey: If rig status is
BENCHMARKING
,PENDING
,TRANSFERRED
,UNKNOWN
or other else.
The compilation of the files is really bad. I couldn't manage to do it properly, so I use a really bad way to do it.
I'll solve the problem as soon as possible. I'm working on it!
If anyone know how to fix this issue, your help is welcome.
- Automatically retrieve the symbol corresponding to the currency
- Add configurable refresh time (default will be 2min)
- Fix the rollup build error
Installing the module is quite straight forward
cd MagicMirror/modules
git clone https://github.com/mlbonniec/MMM-NiceHash.git
cd MMM-NiceHash
{
module: 'MMM-NiceHash',
position: 'top_left', // Place the module where you want
header: 'NiceHash', // Optional - default: 'NiceHash'
config: {
apiKey: 'YOUR API KEY',
apiSecret: 'YOUR API SECRET KEY',
organizationId: 'YOU ORGANIZATION ID',
currency: 'USD', // Optional, default: 'USD'
symbolPosition: 'left' // Optional, default: 'right'
}
}
npm i
You can now run MagicMirror as you usually do.
Now you can fully use MagicMirror and the MMM-NiceHash module to display your statistics ! Enjoy it well !
If you find any problems, bugs or have questions, please open a GitHub issue in this repository.
If you like this module, you can thank Luke 😉