
Plasma 5 Applets corona covid covid-19 plasmoid virus
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/kacpi2442/plasma-applet-covid-19
Plasma applet showing the current COVID-19 Cases by chosen country.
1.1 10 months ago
Added option to format number count according to locale
Added request error handling and timeout
Added support for pomber.github.io/covid19
Changed default refresh rate to 20 minutes
1.1 10 months ago
Added option to format number count according to locale
Added request error handling and timeout
Added support for pomber.github.io/covid19
Changed default refresh rate to 20 minutes
1.0.2 10 months ago
Displays now global cases by default
New svg icon
1.0.1 10 months ago
Added support for coronavirusapi.me
qazcetelic
2 months ago
Report
ellylldhan
5 months ago
Report
xratix
8 months ago
Report
FoxIII
8 months ago
Report
anasr7
9 months ago
Report
diegobrinungo
9 months ago
Report
diegobrinungo
9 months ago
text: plasmoid.configuration.country + ': ' + root.covidCases
Report
arttuh5n1
9 months ago
Report
arttuh5n1
9 months ago
Report
anoneemouse
9 months ago
Report
anoneemouse
10 months ago
Report
zzombiee2361
10 months ago
Report
kostas1507
10 months ago
Report
kostas1507
10 months ago
Report
kostas1507
10 months ago
else{
var total = 0;
for (var i = 0; i < data.length; i++){
total=total+data[i].cases;
}
return total;
}
I would like to see this implemented in the official applet!
Report
kostas1507
10 months ago
if (country!="ALL"){
for (var i = 0; i < data.length; i++){
if (data[i].country == country){
return data[i].cases;
}
}
}
Report
kacpi2442
10 months ago
Report
kostas1507
10 months ago
Report
vaxxipooh
10 months ago
Widget works great but the icon dont show up . . I suggest you replace the icon "virus.jpg" with a "virus.png" . .
OS Kubuntu 18.04
Thanks alot :-)
Report
kacpi2442
10 months ago
Report
kyrawertho
10 months ago
Report
kacpi2442
10 months ago
Report
kacpi2442
10 months ago
Report
kyrawertho
10 months ago
Report
arian81
10 months ago
Report