From 868ac83a49e183dab7bbd562ea87235b3f2c9607 Mon Sep 17 00:00:00 2001 From: bitte-ein-bit Date: Sun, 31 Jan 2016 17:42:32 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a721fee..0e60c0bf 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ Takes an array of news feeds (or a single string) from the config file and retri ###[Time](js/time) -Updates the time on the screen on one second interval. +Updates the time on the screen on one second interval. Can be changed to omit displaying seconds by adding the config option ```displaySeconds = false``` in [config.js](js/config.js). When the seconds are disabled the interval is set to 60 seconds on the full minute. + +With the option ```digitFade = true```, changing digits are faded. This looks best if the seconds are omitted. ###[Version](js/version) @@ -49,4 +51,4 @@ Takes the user's inserted location, language, unit type, and OpenWeatherMap API ###[MagicMirror-Extensions by PaViRo](https://github.com/paviro/MagicMirror-Extensions) **Current features:** FRITZ!Box Callmonitor
-**Future features:** Faceregognition, personalized views, online banking through HBCI and multiple calenders based on faceregognition. \ No newline at end of file +**Future features:** Faceregognition, personalized views, online banking through HBCI and multiple calenders based on faceregognition.