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-Covid 19 does not show

    Scheduled Pinned Locked Moved Troubleshooting
    7 Posts 6 Posters 1.2k Views 6 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.
    • kusselinK Offline
      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
      • LordyL Offline
        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 Offline
          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

          How to add modules

          learning how to use browser developers window for css changes

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

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

            mumblebajM M 2 Replies Last reply Reply Quote 0
            • mumblebajM Offline
              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 Offline
                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 Offline
                  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 Sam, technical setup by Karsten.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy