Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseWx2011 authored Oct 30, 2023
1 parent 1e54e54 commit 302ae56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions other-scripts/FRESHWDL/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ var clientRawName = "https://www.halethorpeweather.com/clientraw.txt", //The nam
},
gaugeSettings = { //Gauges: apparent temperature barometer windChill graphHandlerBarometer graphHandlerRainfall graphHandlerTemperature graphHandlerWindSpeed humidity moonSun solar status rainfallTitle rainfallDay rainfallMonth rainfallYear UV windDirection windSpeed graphSettings
solar: {
enabled: false
enabled: true
},
UV: {
enabled: false
enabled: true
},
windChill: {
mode: "windchill", //The default mode, either "heatIndex" or "windchill" (note: lowercase c)
Expand All @@ -33,9 +33,9 @@ var clientRawName = "https://www.halethorpeweather.com/clientraw.txt", //The nam
graphSettings = {
barometer: {enabled: true},
humidity: {enabled: true},
solar: {enabled: false},
solar: {enabled: true},
temp: {enabled: true},
uv: {enabled: false},
uv: {enabled: true},
windDir: {enabled: true},
windSpeed: {enabled: true},
rainfall: {enabled: true}
Expand Down

0 comments on commit 302ae56

Please sign in to comment.