Magic Mirror - Raider IO module
cd
into modules
then run git clone
https://github.com/jwcnewton/MMM-RaiderIO.git
Compact mode
{
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
{
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"
}]
}
}