MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. menckow
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    menckow

    @menckow

    1
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    menckow Unfollow Follow

    Best posts made by menckow

    • RE: MMM-COVID19

      There are two versions of the api. A paid and a freemium version. The freemium one is the V2!
      If you want to use the freemium version you will have to edit the node_helper.js file in the module directory (MMM-COVID19) and change the rapidapihost entry and the GET URL as well

      rapidhost
      NEW: “x-rapidapi-host”: “coronavirus-monitor-v2.p.rapidapi.com”,
      OLD: “x-rapidapi-host”: “coronavirus-monitor.p.rapidapi.com”,

      GET URL
      NEW: ‘https://coronavirus-monitor-V2.p.rapidapi.com/coronavirus/cases_by_country.php’
      OLD: ‘https://coronavirus-monitor.p.rapidapi.com/coronavirus/worldstat.php’

      posted in Health
      M
      menckow

    Latest posts made by menckow

    • RE: MMM-COVID19

      There are two versions of the api. A paid and a freemium version. The freemium one is the V2!
      If you want to use the freemium version you will have to edit the node_helper.js file in the module directory (MMM-COVID19) and change the rapidapihost entry and the GET URL as well

      rapidhost
      NEW: “x-rapidapi-host”: “coronavirus-monitor-v2.p.rapidapi.com”,
      OLD: “x-rapidapi-host”: “coronavirus-monitor.p.rapidapi.com”,

      GET URL
      NEW: ‘https://coronavirus-monitor-V2.p.rapidapi.com/coronavirus/cases_by_country.php’
      OLD: ‘https://coronavirus-monitor.p.rapidapi.com/coronavirus/worldstat.php’

      posted in Health
      M
      menckow