Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mykle1 authored Oct 23, 2017
1 parent 3baebcd commit 909a566
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ Annotated .css file included for aligning and coloring text and header.
module: "MMM-SunRiseSet",
position: "bottom_left",
config: {
lat: "40.123456", // Your latitude
lng: "-74.123456", // Your longitude
image: "world", // world or static
useHeader: false, // true if you want a header
header: "Header", // useHeader must be true
updateInterval: 20 * 1000, // seconds
maxWidth: "260px",
lat: "40.123456", // Your latitude
lng: "-74.123456", // Your longitude
image: "world", // world (animated) or static (graph)
useHeader: false, // true if you want a header
header: "Header", // useHeader must be true
maxWidth: "260px", // adjust to your liking
}
},

Expand Down

0 comments on commit 909a566

Please sign in to comment.