MMM-AFL – Australian Football League Module
Hi everyone,
I’ve created a MagicMirror module to display Australian Football League (AFL) information, originally built for use in office tipping competitions.
Features
- Displays AFL match scores
- Shows fixtures and upcoming games
- Lightweight and easy to configure
Installation
cd ~/MagicMirror/modules
git clone https://github.com/jlcloudtea/MMM-AFL.git
Configuration
Add the module to your config/config.js:
{
module: "MMM-AFL",
position: "top_right",
config: {
// your config options here
}
}
Preview
(Add your screenshot here once available)
GitHub
https://github.com/jlcloudtea/MMM-AFL
Feedback and suggestions are welcome!
