Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jwcnewton/mmm-raiderio

Magic Mirror - Raider IO module
https://github.com/jwcnewton/mmm-raiderio

Last synced: about 1 month ago
JSON representation

Magic Mirror - Raider IO module

Awesome Lists containing this project

README

        

# MMM-RaiderIO
Magic Mirror - Raider IO module

## Install

`cd` into `modules` then run `git clone` https://github.com/jwcnewton/MMM-RaiderIO.git

## Example Config

Compact mode

```json
{
module: "MMM-RaiderIO",
position: "top_right",
header: "Raider IO",
config: {
compact: true,
characters: [{
region: "eu",
realm: "stormscale",
name: "icecrispies"
},
{
region: "eu",
realm: "stormscale",
name: "yaboishrek"
}]
}
}
```

Full screen mode

```json
{
module: "MMM-RaiderIO",
position: "bottom_bar",
header: "Raider IO",
config: {
compact: false,
characters: [{
region: "eu",
realm: "stormscale",
name: "icecrispies"
},
{
region: "eu",
realm: "stormscale",
name: "yaboishrek"
}]
}
}
```