From a5a4feafc9c4a5f917bb1c67a8070132020fdd71 Mon Sep 17 00:00:00 2001 From: Mykle Date: Sun, 22 Oct 2017 11:42:25 -0400 Subject: [PATCH] Update MMM-SunRiseSet.js --- MMM-SunRiseSet.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MMM-SunRiseSet.js b/MMM-SunRiseSet.js index 0e16a6e..6c39c63 100644 --- a/MMM-SunRiseSet.js +++ b/MMM-SunRiseSet.js @@ -10,9 +10,9 @@ Module.register("MMM-SunRiseSet", { defaults: { lat: "36.7201600", // latitude lng: "-4.4203400", // longitude - image: "static", // world or static + image: "world", // world or static useHeader: false, // true if you want a header - header: "On to the heart of the sunrise", // Any text you want. useHeader must be true + header: "", // Any text you want. useHeader must be true maxWidth: "300px", animationSpeed: 3000, initialLoadDelay: 4250, @@ -184,4 +184,4 @@ Module.register("MMM-SunRiseSet", { } this.updateDom(this.config.initialLoadDelay); }, -}); \ No newline at end of file +});