Description:
Just in time for the Olympics starting this week, I’ve created a new Module : MMM-OLYMPIC-MEDALS.
It shows the top countries medal count for a specified Olympics. It is similar to MMM-OlympicGames, but re-written to use ESPN for screen scraping the medal count.
You can find it here: MMM-OLYMPIC-MEDALS
Screenshots:
Full Table:
Abbreviations:
No Medals:
Config:
{
module: 'MMM-OLYMPIC-MEDALS',
position: 'top_left',
config:{
season: 'winter',
year: 2022,
useAbbreviations: false,
}
}
Let me know your experience with it and if you have any suggestions for improvements!
-Taylor