MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-COVID19

    Scheduled Pinned Locked Moved Health
    63 Posts 25 Posters 28.3k Views 24 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      Saeijou
      last edited by Saeijou

      I don’t know what I am doing wrong, I can’t get it to work.

      I have that in my config:

       {
          module: 'MMM-COVID19',
          positon: "top_left",
          config: {
            updateInterval: 300000,
            worldStats: true,
            countries: ["Germany","USA"],
            headerRowClass: "small",
            rapidapiKey: "API_KEY"
          }
        },
      

      when I execute the curl command posted here I also get an output with my API key.

      I am not 100% sure what is meant with “posting it twice”, why would that be?

      Thank you for any help!

      Edit: MM is loading normally - no errors. the module is just not there

      H 1 Reply Last reply Reply Quote 0
      • H Offline
        hweigel @Saeijou
        last edited by

        @Saeijou said in MMM-COVID19:

        positon

        Hey @Saeijou,

        try using

        position: "top_left",
        

        instead of

        positon: "top_left",
        

        That should do the trick :-)

        S 1 Reply Last reply Reply Quote 1
        • S Offline
          Saeijou @hweigel
          last edited by

          @hweigel OH MY GOODNESS!!! I debugged that thing for HOURS! thank you so much :)

          1 Reply Last reply Reply Quote 1
          • K Offline
            KD
            last edited by sdetweil

            Hi Guys, I cannot get this to work - not sure what i am doing wrong…i can only see the header displaying and nothing else… please help! my config looks like this:

              {
                                module: 'MMM-COVID19',
                                  position: "bottom_right",
                                  config: {
                                  header: "COVID-19 Stats",
                                  worldStats: true,
                                  rapidapiKey: "My Rapidapikey",
                                  orderCountriesByName: "false",
                                  countries: [ "Austria", "Germany", "Italy" ],
                                  updateInterval: 10000000,
                                  lastUpdateInfo: "true",
                                  headerRowClass: "small",
                                  infoRowClass: "medium",
                                        }
                              },
            

            Many Thanks in advance

            S mumblebajM 2 Replies Last reply Reply Quote 0
            • S Offline
              sdetweil @KD
              last edited by

              @KD please use code block marks , mark the text and hit the </> button

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              K 1 Reply Last reply Reply Quote 0
              • K Offline
                KD @sdetweil
                last edited by

                @sdetweil Will do thank you - apologies i am new first post actually :)

                1 Reply Last reply Reply Quote 0
                • P Offline
                  paulie420
                  last edited by

                  Ok, I pulled the MMM-Covid19 git. I added the module in config.js, and entered my APIkey… However, it only displays the COVID-19 title and no data.
                  Am I correct in stating that its not working because now rapidapi has made the coronavirus monitor API paid? Because I think I have it all setup correctly, I notice that the API in rapidapi states PAID, and nothing shows… I want Covid data; is there a way, or am I doing something wrong? OR do I just need to pay and then it’ll show up??

                  mumblebajM 1 Reply Last reply Reply Quote 0
                  • mumblebajM Offline
                    mumblebaj Module Developer @KD
                    last edited by

                    @KD remove the comma after “medium” and you should be fine.

                    Check out my modules at: https://github.com/mumblebaj?tab=repositories
                    Check my blog-post: https://mumblebaj.xyz/

                    1 Reply Last reply Reply Quote 0
                    • mumblebajM Offline
                      mumblebaj Module Developer @paulie420
                      last edited by

                      @paulie420 The RapidAPI seems to be working fine. No need to pay. Can you post your config?

                      Check out my modules at: https://github.com/mumblebaj?tab=repositories
                      Check my blog-post: https://mumblebaj.xyz/

                      J A 2 Replies Last reply Reply Quote 0
                      • J Offline
                        Joeri @mumblebaj
                        last edited by Joeri

                        @mumblebaj Hello, I’ve got the same problem, this is my config.

                        {
                        module: “MMM-COVID19”,
                        position: “lower_third”,
                        config: {
                        updateInterval: 300000,
                        worldStats: true,
                        delta: true,
                        headerRowClass: ‘small’,
                        orderCountriesByName: “false”,
                        lastUpdateInfo: true,
                        countries: [ “Argentina”, “USA” ],
                        headerRowClass: “small”,
                        infoRowClass: “medium”,
                        rapidapiKey : “MY KEY”,
                        }
                        },

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 7
                        • 5 / 7
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy