A module for the MagicMirror to display a school schedule using data from Korea Ministry of Education.
-
You need to install and configure the module for your MagicMirror.
Clone the module into your modules folder.
cd ~/MagicMirror/modules && git clone https://github.com/Av3lla/school-schedule-module
Add the module configuration to your
config.jsfile.{ module: 'MMM-SchoolSchedule', position: 'bottom_right', config: { key: 'ApiKey', schoolName: 'SchoolName', updateInterval: '1000 * 60 * 60' } },
Option Description Default Required keythe API key from OpenWeatherMap. nullO schoolNamethe name of school you want to get schedule from. nullO loadDatesthe number of days to load 7O maxIndexlimit the maximum number of schedules to be displayed 7O updateIntervalchange the update period in Milliseconds. 1000*60*60X
