• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.1k 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.
  • K Offline
    kusselin
    last edited by kusselin Nov 15, 2020, 10:52 AM Nov 15, 2020, 10:49 AM

    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 Feb 13, 2021, 5:19 PM Reply Quote 0
    • L Offline
      Lordy
      last edited by Lordy Nov 15, 2020, 11:41 AM Nov 15, 2020, 11:41 AM

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

      		lastUpdateInfo: "true",
      		headerRowClass: "medium",
      		infoRowClass: "big",
      
      
      S 1 Reply Last reply Nov 15, 2020, 1:00 PM Reply Quote 0
      • S Offline
        sdetweil @Lordy
        last edited by Nov 15, 2020, 1:00 PM

        @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 Dec 4, 2020, 5:19 AM

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

          M M 2 Replies Last reply Dec 4, 2020, 2:18 PM Reply Quote 0
          • M Offline
            mumblebaj Module Developer @trix2k
            last edited by Dec 4, 2020, 2:18 PM

            @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 Feb 13, 2021, 5:16 PM

              @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 Feb 13, 2021, 5:19 PM

                @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