COVID-19 Vaccination Displays using CircuitPython

I built a scrolling COVID-19 Vaccination display for both the Adafruit MatrixPortal M4 and the Adafruit MagTag using CircuitPython, and data from Our World in Data and the CDC.

Data

Our World in Data has aggregated massive data sets related to COVID-19. The vaccination data subset is available in a GitHub repository in csv format. The Matrix Portal is using data from this repository.

Our complete COVID-19 dataset is a collection of the COVID-19 data maintained by Our World in Data. It is updated daily and includes data on confirmed cases, deaths, hospitalizations, and testing, as well as other variables of potential interest.

The Center for Disease offers a much more limited data set that includes information for each state and the country as a whole in JSON format. The MagTag has been updated to use the data directly from the CDC

Code

MagTag

https://gist.github.com/jfurcean/bfcafc200a433f2d31b736d41d9202e8

MatrixPortal

https://gist.github.com/jfurcean/dbf1608188c9fcfcf942c7489c22a3d0