From 840285d687738d6d8a3a46826d645dd84d10ba91 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Mon, 19 Oct 2015 21:20:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c21b1508..0b7f6575 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ The super magic interface of my personal Magic Mirror. More information about th Runs as a php script on a web server with basically no external dependencies. Can use socket.io for XBEE integration, but isn't required for basic functionality. Modify js/config.js to change some general variables (language, wather location, compliments, news feed RSS) and calendar.php to add your own ICS calendar + +To use the OpenWeatherMap API, you'll need a free API key. Checkout [this blogpost](http://michaelteeuw.nl/post/131504229357/what-happened-to-the-weather) for more information.