Skip to content

Shows COVID-19 stats for the UK on MagicMirror²

License

Notifications You must be signed in to change notification settings

blighter/MMM-covid19uk-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magic Mirror UK COVID-19 Vaccination Stats Module

This module is a MagicMirror add-on. This module displays a table of the 5 latest statistics for COVID-19 New Vaccinations as published by the UK Government.

image

ℹ️ How to use this module

  1. cd to your MagicMirror modules directory
  2. clone this repo with the following command: git clone https://github.com/blighter/MMM-covid19uk-stats.git
  3. install all the npm modules with npm install
  4. update your Magic Mirror Config, by adding the following object: To use this module, add it to the modules array in the config/config.js file:
modules: [
	{
		module: "MMM-covid19uk-stats",
		position: "top_right",
		config: {
			apiURL: "https://api.coronavirus.data.gov.uk/v1/data"
		}
	}
]

🛠️ Config

  • No configuration needed!

✨ Contributing

For bugs and feature requests, please create an issue

👨🏻 Author

Matthew Pope

⚖️ License

This project is licensed under the MIT License - see the LICENSE.md file for details

🙏🏽 Acknowledgments

About

Shows COVID-19 stats for the UK on MagicMirror²

Resources

License

Stars

Watchers

Forks

Packages

No packages published