Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Coronavirus Statistics for ioBroker

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

Test Coronavirus Statistics for ioBroker

Scheduled Pinned Locked Moved Tester
adapter installationadapterentwicklungtesten
1.2k Posts 120 Posters 336.3k Views 94 Watching
  • 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.
  • DutchmanD Offline
    DutchmanD Offline
    Dutchman
    Developer Most Active Administrators
    wrote on last edited by Dutchman
    #1
    Aktuelle Test Version 0.6.9
    Veröffentlichungsdatum 22-03-2021
    Github Link https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md
    NPM npm i ioBroker.coronavirus-statistics@latest

    Adapter to show Global Corona Virus information and current reports

    Coronavirus Live Statistics adapter for ioBroker

    Adapter to show Global Corona Virus information and current reports

    There is no configuration required, after installation it will :

    • Receive global information world-wide and write it to "global_totals"
    • Create a folder for each country with all relevant information regarding COVID-19
    • Update the information every 15 minutes

    The following information is available :

    Datapoint Details
    active Amount of current infected people
    cases Amount of totally known cases
    casesPerOneMillion Amount of totally known cases per million citizen
    critical Amount of critical situation (Hospitalized)
    deaths Amount of current registered deaths
    deathsPerOneMillion Amount of current registered deaths per million citizen
    recovered Amount of totally known recovered cases
    todayCases New Cases by Today
    todayDeaths Amount of totally known people died today
    test Total number of covid-19 tests taken globally
    tests per one million counties Total number of covid-19 tests taken globally per one million

    Please be aware this adapter uses as much as possible up-to-date information but there can be an delay of several hours depending on the country's report.
    German Federal States : https://npgeo-corona-npgeo-de.hub.arcgis.com/ s
    Generic Source : https://coronavirus-19-api.herokuapp.com

    Advanced settings

    Option Description
    All Countries Get data for all countries World-Wide (Default: false)
    Continents Group total amounts by continent in seperate state (Default: false)
    Delete unused States Delete data when countries are deselected (Default: false)
    German counties Get counties data for Germany (Selected only, Default false)
    German federal states Get federal state data for Germany (Selected only, Default false)
    Get all German federal states Get federal state data for Germany (Default false)
    Get all German counties Get all counties data for Germany (Default false)

    For Germany only

    It's possible to get data for federal states (Bundesländer) and counties (Landeskreise).
    You can choose to recieve all data or just select specific regions in advanced settings.

    Please note : After activation the the adapter must run 1 time to get all federal states and counties before table loads !

    Add missing countries

    It may happen that countries are not recognized correctly because the API delivers some country names not ISO conform. In such a case you will get a warning message in the log, which looks like this

    coronavirus-statistics.0	2020-03-21 09:05:31.328	warn	(22937) Timor-Leste not found in lib! Must be added to the country name translator.
    

    Using the datapoint coronavirus-statistics.0.countryTranslator you can assign a country yourself. Look for the name of the corresponding country here:

    List with country names

    With the selected country name you have to create a JSON string and enter it in the datapoint coronavirus-statistics.0.countryTranslator.
    The JSON string then looks like this, for example:

    {
    	"Cabo_Verde": "Cape Verde",
    	"Timor-Leste": "East Timor"
    }
    

    As first value the name from the warning message must be taken from the log. The name of the country from the List with country names is then assigned to this.

    Changelog

    https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md

    sigi234S ChaotC ? D A 27 Replies Last reply
    4
    • DutchmanD Dutchman
      Aktuelle Test Version 0.6.9
      Veröffentlichungsdatum 22-03-2021
      Github Link https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md
      NPM npm i ioBroker.coronavirus-statistics@latest

      Adapter to show Global Corona Virus information and current reports

      Coronavirus Live Statistics adapter for ioBroker

      Adapter to show Global Corona Virus information and current reports

      There is no configuration required, after installation it will :

      • Receive global information world-wide and write it to "global_totals"
      • Create a folder for each country with all relevant information regarding COVID-19
      • Update the information every 15 minutes

      The following information is available :

      Datapoint Details
      active Amount of current infected people
      cases Amount of totally known cases
      casesPerOneMillion Amount of totally known cases per million citizen
      critical Amount of critical situation (Hospitalized)
      deaths Amount of current registered deaths
      deathsPerOneMillion Amount of current registered deaths per million citizen
      recovered Amount of totally known recovered cases
      todayCases New Cases by Today
      todayDeaths Amount of totally known people died today
      test Total number of covid-19 tests taken globally
      tests per one million counties Total number of covid-19 tests taken globally per one million

      Please be aware this adapter uses as much as possible up-to-date information but there can be an delay of several hours depending on the country's report.
      German Federal States : https://npgeo-corona-npgeo-de.hub.arcgis.com/ s
      Generic Source : https://coronavirus-19-api.herokuapp.com

      Advanced settings

      Option Description
      All Countries Get data for all countries World-Wide (Default: false)
      Continents Group total amounts by continent in seperate state (Default: false)
      Delete unused States Delete data when countries are deselected (Default: false)
      German counties Get counties data for Germany (Selected only, Default false)
      German federal states Get federal state data for Germany (Selected only, Default false)
      Get all German federal states Get federal state data for Germany (Default false)
      Get all German counties Get all counties data for Germany (Default false)

      For Germany only

      It's possible to get data for federal states (Bundesländer) and counties (Landeskreise).
      You can choose to recieve all data or just select specific regions in advanced settings.

      Please note : After activation the the adapter must run 1 time to get all federal states and counties before table loads !

      Add missing countries

      It may happen that countries are not recognized correctly because the API delivers some country names not ISO conform. In such a case you will get a warning message in the log, which looks like this

      coronavirus-statistics.0	2020-03-21 09:05:31.328	warn	(22937) Timor-Leste not found in lib! Must be added to the country name translator.
      

      Using the datapoint coronavirus-statistics.0.countryTranslator you can assign a country yourself. Look for the name of the corresponding country here:

      List with country names

      With the selected country name you have to create a JSON string and enter it in the datapoint coronavirus-statistics.0.countryTranslator.
      The JSON string then looks like this, for example:

      {
      	"Cabo_Verde": "Cape Verde",
      	"Timor-Leste": "East Timor"
      }
      

      As first value the name from the warning message must be taken from the log. The name of the country from the List with country names is then assigned to this.

      Changelog

      https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md

      sigi234S Online
      sigi234S Online
      sigi234
      Forum Testing Most Active
      wrote on last edited by sigi234
      #2

      @Dutchman

      Hallo, wie kann ich das Widget anwenden?
      Erledigt, ein Neustart hat geholfen.

      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
      Immer Daten sichern!

      LatziL 1 Reply Last reply
      0
      • DutchmanD Dutchman
        Aktuelle Test Version 0.6.9
        Veröffentlichungsdatum 22-03-2021
        Github Link https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md
        NPM npm i ioBroker.coronavirus-statistics@latest

        Adapter to show Global Corona Virus information and current reports

        Coronavirus Live Statistics adapter for ioBroker

        Adapter to show Global Corona Virus information and current reports

        There is no configuration required, after installation it will :

        • Receive global information world-wide and write it to "global_totals"
        • Create a folder for each country with all relevant information regarding COVID-19
        • Update the information every 15 minutes

        The following information is available :

        Datapoint Details
        active Amount of current infected people
        cases Amount of totally known cases
        casesPerOneMillion Amount of totally known cases per million citizen
        critical Amount of critical situation (Hospitalized)
        deaths Amount of current registered deaths
        deathsPerOneMillion Amount of current registered deaths per million citizen
        recovered Amount of totally known recovered cases
        todayCases New Cases by Today
        todayDeaths Amount of totally known people died today
        test Total number of covid-19 tests taken globally
        tests per one million counties Total number of covid-19 tests taken globally per one million

        Please be aware this adapter uses as much as possible up-to-date information but there can be an delay of several hours depending on the country's report.
        German Federal States : https://npgeo-corona-npgeo-de.hub.arcgis.com/ s
        Generic Source : https://coronavirus-19-api.herokuapp.com

        Advanced settings

        Option Description
        All Countries Get data for all countries World-Wide (Default: false)
        Continents Group total amounts by continent in seperate state (Default: false)
        Delete unused States Delete data when countries are deselected (Default: false)
        German counties Get counties data for Germany (Selected only, Default false)
        German federal states Get federal state data for Germany (Selected only, Default false)
        Get all German federal states Get federal state data for Germany (Default false)
        Get all German counties Get all counties data for Germany (Default false)

        For Germany only

        It's possible to get data for federal states (Bundesländer) and counties (Landeskreise).
        You can choose to recieve all data or just select specific regions in advanced settings.

        Please note : After activation the the adapter must run 1 time to get all federal states and counties before table loads !

        Add missing countries

        It may happen that countries are not recognized correctly because the API delivers some country names not ISO conform. In such a case you will get a warning message in the log, which looks like this

        coronavirus-statistics.0	2020-03-21 09:05:31.328	warn	(22937) Timor-Leste not found in lib! Must be added to the country name translator.
        

        Using the datapoint coronavirus-statistics.0.countryTranslator you can assign a country yourself. Look for the name of the corresponding country here:

        List with country names

        With the selected country name you have to create a JSON string and enter it in the datapoint coronavirus-statistics.0.countryTranslator.
        The JSON string then looks like this, for example:

        {
        	"Cabo_Verde": "Cape Verde",
        	"Timor-Leste": "East Timor"
        }
        

        As first value the name from the warning message must be taken from the log. The name of the country from the List with country names is then assigned to this.

        Changelog

        https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md

        sigi234S Online
        sigi234S Online
        sigi234
        Forum Testing Most Active
        wrote on last edited by
        #3

        @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

        COVID-19

        coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at endReadableNT (_stream_readable.js:1145:12)
        coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at IncomingMessage.emit (events.js:203:15)
        coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Object.onceWrapper (events.js:286:20)
        coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at IncomingMessage.<anonymous> (C:\Program Files\iobroker\Test\node_modules\request\request.js:1076:12)
        coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.emit (events.js:198:13)
        coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.<anonymous> (C:\Program Files\iobroker\Test\node_modules\request\request.js:1154:10)
        coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.emit (events.js:198:13)
        coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.self.callback (C:\Program Files\iobroker\Test\node_modules\request\request.js:185:22)
        coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.request [as _callback] (C:\Program Files\iobroker\Test\node_modules\iobroker.coronavirus-statistics\main.js:51:26)
        coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at JSON.parse (<anonymous>)
        coronavirus-statistics.0	2020-03-16 13:29:07.148	error	(14256) SyntaxError: Unexpected end of JSON input
        coronavirus-statistics.0	2020-03-16 13:29:07.148	error	(14256) uncaught exception: Unexpected end of JSON input
        

        Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
        Immer Daten sichern!

        DutchmanD 1 Reply Last reply
        0
        • sigi234S sigi234

          @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

          COVID-19

          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at endReadableNT (_stream_readable.js:1145:12)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at IncomingMessage.emit (events.js:203:15)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Object.onceWrapper (events.js:286:20)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at IncomingMessage.<anonymous> (C:\Program Files\iobroker\Test\node_modules\request\request.js:1076:12)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.emit (events.js:198:13)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.<anonymous> (C:\Program Files\iobroker\Test\node_modules\request\request.js:1154:10)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.emit (events.js:198:13)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.self.callback (C:\Program Files\iobroker\Test\node_modules\request\request.js:185:22)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.request [as _callback] (C:\Program Files\iobroker\Test\node_modules\iobroker.coronavirus-statistics\main.js:51:26)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at JSON.parse (<anonymous>)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	(14256) SyntaxError: Unexpected end of JSON input
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	(14256) uncaught exception: Unexpected end of JSON input
          
          DutchmanD Offline
          DutchmanD Offline
          Dutchman
          Developer Most Active Administrators
          wrote on last edited by
          #4

          @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

          @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

          COVID-19

          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at endReadableNT (_stream_readable.js:1145:12)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at IncomingMessage.emit (events.js:203:15)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Object.onceWrapper (events.js:286:20)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at IncomingMessage.<anonymous> (C:\Program Files\iobroker\Test\node_modules\request\request.js:1076:12)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.emit (events.js:198:13)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.<anonymous> (C:\Program Files\iobroker\Test\node_modules\request\request.js:1154:10)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.emit (events.js:198:13)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.self.callback (C:\Program Files\iobroker\Test\node_modules\request\request.js:185:22)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at Request.request [as _callback] (C:\Program Files\iobroker\Test\node_modules\iobroker.coronavirus-statistics\main.js:51:26)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	at JSON.parse (<anonymous>)
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	(14256) SyntaxError: Unexpected end of JSON input
          coronavirus-statistics.0	2020-03-16 13:29:07.148	error	(14256) uncaught exception: Unexpected end of JSON input
          

          das passiert wen die API nicht erreichbar ist, keine sorge nach 15 min probieren wir es nochmal.
          Ich spiele mit dem Gedanken direkt einen retry ein zu bauen aber denke mal 15 min ist ok damit die API auch nicht überlastet wird

          1 Reply Last reply
          1
          • DutchmanD Offline
            DutchmanD Offline
            Dutchman
            Developer Most Active Administrators
            wrote on last edited by
            #5

            sollte mit 0.2.0 nicht mehr passieren

            1 Reply Last reply
            1
            • DutchmanD Dutchman
              Aktuelle Test Version 0.6.9
              Veröffentlichungsdatum 22-03-2021
              Github Link https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md
              NPM npm i ioBroker.coronavirus-statistics@latest

              Adapter to show Global Corona Virus information and current reports

              Coronavirus Live Statistics adapter for ioBroker

              Adapter to show Global Corona Virus information and current reports

              There is no configuration required, after installation it will :

              • Receive global information world-wide and write it to "global_totals"
              • Create a folder for each country with all relevant information regarding COVID-19
              • Update the information every 15 minutes

              The following information is available :

              Datapoint Details
              active Amount of current infected people
              cases Amount of totally known cases
              casesPerOneMillion Amount of totally known cases per million citizen
              critical Amount of critical situation (Hospitalized)
              deaths Amount of current registered deaths
              deathsPerOneMillion Amount of current registered deaths per million citizen
              recovered Amount of totally known recovered cases
              todayCases New Cases by Today
              todayDeaths Amount of totally known people died today
              test Total number of covid-19 tests taken globally
              tests per one million counties Total number of covid-19 tests taken globally per one million

              Please be aware this adapter uses as much as possible up-to-date information but there can be an delay of several hours depending on the country's report.
              German Federal States : https://npgeo-corona-npgeo-de.hub.arcgis.com/ s
              Generic Source : https://coronavirus-19-api.herokuapp.com

              Advanced settings

              Option Description
              All Countries Get data for all countries World-Wide (Default: false)
              Continents Group total amounts by continent in seperate state (Default: false)
              Delete unused States Delete data when countries are deselected (Default: false)
              German counties Get counties data for Germany (Selected only, Default false)
              German federal states Get federal state data for Germany (Selected only, Default false)
              Get all German federal states Get federal state data for Germany (Default false)
              Get all German counties Get all counties data for Germany (Default false)

              For Germany only

              It's possible to get data for federal states (Bundesländer) and counties (Landeskreise).
              You can choose to recieve all data or just select specific regions in advanced settings.

              Please note : After activation the the adapter must run 1 time to get all federal states and counties before table loads !

              Add missing countries

              It may happen that countries are not recognized correctly because the API delivers some country names not ISO conform. In such a case you will get a warning message in the log, which looks like this

              coronavirus-statistics.0	2020-03-21 09:05:31.328	warn	(22937) Timor-Leste not found in lib! Must be added to the country name translator.
              

              Using the datapoint coronavirus-statistics.0.countryTranslator you can assign a country yourself. Look for the name of the corresponding country here:

              List with country names

              With the selected country name you have to create a JSON string and enter it in the datapoint coronavirus-statistics.0.countryTranslator.
              The JSON string then looks like this, for example:

              {
              	"Cabo_Verde": "Cape Verde",
              	"Timor-Leste": "East Timor"
              }
              

              As first value the name from the warning message must be taken from the log. The name of the country from the List with country names is then assigned to this.

              Changelog

              https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md

              sigi234S Online
              sigi234S Online
              sigi234
              Forum Testing Most Active
              wrote on last edited by sigi234
              #6

              @Dutchman

              Test:

              In der Land Liste sind undefinierbare Länder drinnen

              Wünsche:

              Ein DP als Table
              Land ein/aus blendbar
              Zahlen konfigurierbar

              Screenshot (2048).png

              Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
              Immer Daten sichern!

              DutchmanD K 2 Replies Last reply
              1
              • sigi234S sigi234

                @Dutchman

                Test:

                In der Land Liste sind undefinierbare Länder drinnen

                Wünsche:

                Ein DP als Table
                Land ein/aus blendbar
                Zahlen konfigurierbar

                Screenshot (2048).png

                DutchmanD Offline
                DutchmanD Offline
                Dutchman
                Developer Most Active Administrators
                wrote on last edited by
                #7

                @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                Ein DP als Table

                gerne gitissue erstellen, kan ich es abarbeiten

                Land ein/aus blendbar

                same here

                Zahlen konfigurierbar

                sie meinen ?

                sigi234S 1 Reply Last reply
                0
                • DutchmanD Dutchman

                  @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                  Ein DP als Table

                  gerne gitissue erstellen, kan ich es abarbeiten

                  Land ein/aus blendbar

                  same here

                  Zahlen konfigurierbar

                  sie meinen ?

                  sigi234S Online
                  sigi234S Online
                  sigi234
                  Forum Testing Most Active
                  wrote on last edited by
                  #8

                  @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

                  sie meinen ?

                  Größe änderbar

                  Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                  Immer Daten sichern!

                  DutchmanD 1 Reply Last reply
                  0
                  • sigi234S sigi234

                    @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

                    sie meinen ?

                    Größe änderbar

                    DutchmanD Offline
                    DutchmanD Offline
                    Dutchman
                    Developer Most Active Administrators
                    wrote on last edited by
                    #9

                    @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                    @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

                    sie meinen ?

                    Größe änderbar

                    welche Größe ?

                    sigi234S 1 Reply Last reply
                    0
                    • DutchmanD Dutchman

                      @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                      @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

                      sie meinen ?

                      Größe änderbar

                      welche Größe ?

                      sigi234S Online
                      sigi234S Online
                      sigi234
                      Forum Testing Most Active
                      wrote on last edited by
                      #10

                      @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

                      @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                      @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

                      sie meinen ?

                      Größe änderbar

                      welche Größe ?

                      Screenshot (2049)_LI.jpg

                      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Immer Daten sichern!

                      DutchmanD 1 Reply Last reply
                      0
                      • sigi234S sigi234

                        @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

                        @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                        @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

                        sie meinen ?

                        Größe änderbar

                        welche Größe ?

                        Screenshot (2049)_LI.jpg

                        DutchmanD Offline
                        DutchmanD Offline
                        Dutchman
                        Developer Most Active Administrators
                        wrote on last edited by
                        #11

                        @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                        @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

                        @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                        @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

                        sie meinen ?

                        Größe änderbar

                        welche Größe ?

                        Screenshot (2049)_LI.jpg

                        da bin ich raus @Bluefox war so nett die zu machen front-end ist nicht meine stärke

                        1 Reply Last reply
                        0
                        • DutchmanD Dutchman
                          Aktuelle Test Version 0.6.9
                          Veröffentlichungsdatum 22-03-2021
                          Github Link https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md
                          NPM npm i ioBroker.coronavirus-statistics@latest

                          Adapter to show Global Corona Virus information and current reports

                          Coronavirus Live Statistics adapter for ioBroker

                          Adapter to show Global Corona Virus information and current reports

                          There is no configuration required, after installation it will :

                          • Receive global information world-wide and write it to "global_totals"
                          • Create a folder for each country with all relevant information regarding COVID-19
                          • Update the information every 15 minutes

                          The following information is available :

                          Datapoint Details
                          active Amount of current infected people
                          cases Amount of totally known cases
                          casesPerOneMillion Amount of totally known cases per million citizen
                          critical Amount of critical situation (Hospitalized)
                          deaths Amount of current registered deaths
                          deathsPerOneMillion Amount of current registered deaths per million citizen
                          recovered Amount of totally known recovered cases
                          todayCases New Cases by Today
                          todayDeaths Amount of totally known people died today
                          test Total number of covid-19 tests taken globally
                          tests per one million counties Total number of covid-19 tests taken globally per one million

                          Please be aware this adapter uses as much as possible up-to-date information but there can be an delay of several hours depending on the country's report.
                          German Federal States : https://npgeo-corona-npgeo-de.hub.arcgis.com/ s
                          Generic Source : https://coronavirus-19-api.herokuapp.com

                          Advanced settings

                          Option Description
                          All Countries Get data for all countries World-Wide (Default: false)
                          Continents Group total amounts by continent in seperate state (Default: false)
                          Delete unused States Delete data when countries are deselected (Default: false)
                          German counties Get counties data for Germany (Selected only, Default false)
                          German federal states Get federal state data for Germany (Selected only, Default false)
                          Get all German federal states Get federal state data for Germany (Default false)
                          Get all German counties Get all counties data for Germany (Default false)

                          For Germany only

                          It's possible to get data for federal states (Bundesländer) and counties (Landeskreise).
                          You can choose to recieve all data or just select specific regions in advanced settings.

                          Please note : After activation the the adapter must run 1 time to get all federal states and counties before table loads !

                          Add missing countries

                          It may happen that countries are not recognized correctly because the API delivers some country names not ISO conform. In such a case you will get a warning message in the log, which looks like this

                          coronavirus-statistics.0	2020-03-21 09:05:31.328	warn	(22937) Timor-Leste not found in lib! Must be added to the country name translator.
                          

                          Using the datapoint coronavirus-statistics.0.countryTranslator you can assign a country yourself. Look for the name of the corresponding country here:

                          List with country names

                          With the selected country name you have to create a JSON string and enter it in the datapoint coronavirus-statistics.0.countryTranslator.
                          The JSON string then looks like this, for example:

                          {
                          	"Cabo_Verde": "Cape Verde",
                          	"Timor-Leste": "East Timor"
                          }
                          

                          As first value the name from the warning message must be taken from the log. The name of the country from the List with country names is then assigned to this.

                          Changelog

                          https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md

                          sigi234S Online
                          sigi234S Online
                          sigi234
                          Forum Testing Most Active
                          wrote on last edited by
                          #12

                          @Dutchman

                          
                          coronavirus-statistics.0	2020-03-16 15:18:59.329	info	(13556) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          coronavirus-statistics.0	2020-03-16 15:18:55.508	warn	(13556) State attribute definition missing for + updated
                          coronavirus-statistics.0	2020-03-16 15:18:50.119	info	(13556) starting. Version 0.2.0 in C:/Program Files/iobroker/Test/node_modules/iobroker.coronavirus-statistics, node: v10.16.3
                          

                          Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                          Immer Daten sichern!

                          HomoranH 1 Reply Last reply
                          0
                          • sigi234S sigi234

                            @Dutchman

                            Hallo, wie kann ich das Widget anwenden?
                            Erledigt, ein Neustart hat geholfen.

                            LatziL Online
                            LatziL Online
                            Latzi
                            wrote on last edited by
                            #13

                            @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                            Hallo, wie kann ich das Widget anwenden?

                            Die Frage stellt sich mir auch, dummerweise hat ein Neustart mir nicht die Augen geöffnet. Kannst du mir bitte weiterhelfen?

                            sigi234S 1 Reply Last reply
                            0
                            • sigi234S sigi234

                              @Dutchman

                              
                              coronavirus-statistics.0	2020-03-16 15:18:59.329	info	(13556) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                              coronavirus-statistics.0	2020-03-16 15:18:55.508	warn	(13556) State attribute definition missing for + updated
                              coronavirus-statistics.0	2020-03-16 15:18:50.119	info	(13556) starting. Version 0.2.0 in C:/Program Files/iobroker/Test/node_modules/iobroker.coronavirus-statistics, node: v10.16.3
                              
                              HomoranH Do not disturb
                              HomoranH Do not disturb
                              Homoran
                              Global Moderator Administrators
                              wrote on last edited by
                              #14

                              @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                              @Dutchman

                              
                              coronavirus-statistics.0	2020-03-16 15:18:59.329	info	(13556) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                              coronavirus-statistics.0	2020-03-16 15:18:55.508	warn	(13556) State attribute definition missing for + updated
                              coronavirus-statistics.0	2020-03-16 15:18:50.119	info	(13556) starting. Version 0.2.0 in C:/Program Files/iobroker/Test/node_modules/iobroker.coronavirus-statistics, node: v10.16.3
                              

                              Habe das WARN auch

                              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              DutchmanD 1 Reply Last reply
                              0
                              • LatziL Latzi

                                @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                                Hallo, wie kann ich das Widget anwenden?

                                Die Frage stellt sich mir auch, dummerweise hat ein Neustart mir nicht die Augen geöffnet. Kannst du mir bitte weiterhelfen?

                                sigi234S Online
                                sigi234S Online
                                sigi234
                                Forum Testing Most Active
                                wrote on last edited by
                                #15

                                @Latzi sagte in Test Coronavirus Statistics for ioBroker:

                                @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                                Hallo, wie kann ich das Widget anwenden?

                                Die Frage stellt sich mir auch, dummerweise hat ein Neustart mir nicht die Augen geöffnet. Kannst du mir bitte weiterhelfen?

                                Screenshot (2051)_LI.jpg

                                Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                Immer Daten sichern!

                                1 Reply Last reply
                                0
                                • T Offline
                                  T Offline
                                  Tobias
                                  wrote on last edited by
                                  #16

                                  Habt ihr auch ein Problem mit der Darstellung?

                                  Bildschirmfoto 2020-03-16 um 20.12.28.png

                                  Unterste Zeile...

                                  sigi234S 1 Reply Last reply
                                  0
                                  • T Tobias

                                    Habt ihr auch ein Problem mit der Darstellung?

                                    Bildschirmfoto 2020-03-16 um 20.12.28.png

                                    Unterste Zeile...

                                    sigi234S Online
                                    sigi234S Online
                                    sigi234
                                    Forum Testing Most Active
                                    wrote on last edited by
                                    #17

                                    @Tobias

                                    CSS Font und Text

                                    Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Immer Daten sichern!

                                    T 1Topf1 2 Replies Last reply
                                    0
                                    • S Offline
                                      S Offline
                                      stimezo
                                      Forum Testing
                                      wrote on last edited by
                                      #18

                                      Kann man sich aber auch schnell selber basteln 🙂 :

                                      Unbenannt-1.jpg

                                      Gruß
                                      Christian

                                      sigi234S C P A 4 Replies Last reply
                                      1
                                      • S stimezo

                                        Kann man sich aber auch schnell selber basteln 🙂 :

                                        Unbenannt-1.jpg

                                        Gruß
                                        Christian

                                        sigi234S Online
                                        sigi234S Online
                                        sigi234
                                        Forum Testing Most Active
                                        wrote on last edited by
                                        #19

                                        @stimezo

                                        Kannst du die Icons zur Verfügung stellen?

                                        Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                        Immer Daten sichern!

                                        S 1 Reply Last reply
                                        0
                                        • sigi234S sigi234

                                          @stimezo

                                          Kannst du die Icons zur Verfügung stellen?

                                          S Offline
                                          S Offline
                                          stimezo
                                          Forum Testing
                                          wrote on last edited by
                                          #20

                                          @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                                          @stimezo

                                          Kannst du die Icons zur Verfügung stellen?

                                          Per mail?

                                          Gruß
                                          Christian

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          756

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe