Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

School Schedule Module

JavaScript GitHub repo size GitHub

Magic Mirror Module

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


  • Preview

preview


  • 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-schedule-module

    ### * Folder name issue

    Configuration

    Add the module configuration to your config.js file.

    {
    	module: 'MMM-SchoolSchedule',
    	position: 'bottom_right',
    	config: {
            key: 'ApiKey',
            schoolName: 'SchoolName',
            updateInterval: '1000 * 60 * 60'
    	}
    },
    Option Description Default Required
    key the API key from OpenWeatherMap. null O
    schoolName the name of school you want to get schedule from. null O
    loadDates the number of days to load 7 O
    maxIndex limit the maximum number of schedules to be displayed 7 O
    updateInterval change the update period in Milliseconds. 1000*60*60 X

NOTE

About

magic mirror module notifying school schedules.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages