Skip to content

Commit

Permalink
Update MMM-SunRiseSet.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mykle1 authored Oct 22, 2017
1 parent 8290387 commit a5a4fea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MMM-SunRiseSet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -184,4 +184,4 @@ Module.register("MMM-SunRiseSet", {
}
this.updateDom(this.config.initialLoadDelay);
},
});
});

0 comments on commit a5a4fea

Please sign in to comment.