bibaldo / MMM-COVID19

MIT License
34 stars 28 forks source link

how to add korea into config? #53

Closed ghost closed 3 years ago

ghost commented 4 years ago
{
            module: "MMM-COVID19",
            position: "top_left",
            config: {
              updateInterval: 300000,
              worldStats: true,
              delta: true,
              lastUpdateInfo: true,
              countries: [ "South-Korea", "China", "Italy", "Spain" ],
              headerRowClass: "small",
              rapidapiKey : "705fc0bb2fmsh4201f7c9bb9a89cp1a25a0jsna36534595cdb"
            }
        },

this is what I have for config.js and it doesn't work. I've also tried "Korea" "south_korea"

any help would be appreciated, thank you!

springjjeon commented 4 years ago

South Korea is set to "S. Korea".

springjjeon commented 3 years ago

hello.

You have to insert space between '.' and 'S'.

S."space"Korea

Have a good day!

2020년 9월 21일 (월) 오전 1:41, dntjd7701 notifications@github.com님이 작성:

im trying to get info about South-Korea as like @kkongchi-maker https://github.com/kkongchi-maker so i chaged countries: [ "S.Korea", "China", "Japan"] but i can only see China, Japan any help would be appreciated too, thank you!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bibaldo/MMM-COVID19/issues/53#issuecomment-695808022, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHVSDDNUWTEF4LIFHHHY5TDSGYWDNANCNFSM4ORBCFFQ .