'Idesign Simplicity' Template by Brian Underdown

hello

simple fix for celsius displaying in module change the the c to f weatherunitf highlighted in bold below

//fahrenheit
else if ($weather[“temp_units”]==‘F’ && $weather[“temp_today_low”]>0){echo “<div class="circlelowtemp">”, number_format($weather[“temp_today_low”],1) ;
echo " “.$weatherunitc.” “.$lang[‘Min’].”

" ;}

to

//fahrenheit
else if ($weather[“temp_units”]==‘F’ && $weather[“temp_today_low”]>0){echo “<div class="circlelowtemp">”, number_format($weather[“temp_today_low”],1) ;
echo " “.$weatherunitf.” “.$lang[‘Min’].”

" ;}

as for your cloud height ok no problem but no fix for you its a temperature dewpoint formula

im on your site now

in Celsius/Fahrenheit temp 21.0(70.2f) dewpoint -9.5(15.1f) yep minus 9.5 with temperature of 21c , i have never seen anything like that if it is real then this script will never work for you ! so i wouldnt use it i certainly have never seen that here hence it was never developed with those type of readings to hand so my sincere apologies.

as for mysql if you dont want to use mysql you can use original the non api wxsim version in the all versions zip download. that simply uses weather underground history for charts…*note the older versions are no longer developed or have any of the recent features added.

the wx-sim version using mysql is purely a beta until end of this month , have a few beta testers looking for issues so when its totally good i will announce its release.

for cloudbase ive simulated your readings this is a bit better

in solar1.php or cloudbase.php at the foot of the file change the 110 to 90 highlighted in bold below or you could try lower values like 85 or 80

to

hello

3 additional sensors added on see screenshots below , set via easyweathersetup .

https://weather34.com/homeweatherstation/

brian

Good morning

standalone WD-API / MYSQL versions now merged into one template so you have a choice and if you are not successfully managing to setup your database you can revert to the data stored at weather underground if you send data there.

new option in easyweathersetup.php allows you to choose which source of data you use for charts .

1.if you use mysql select wdcharts
2.if you do not use mysql choose chartswu

screenshot below

available via https://weather34.com/homeweatherstation/

I have been asked about this script I use on my personal website , it is a modified version on Ken True metar script , i simply created a batch of new icons in svg to match the template and added some additional css for colour . I have NO plans to release this you can obtain the original from Kens website at http://saratoga-weather.org/scripts-metar.php#metar

Im fortunate to be less than 3km line of sight of the nearest airport and 3 others within a 30km range line of sight . to use it you would need to be basically near to an airport/field etc.
it is a good options as weather underground data is somewhat hit and miss at times . I am putting together a TAF forecast script to use the icons and colours etc .
so thanks again to Ken True .

[quote author=weatherist34 link=topic=63245.msg528506#msg528506 date=1509809855]
Hello just for reference I

I doubt it will happen

see http://discourse.weather-watch.com/t/64580

Yes I noticed that page:

Please Do Not Ask For Weather Display Support = there is no compatiable files in the downloads.

then it’s crossed posts…

Has somebody that wd-wxsim-homeweather script still available, anyway ?

thanks for attention Jachym

Brian,

I notice that the wxcharts page does not load properly on mobile devices. It just loads the poster images but there is no text or description that link to the weather maps themselves. I am wondering if that’s as far as development ever went on the mobile version of that page, and if you plan to ever adapt it further for mobile?

It does work on my tablet. Talking Android here, no iPhone testing.

Thanks for your hard work!

With the crons it works :slight_smile:

What does not work: any day/moth/year data in popup screen. see att
http://www.weersverwachtingen.eu/clientraw/wd-ajax-ml/wxpws.php
 Location : 52.393754 4.938093  ASL : 1 metres
 Data Source: Weather Display Clientraw  Hardware: Davis VP2
V 4.37


pws_data.jpg

[quote author=edje1205 link=topic=63245.msg532101#msg532101 date=1517220411]
With the crons it works :slight_smile:

What does not work: any day/moth/year data in popup screen. see att
http://www.weersverwachtingen.eu/clientraw/wd-ajax-ml/wxpws.php
 Location : 52.393754 4.938093  ASL : 1 metres
 Data Source: Weather Display Clientraw  Hardware: Davis VP2
V 4.37

Up and running Oebel !

http://www.weersverwachtingen.eu/clientraw/wd-ajax-ml/wxpws.php

Nog bedankt voor de pm ! :smiley:

No more free API data from Weather Underground for the template forecasts. . . Guess WU won’t be getting my free data any more.

Hmmmm…I wonder what happens with existing API keys. Don’t see any info on that. It would seem that if you provide them with data they should give you a free key. Maybe they will make a consideration for non commercial use.

Here is a forum discussion at weather underground about the change.

https://apicommunity.wunderground.com/weatherapi/topics/weather-underground-api-changes

Thanks. I see that “for the time being, free keys will continue to work. We will update you if that changes.”

Presume that promise to update refers to the forum, not to individuals. . .

you would need to also stop your CWOP updates too (as WU can get your data from that source )

Has anyone tried the new API Keys from Weather Underground. I logged in and was able to generate a new key. It is not working so far, but as I remember it took awhile for it to work when I generated the old key.

Regret the new key is never going to work with the old w34 version you have. You need to look here for the latest version, which does not get a forecast from WU either. However, there will soon be a new release that does give the option of a forecast from WU.

The normal release is ready but the documentation needs improvements and there is a lot more work with updating the language files then I expected.
But if you want to switch to the latest version, including the the WeatherUnderground 5 day forecast, download the March 31, beta version and test.
No need to call it “beta” anymore. All functions should work OK.
Download available at http://wd34.weather-template.com/beta.php
The “old” documentation can be found at http://wd34.weather-template.com/

Also when using WeatherUnderground, there is no need to start using the SQL-table.
The pop-up graphs work OK with the WU-data. nothing has changed there.

Wim

Thanks, I was unaware of the new versions did someone take this project over from Brian Underwood?

Ahhhh, I see the other thread now.