xadamxk / MMM-LOLESPORTS-SCHEDULES

:date: Display LOL Esports league schedules on your magic mirror!
4 stars 1 forks source link

I couldn't make it work #3

Closed oturan233 closed 1 year ago

oturan233 commented 1 year ago

Hi,

I tried following commands :

git clone https://github.com/xadamxk/MMM-CHAMPIONSQUEUE-LEADERBOARD.git cd MMM-CHAMPIONSQUEUE-LEADERBOARD/ npm install

and added the following lines to config.js

    {
            module: "MMM-LOLESPORTS-SCHEDULES",
            position: "bottom_center",
            config: {       showPeriodLabel: false,
    use24HourTime: true,
    useTeamFullName: true,
    showTournamentBlock: true}
    },

module does not appear on the mirror.

I have many modules that works, do I miss something?

Thanks.

xadamxk commented 1 year ago

@oturan233 Updated the readme. Follow the new instructions and reply back if you run into any issues.

The clone link I included was for champions queue, not this schedules module.

oturan233 commented 1 year ago

It worked thanks