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 11d7125 commit 242f818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other-scripts/FRESHWDL/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var clientRawName = "clientraw.txt", //The names of your clientraw files
clientRawExtraName = "clientrawextra.txt",
clientRawHourName = "clientrawhour.txt",
clientRawDailyName = "clientrawdaily.txt",
customBaseURL = true, // OPTIONAL: Set the path to where your clientraw files are uploaded e.g., "http://www.goldenbaynzweather.info/wdl/" (note: final backslash and quotation marks must be included). Otherwise leave as: false
customBaseURL = false, // OPTIONAL: Set the path to where your clientraw files are uploaded e.g., "http://www.goldenbaynzweather.info/wdl/" (note: final backslash and quotation marks must be included). Otherwise leave as: false
lang = "en", //Set Language. To see what lanuages are currently supported, see the readme file at: https://github.com/Yerren/FreshWDL/blob/master/README.md
currentUnits = { //Default units (what the page will display when first loaded)
pressure: "inHg", //Options: "hPa" "mmHG" "kPa" "inHg" "mb"
Expand Down

0 comments on commit 242f818

Please sign in to comment.