MMM-Skolmaten

A MagicMirror² module that shows school lunch menus in Sweden from webmenu.foodit.se.

Installation

  1. Clone repo:
	cd MagicMirror/modules/
	git clone https://github.com/matst80/MMM-FaluSkolMat
  1. Install dependencies:
	cd MMM-FaluSkolMat/
	npm install
  1. Add the module to the ../MagicMirror/config/config.js, example:
		{
			module: 'MMM-FaluSkolMat',
			header: 'Någon skola i falun',
			position: 'bottom_right',
			config: {
				url: 'https://webmenu.foodit.se/?r=20&m=2080&p=1283&c=10693&w=0&v=Week'
			}
		},