diff --git a/panels/mensaPlan/script.js b/panels/mensaPlan/script.js
index fd0957772ff5aea0cbafcac804b0fa34d6b9a1e5..476d841f62b0ce085839812688dbced6201af583 100644
--- a/panels/mensaPlan/script.js
+++ b/panels/mensaPlan/script.js
@@ -86,7 +86,7 @@ this.loaded = function(panel, config) {
 	}, 30*60*1000);
 
 	function getMensaPlan() {
-		$.getJSON("https://mobil.itmc.tu-dortmund.de/canteen-menu/v2/canteens/341/"+calcDateAPI()).done(function(json) {
+		$.getJSON("https://infoscreen.oh14.de/canteen-menu/v3/canteens/341/"+calcDateAPI()).done(function(json) {
 			fillTable(json);
 		}).fail(function(jqxhr, textStatus, error) {
 			var err = textStatus + ", " + error;