Skip to content

Commit

Permalink
Fixed broken default timeFormat config
Browse files Browse the repository at this point in the history
  • Loading branch information
jclarke0000 committed Jun 28, 2017
1 parent 202a198 commit c19dcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMM-MyWeather.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Module.register("MMM-MyWeather", {
windunits: "bft", // choose from mph, bft
updateInterval: 10 * 60 * 1000, // every 10 minutes
animationSpeed: 1000,
timeFormat: config.timeFormat,
timeFormat: "h a",
lang: config.language,
showWindDirection: true,
fade: true,
Expand Down

0 comments on commit c19dcc7

Please sign in to comment.