
MMM-Timeline | MagicMirror Module
MMM-Timeline MMM-Timeline is a module for MagicMirror² that displays a visual timeline starting from a specific date up to the current day. It is designed to visualize long-term progress, milestones, and specific events in a clean, horizontal or vertical layout. Installation Install In your terminal, go to the modules directory and clone the repository: cd ~/MagicMirror/modules git clone [https://github.com/CuzImHarry/MMM-Timeline](https://github.com/CuzImHarry/MMM-Timeline) Update Go to the module directory and pull the latest changes: cd ~/MagicMirror/modules/MMM-Timeline git pull Configuration To use this module, you have to add a configuration object to the modules array in the config/config.js file. ...