This is a module for the MagicMirror².
This module shows stats from ethosdistro.com api.
Clone this repository in your ~/MagicMirror/modules/
:
git clone https://github.com/Helpi90/MMM-Ethos.git
To get a api link, you must setting a custom Panel id on all your rigs. Setting a Custom Panel ID
To use this module, add the following configuration block to the modules array in the config/config.js
file:
var config = {
modules: [
{
module: 'MMM-Ethos',
position: 'top_left',
config: {
ethosApiLink: 'http://<Your_Sub_Domain>.ethosdistro.com/?json=yes'
}
}
]
}
Option | Default | Description |
---|---|---|
ethosApiLink |
"" |
Required The API link from the Custom Panel |
updateInterval |
60000 |
Optional How often should the data be fetched. Type: int (milliseconds) |
allTemps |
false |
Optional Boolean to show only average temp or all. |
allHashes |
false |
Optional Boolean to show only average hashes or all. |
showUptime |
true |
Optional Boolean to show uptime or not. |
showWatts |
true |
Optional Boolean to show watts or not. |
showEveryRig |
true |
Optional Boolean to show every rig or not. |
showSummary |
false |
Optional Boolean to show summary rigs or not. |