Page 1 of 2
Anyone create a CoVID-19 Block to share?
Posted: Thu Mar 12, 2020 1:03 pm
by MonyMony
Hi all,
I would like to add a CoVID-19 block to my site that just shows the Johns Hopkins University map (
https://www.arcgis.com/apps/opsdashboar ... 7b48e9ecf6) but just don't have time to put this together. Wondering if anyone has done this and if they wish to share.
Thanks and stay safe!
Jay
Re: Anyone create a CoVID-19 Block to share?
Posted: Fri Mar 13, 2020 4:32 pm
by andyk1
MonyMony wrote: ↑Thu Mar 12, 2020 1:03 pm
Hi all,
I would like to add a CoVID-19 block to my site that just shows the Johns Hopkins University map (
https://www.arcgis.com/apps/opsdashboar ... 7b48e9ecf6) but just don't have time to put this together. Wondering if anyone has done this and if they wish to share.
Thanks and stay safe!
Jay
I've considered doing just that using the John Hopkins University model (same as your link) It would be a simple html tag but the problem I ran into is that the link is only good for one time. Updated links must be updated manually which defeats the purpose. A link I saved a few weeks ago still reads that dates total only. Not sure how they are doing it other than finding the new link at a news site or how often it is updated. Deleting cache and cookies does no good also. Maybe it's something I'm doing wrong.
Edit: I tried the following line in html format in the text and greeting blocks but it does not work.
Code: Select all
<AHREF="https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6/">Corona Virus Map</A>
Re: Anyone create a CoVID-19 Block to share?
Posted: Fri Mar 13, 2020 9:41 pm
by Asobig
There is a daily file with the raw data available at:
https://github.com/CSSEGISandData/COVID ... ly_reports
Maybe someone can make a block with Highcharts and the csv files....
Re: Anyone create a CoVID-19 Block to share?
Posted: Sat Mar 14, 2020 10:23 am
by Jolumarali
Hello
Coronavirus, I created this Personal Block
Good use
José Luis
update new new version version 1.7
Re: Anyone create a CoVID-19 Block to share?
Posted: Mon Mar 16, 2020 9:17 pm
by MonyMony
Hello José,
Thank you for posting this. One question I have is I see the block is referencing /homepage/blocks/coronavirus/imgs/coronavirus.png. Is this meant to be just a static image or is this something that updates from time to time? Just curious as I have not had enough time to explore.
Thanks!
Jay
Re: Anyone create a CoVID-19 Block to share?
Posted: Tue Mar 17, 2020 7:26 am
by Jolumarali
Hello Jay
It is a clickable image, with a link to the coronavirus map.
I made a modification on version 1.7, with just an info to click on the image.
Hoping that all of its red dots will disappear quickly.
In the "more" information on the origin of the data and the precautions for our health and the people around us.
Being French, sorry, I use a translator as much here as for the Block.
José Luis
Version 1.7
Re: Anyone create a CoVID-19 Block to share?
Posted: Tue Mar 17, 2020 12:18 pm
by MonyMony
Hi José Luis,
Thank you for the clarifications and for sharing this block. I too hope these red dots start disappearing soon as this is getting crazy. Your English translations are very good as I would not have even known had you not mentioned the translator. I work for a company that is headquartered in Luxembourg so while je ne parle pas français I'm used to finding ways to communicate across languages.
Please stay safe!
Jay
Re: Anyone create a CoVID-19 Block to share?
Posted: Wed Mar 18, 2020 1:27 am
by MonyMony
Hi José Luis,
Thanks again for the block. I've added it to my site and looks good. I had one small issue where the map image would not display but was a simple fix to drop the leading "/" from the image path.
Code: Select all
src="/homepage/blocks/coronavirus/imgs/coronavirus.png
changed to
Code: Select all
src="homepage/blocks/coronavirus/imgs/coronavirus.png
I hope we don't need to display this block too long.
Jay
Re: Anyone create a CoVID-19 Block to share?
Posted: Wed Mar 18, 2020 6:46 am
by Jolumarali
Hello Jay
Modification made
perfect
take care of you
José Luis
Re: Anyone create a CoVID-19 Block to share?
Posted: Sat Mar 21, 2020 2:58 pm
by mchd17
i am using this block too, thanks for sharing!!
Re: Anyone create a CoVID-19 Block to share?
Posted: Sun Mar 22, 2020 8:06 am
by cw3beck
Thanks for sharing and have included it on my site as well.
Re: Anyone create a CoVID-19 Block to share?
Posted: Sun Mar 22, 2020 10:50 am
by lemimi
Bonjour,
Merci José Luis, merci à tous, moi aussi je viens d'inclure ce bloc.
Portez-vous bien et au plaisir. . . Michel
PS: Cette fois-ci José Luis, tu n'auras pas besoin de te servir de ton traducteur favori !
Re: Anyone create a CoVID-19 Block to share?
Posted: Sun Mar 22, 2020 12:01 pm
by Jolumarali
Bonjour Michel
Pour vous evitez de faire la traduction du BlocK.
ci joint la version 1.8 en français.
Prenez soin de vous ainsi qu'a toute votre famille et amis.
José Luis
Re: Anyone create a CoVID-19 Block to share?
Posted: Sun Mar 22, 2020 4:29 pm
by Jolumarali
Pour toi michel
Petite modif effectuée dans le zip 1.8
homepage/blocks/coronavirusFr/imgs/restez.png
Re: Anyone create a CoVID-19 Block to share?
Posted: Tue Mar 24, 2020 12:19 pm
by meteolopik
I have incorporated (and edited it to local needs) this block too. Thank you so much for sharing, stay healthy all!!
I enclosed the edited zip file for other Dutchies to use.
Re: Anyone create a CoVID-19 Block to share?
Posted: Sun Mar 29, 2020 8:30 am
by scadie
Hi Everyone,
Thank you for that block, it's working perfectly. I have a small question:
What is the code i need to modify to be able to expand the "more" by default ? I will like the block to display all the information without neede to press more each time.
Thank you for your help.
Re: Anyone create a CoVID-19 Block to share?
Posted: Sun Mar 29, 2020 10:55 am
by lemimi
Bonjour,
C'est peut-être ce que vous cherchez:
https://www.lemimi.fr/template/indexDesktop.php
dans ce cas, si cela vous intéresse c'est ici:
https://www.lemimi.fr/download/coronavirusFrBlock.zip
Renommer votre ancien fichier coronavirusFrBlock.php en coronavirusFrBlock-ori.php, par exemple avant d'y mettre celui-ci plutôt que de l'écraser.
Plus facile de revenir en arrière.
Au plaisir et bonne journée... Michel
Re: Anyone create a CoVID-19 Block to share?
Posted: Sun Mar 29, 2020 11:08 am
by Jolumarali
Bonjour
nouveau Block covidFr
Suivi des patients Covid-19 en France
Prenez soins de vous
Re: Anyone create a CoVID-19 Block to share?
Posted: Sun Mar 29, 2020 1:47 pm
by lemimi
Bonjour,
Merci pour ce nouveau lien que je vais m'empresser de diffuser autour de moi.
Cela devrait rassurer pas mal de personnes dans mon village qui sont inquiètes de ne pas savoir comment cela se propage dans notre département.
Encore merci et portez-vous tous bien... Michel
Re: Anyone create a CoVID-19 Block to share?
Posted: Sat Apr 04, 2020 11:03 am
by Meteopomezia
Goodmorning everyone
I modified the blockade for Italy
Hopefully these red dots will decrease strength guys.

Re: Anyone create a CoVID-19 Block to share?
Posted: Sat Apr 18, 2020 7:17 am
by F1SKF
Bonjour à tous,
J'ai un peu de difficulté avec ces blocs Covid-19.
Il y a bien 2 blocs disponibles.
- un mondial
- et un pour le suivi en France.
Serait-il possible d'avoir le lien pour charger ces deux blocs complets en Zip ?
Par avance merci
Hervé
meteo88.pecouba.fr
Re: Anyone create a CoVID-19 Block to share?
Posted: Sun Apr 19, 2020 8:49 am
by Ironside1977
Hi,
Someone has the block for Spain???
I see FR,CZ and IT.
Thanks....
Re: Anyone create a CoVID-19 Block to share?
Posted: Sun Apr 19, 2020 10:13 am
by Jolumarali
Mire la traducción, puede haber algunos errores.
José Luis
Pour les zips coronavirus français regarder les téléchargements ci-dessus
Re: Anyone create a CoVID-19 Block to share?
Posted: Sun Apr 19, 2020 12:50 pm
by Ironside1977
Jolumarali wrote: ↑Sun Apr 19, 2020 10:13 am
Mire la traducción, puede haber algunos errores.
José Luis
Pour les zips coronavirus français regarder les téléchargements ci-dessus
Muchas gracias por todo.

Re: Anyone create a CoVID-19 Block to share?
Posted: Sun Apr 19, 2020 2:52 pm
by lemimi
Bonjour José Luis,
Jolumarali wrote: ↑Sun Apr 19, 2020 10:13 am
Pour les zips coronavirus français regarder les téléchargements ci-dessus
J'ai aussi trouvé en français :
https://dashboard.covid19.data.gouv.fr/
Pour l'Allier:
https://dashboard.covid19.data.gouv.fr/departements/03
J'ai mis ce lien à la place de
https://mapthenews.maps.arcgis.com/apps ... 43e14a548c dans le fichier
covidFrBlock.php
Au plaisir et bon dimanche... Michel