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 Nov 13, 2023
1 parent 63ebc9e commit d12c595
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
@@ -1,10 +1,10 @@
/*jslint plusplus: true, sloppy: true, indent: 4 */

//Ajust these values to your liking.
var clientRawName = "http://yoshisweatherreport.rf.gd/clientraw.txt", //The names of your clientraw files
clientRawExtraName = "http://yoshisweatherreport.rf.gd/clientrawextra.txt",
clientRawHourName = "http://yoshisweatherreport.rf.gd/clientrawhour.txt",
clientRawDailyName = "http://yoshisweatherreport.rf.gd/clientrawdaily.txt",
var clientRawName = "https://dinoswxreport.altervista.org/wp-content/clientraw.txt", //The names of your clientraw files
clientRawExtraName = "https://dinoswxreport.altervista.org/wp-content/clientrawextra.txt",
clientRawHourName = "https://dinoswxreport.altervista.org/wp-content/clientrawhour.txt",
clientRawDailyName = "https://dinoswxreport.altervista.org/wp-content/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
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)
Expand Down

0 comments on commit d12c595

Please sign in to comment.