WXSIM "EWN-style"

One question: you can configure the “config.php” file and set the wind by default in “km/h”? I tried in every way but in “forecast.php” files always results in “m/s”.
Thank you

It displays m/s as default, yes. You can set your own units for temperature and wind from the unit-gear in top-right corner. The browser should remember the settings.

Hi!

Set line 45 in config.php like this:

$uoms = array('

Hi
I tried setting this up on my local server to test but all I get is the correct time for the lastret.txt and the white circle on the right
http://ballaugh.no-ip.biz:2082/wxsim/forecast.php

not sure what I have missed

Harold

It seems an incorrect path of plaintext. txt… please could you post all path in config.php here?

Hi

$wxsimlocation = “Ballaugh, Isle of Man”; # Your location
$latitude = 54.31;
$longitude = -4.54;
$tzabb = “Europe/Isle_of_Man”;
$datestyle = “d.m.Y”;
$timeFormat = “d.m.Y H:i”; # Timeformat
$updatehrs = array(6,11,15,21); # Hours when wxsim runs
$updateminute = 20; # minutes past full hour for upload time
$jqueryload = true; # Should we load JQuery? (Set to false if your site loads it by default)
$bootstrapload = true; # Should we load Bootstrap? (Set to false if your site loads it by default)
$mainwidth = “100%”; // Use 100% for responsivity

$path_to_langfiles = “/lang/”; This is the only option that allowed the button options to work
#$path_to_lastret = “/home/web3/subdomains/data/wd/lastret.txt”;
$path_to_lastret = “…/lastret.txt”; This points to my root web folder where the wxsim folder is
$path_to_js = “js/”;
$path_to_css = “css/”;

if($wxsimtype==“forecast”){
include DIR.‘/frc.php’;
}

These are all the paths I could find in the config file

Found these in plaintext.php
$pathtodata=str_replace(“lastret.txt”,“”,$path_to_lastret);
$pt = file($pathtodata.“…/…/plaintext.txt”);

not sure what I have missed

Harold

Okay, but if I close the browser and reopen it returns me to m/s, you could not configure it directly with km/h as you can do with the “short.php” file?
Thank you

For me do both Firefox and Chromium remember the settings OK.

Maybe because I when I close the browser deletes the cookie, it can be?
Thank you

Yes, sure!

Hi Harold,
try these:

$path_to_langfiles = "lang/";
$path_to_lastret = "/home/yourusername/yourrootfolder/lastret.txt";
$path_to_js = "js/";
$path_to_css = "css/";

Have you lastret.txt uploads on root folder?
You shouldn’t put lastret in wxsim folder…just simple to put it on root.

Same thing about lang folder.
Have you lang folder in wxsim folder?
If yes, try this setting:

$path_to_langfiles = "wxsim/lang/";

Hi folks, i notice its just me, but i cannot find were to turn on my than 4 days for the icons along the top?

http://www.suffolkweather.info/wxsim-new/forecast.php

Hi Bashy,
Wxsim-> parameters - > numbers of day [emoji6]

Alessandro

Thanks but thats already set to 9 :?

Have you already checked wret?

HI, it cant be wret either cause my other scripts are going to 9 days too :confused:

http://www.suffolkweather.info/index.php?p=918&lang=en

Bashy, check the lastret.txt and be sure it have 00:00 timestamps. If you post your lastret.txt can i run it in m y dev-version and see if there are any oddities.

Btw. I have rain-units working on my dev-version now.
I think i will also get it so it reads the default units from $uoms :slight_smile:

Thanks, here ya go, knowing me, it will be a rookie mistake :wink: but this does work for your
other scripts :slight_smile:


lastret.txt (91 KB)

ok, now im officially lost, that one i posted is 9 days, this one thats uploaded is only 3

http://www.suffolkweather.info/lastret.txt

Ok, and how can you solve? It’s possible configure the file “config.php” to be able to put km/h defalut?
Thank you