Skip to content

magic mirror module notifying today's school meals menu.

License

Notifications You must be signed in to change notification settings

eungaaee/MMM-SchoolMeals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

School Meals Menu Module

JavaScript GitHub repo size GitHub

Magic Mirror Module

A module for the MagicMirror to display a school meals menu using data from Korea Ministry of Education.


  • Preview

preview


  • Features

    • Today's lunch menu
    • Today's dinner menu
    • Kcal Info
    • Nutrition Info
    • Place of Origin Info

  • Usage

    You need to install and configure the module for your MagicMirror.

    Setup

    Clone the module into your modules folder.

    cd ~/MagicMirror/modules && git clone https://github.com/Av3lla/school-meals-module

    ### * Folder name issue

    Configuration

    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

NOTE

Releases

No releases published

Packages

No packages published