Skip to content

wiesty/MMM-Mensamuc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MMM-Mensamuc GitHub license

MagicMirror² Module to display daily menu information from the canteens of the Studierendenwerk München Oberbayern as well as some other canteens.

Data by eat-api by TUM-DEV

The meat dish is represented by a 🍖 emoji, the vegetarian dish by a 🥕 emoji, and the vegan dish by a 🥦 emoji.

image

Dependencies

  • instance of MagicMirror²
  • Node Fetch (linux: npm install node-fetch) (if not already installed)

Installation

  1. Clone this repository in your MagicMirror installation into the folder modules. git clone https://github.com/wiesty/MMM-Mensamuc.git
  2. Install dependencies in main MagicMirror folder
  3. Search your canteen and modify the config template below
  4. Add configuration to your config.js

Example Config

{
  module: "MMM-Mensamuc",
  position: "bottom_right",
  config: {
    canteen: "mensa-lothstr", // replace with your canteen
    dishTypeFilter: ["Tagesgericht", "Aktionsessen"] //  dishTypeFilter: ["ALL"] to disable the fitler
},

Supported canteens (by eat-api by TUM-DEV )

Name API-key Address
Mensa Arcisstraße mensa-arcisstr Arcisstraße 17, München
Mensa Garching mensa-garching Boltzmannstraße 19, Garching
Mensa Leopoldstraße mensa-leopoldstr Leopoldstraße 13a, München
Mensa Lothstraße mensa-lothstr Lothstraße 13d, München
Mensa Martinsried mensa-martinsried Großhaderner Straße 6, Planegg-Martinsried
Mensa Pasing mensa-pasing Am Stadtpark 20, München
Mensa Weihenstephan mensa-weihenstephan Maximus-von-Imhof-Forum 5, Freising
StuBistro Arcisstraße stubistro-arcisstr Arcisstraße 12, München
StuBistro Goethestraße stubistro-goethestr Goethestraße 70, München
StuBistro Großhadern stubistro-großhadern Butenandtstraße 13, Gebäude F, München
StuBistro Rosenheim stubistro-rosenheim Hochschulstraße 1, Rosenheim
StuBistro Schellingstraße stubistro-schellingstr Schellingstraße 3, München
StuBistro Martinsried stubistro-martinsried Großhadernerstr. 9a, 82152 Planegg-Martinsried
StuCafé Adalbertstraße stucafe-adalbertstr Adalbertstraße 5, München
StuCafé Akademie Weihenstephan stucafe-akademie-weihenstephan Alte Akademie 1, Freising
StuCafé Weihenstephan-Maximus stucafe-weihenstephan-maximus Maximus-von-Imhof-Forum 5, 85354 Freising
StuCafé Boltzmannstraße stucafe-boltzmannstr Boltzmannstraße 15, Garching
StuCafé in der Mensa Garching stucafe-garching Boltzmannstraße 19, Garching
StuCafé Karlstraße stucafe-karlstr Karlstraße 6, München
StuCafé Pasing stucafe-pasing Am Stadtpark 20, München
FMI Bistro Garching fmi-bistro Boltzmannstraße 3, Garching
IPP Bistro Garching ipp-bistro Boltzmannstraße 2, Garching

About

MagicMirror² Module to display daily menu information from the canteens of the Studierendenwerk München Oberbayern as well as some other canteens.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published