• 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 (Deprecated)

Scheduled Pinned Locked Moved Health
71 Posts 16 Posters 23.2k Views 16 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
    sdetweil @lavolp3
    last edited by Mar 3, 2020, 8:14 PM

    @lavolp3 i don’t think JS is the problem, its a pretty simple language…

    I think the MM runtime, and module structure is a challenge…

    u can look at my repo using chartjs here…

    https://github.com/sdetweil/WaterLevels

    i had two sets of data from my server and wanted two charts…
    so they are an array of chart info…

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • ? Offline
      A Former User
      last edited by Mar 5, 2020, 2:44 PM

      New Updates

      2.0.0 (2020-03-04)

      • Whole new build. (npm install is needed to update)
      • Removed: depedency of external API. Data is derived from original source directly.
      • Removed: some overspec config options.
      • Added: past 7-days bar graph.
      • Added: new confirmed, new deaths, new recovered of 1 day before (… of update date)
      • Added : info section, last reported time, distance from me.
      • Changed : multi pinned. pin key format changed.
      • Chagned : more controllable by CSS.

      Screenshot

      L 1 Reply Last reply Mar 5, 2020, 2:53 PM Reply Quote 2
      • L Offline
        lavolp3 Module Developer @Guest
        last edited by Mar 5, 2020, 2:53 PM

        @Sean Looks veeeery good! Nice work! I can scrap my fork now :-)

        How to troubleshoot modules
        MMM-soccer v2, MMM-AVStock

        ? 1 Reply Last reply Mar 5, 2020, 3:00 PM Reply Quote 0
        • ? Offline
          A Former User @lavolp3
          last edited by Mar 5, 2020, 3:00 PM

          @lavolp3
          You can hide deaths for your wife.

          .covid .deaths {
            display:none;
          }
          

          L 1 Reply Last reply Mar 5, 2020, 4:14 PM Reply Quote 0
          • L Offline
            lavolp3 Module Developer @Guest
            last edited by Mar 5, 2020, 4:14 PM

            @Sean :face_with_tears_of_joy:
            No, that’s not enough.
            I keep this on my development dashboard

            How to troubleshoot modules
            MMM-soccer v2, MMM-AVStock

            1 Reply Last reply Reply Quote 0
            • X Offline
              x5nder
              last edited by Mar 12, 2020, 2:29 PM

              The World Total doesn’t show numbers anymore, but instead it just comes back with ‘NaN’. How can we fix this?

              ? 2 Replies Last reply Mar 12, 2020, 3:04 PM Reply Quote 0
              • ? Offline
                A Former User @x5nder
                last edited by Mar 12, 2020, 3:04 PM

                @x5nder
                I’ll see.

                1 Reply Last reply Reply Quote 0
                • ? Offline
                  A Former User @x5nder
                  last edited by Mar 12, 2020, 3:22 PM

                  @x5nder
                  There was some invalid data schemes in original source. I fixed urgently now. (But I’ll inspect deeper tomorrow)

                  1 Reply Last reply Reply Quote 1
                  • N Offline
                    najtram
                    last edited by Mar 13, 2020, 4:40 PM

                    Would it be possible to see only one country? I see tree results when just one country is configured. Would it be possible to remove World total, and the country slideshow below.

                    ? 1 Reply Last reply Mar 13, 2020, 4:44 PM Reply Quote 0
                    • ? Offline
                      A Former User @najtram
                      last edited by A Former User Mar 13, 2020, 4:45 PM Mar 13, 2020, 4:44 PM

                      @najtram
                      First, set pinned only one region.
                      To remove THIRD whole region rotation, set rotateInterval:0
                      To remove World Total, Hmmmm… There is a trick. add this into your css/custom.css

                      .covid .item.total {
                        display:none;
                      }
                      
                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 2 / 8
                      2 / 8
                      • First post
                        17/71
                        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