• 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
  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 Nov 11, 2020, 4:00 PM
Last Online Jan 21, 2022, 9:20 AM

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
    Nov 13, 2020, 12:52 AM

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
    Nov 13, 2020, 12:52 AM
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