A module for the MagicMirror to display a school meals menu using data from Korea Ministry of Education.
-
- Today's lunch menu
- Today's dinner menu
- Kcal Info
- Nutrition Info
- Place of Origin Info
-
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-meals-module
Add the module configuration to your
config.js
file.{ module: 'MMM-SchoolMeals', position: 'bottom_right', config: { key: 'ApiKey', schoolName: 'SchoolName', updateInterval: '1000 * 60 * 60', } },
Option Description Default Required key
the API key from neis. null
O schoolName
the name of school you want to get launch menu from. null
O updateInterval
change the update period in Milliseconds. 1000*60*60
X