Skip to content

Commit

Permalink
Wrong forecast option. Try that again...
Browse files Browse the repository at this point in the history
Updates #73
  • Loading branch information
poblabs committed Mar 6, 2019
1 parent 6a34635 commit 1d11436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skins/Belchertown/index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
console.log("MQTT message indicates this is an archive interval.");
setTimeout( daily, 30000 ); // Load updated charts
setTimeout( ajaxweewx, 10000 ); // Update weewx data
#if $Extras.has_key("forecast_alert_enabled") and $Extras.forecast_alert_enabled == '1'
#if $Extras.has_key("forecast_enabled") and $Extras.forecast_enabled == '1'
setTimeout( ajaxforecast, 10000 ); // Update forecast data
#end if
setTimeout( ajaxradar, 10000 ); // Update radar "img src" if present
Expand Down

0 comments on commit 1d11436

Please sign in to comment.