From d8c38758fea03a11f5cc04454142192c18b378ed Mon Sep 17 00:00:00 2001 From: fionera Date: Sat, 29 Oct 2016 15:24:33 +0200 Subject: [PATCH] Added Feed. Please add the correct Calendar URL --- node/statusbot.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/node/statusbot.js b/node/statusbot.js index 3c760c0..eb8dd48 100755 --- a/node/statusbot.js +++ b/node/statusbot.js @@ -42,6 +42,16 @@ var spaceanswer = { closed: "http://status.ctdo.de/img/red.png" } }, + feeds: { + blog: { + type: "application/rss+xml", + url: "https://www.chaostreff-dortmund.de/feed/" + }, + calendar: { + type: "text/calendar", + url: "https://www.chaostreff-dortmund.de/events.ics" //TODO: Correct URL + } + }, sensors: { power_consumption: [{ unit: "W",