MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    MMM-Covid 19 does not show

    Troubleshooting
    6
    7
    623
    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.
    • kusselin
      kusselin last edited by kusselin

      Hello, i have an api key and i have this copied in my config:

      {
          module: "MMM-COVID19",
          position: "top_left",
          config: {
            updateInterval: 300000,
            worldStats: true,
            delta: true,
            lastUpdateInfo: true,
            countries: [ "Germany", "USA", "Italy", "Spain", "France" ],
            headerRowClass: "small",
      	  infoRowClass: 'small',
            rapidapiKey : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" // this is an example, do not try to use it for real
      

      but only the heading is shown "Covid-19!

      Can anybody help me please.

      here is the module:
      MMM Covid-19

      best regards

      M 1 Reply Last reply Reply Quote 0
      • Lordy
        Lordy last edited by Lordy

        I believe that you should write all words with “…”

        		lastUpdateInfo: "true",
        		headerRowClass: "medium",
        		infoRowClass: "big",
        
        
        S 1 Reply Last reply Reply Quote 0
        • S
          sdetweil @Lordy last edited by

          @Lordy the rules

          the thing to the left of : does not need quotes

          if the thing to the right of : is a number, or true or false, then also no quotes.

          otherwise quoted. it doesn’t matter which kind as long as the start and end are the same

          Sam

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • T
            trix2k last edited by

            i am having the same issues. all i get is the, covid 19

            mumblebaj M 2 Replies Last reply Reply Quote 0
            • mumblebaj
              mumblebaj Module Developer @trix2k last edited by

              @trix2k This is my config that works.

                  {
                          module: "MMM-COVID19",
                          header: "COVID-19 Stats",
                          position: "middle_center",
                          config: {
                                   updateInterval: 86400000,
                                   worldStats: true,
                                   orderCountriesByName: true,
                                   orderAscending: true,
                                   delta: true,
                                   lastUpdateInfo: true,
                                   countries: [ "South Africa", "USA", "UK", "India", "Brazil", "France", "Spain", "Russia", "Argentina" ],
                                   headerRowClass: "small",
                                   infoRowClass: "small",
                                   highlightCountry: "South Africa",
                                   rapidapiKey: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
                                  }
                  },
              

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

              1 Reply Last reply Reply Quote 0
              • M
                Murat Esiyok @trix2k last edited by

                @trix2k
                I have the same problem… did you find a solution?

                1 Reply Last reply Reply Quote 0
                • M
                  Murat Esiyok @kusselin last edited by

                  @kusselin
                  I have the same problem… did you find a solution?

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  • First post
                    Last post
                  Enjoying MagicMirror? Please consider a donation!
                  MagicMirror created by Michael Teeuw.
                  Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy