Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jwcnewton/mmm-raiderio
- Owner: jwcnewton
- Created: 2020-10-12T10:11:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T16:59:13.000Z (over 3 years ago)
- Last Synced: 2024-10-10T14:19:56.664Z (2 months ago)
- Language: JavaScript
- Size: 441 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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"
}]
}
}
```