Skip to content

jwcnewton/MMM-RaiderIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

{
    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"
        }]
    }
}

About

Magic Mirror - Raider IO module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published