***closed*** weather34 for WeatherDisplay (clientraw and WDapi)

I have reduced to every 5 minutes.

I see from crontab log file (I’m piping the output to a separate log file) that w34_cron_addtoyear.php is throwing error message: “Couldn not write headers to chartsmysql/2019_03.csv”
The strange thing is that data is written to file (2019_03.csv is attached).
Scheduled crontab jobs running w34_cron_empty.php and w34_cron_stationcron.php with the same user does work
http://weather.meisal.com


2019_03.zip (321 Bytes)

Happening with both prod and beta versions…always sucks having to rely on someone else for data and they make changes…


Mine just comes up blank. http://ucweather.org/pwsWD/

https://earthquake-report.com/ gives Error 503, no server is available to service this request

Update: it’s working again this evening!

Is there a reason my template is not auto refreshing like it used to? I’ve got it displayed on a fire tablet.
http://weather911.net/pwsWD/index.php

Sent from my Pixel 2 using Tapatalk

Sent from my Pixel 2 using Tapatalk

It works OK and refreshes OK in Chrome on my Mac.
As I have no access to a "fire tablet"I can not furthere test that.
Wim

But not picking up the metar station name in production? (It’s OK in beta.)


How can I change the update frequency when reading data from Cumulus type realtime.txt?
Currently it seems to be updating about once every minute.
Data are updated every 3-4s in realtime.txt.

I put it in on the todo list.
For now I Will be home on wendnesday night (CET) and first task is to finalize the April release.

Be aware that there are multiple independent reads of realtime data every minute, depending on the data-type.
F.I. Wind is requested faster as temp.
And your web server should be able to cope with all these requests.

I propose a factor, 1 = default speed, 2 = twice as fast, a.s.o.
Wim

Very good! I agree April release should be #1 priority

My suggestions:
Wind - default = 1/30s, 2 = 1/15s, 3 = 1/5s
Temp - default = 1/60s, 2 = 1/30s, 3 = probably not needed
Rain - default = 1/60s, 2 = 1/30s, 3 = 1/5s (nice to have during heavy rain)

My web server should not have any issues with this extra load.
G400

The orange arc corresponding to Luminance % is not easily visible in production moon block, dark theme.

(I’m not running beta, and the beta demo site is not showing the moon block, so I can’t check if it is different in beta.)


moon.png

This was a CSS background setting so it is a problem in both versions.
Removed it for this item in the script itself. Attach a script for your production version. It should be OK.

The beta version http://wd34.weather-template.com/pwsTEST/?theme=dark with the moon block seems OK now also.

Wim


moon_block.php.zip (3.89 KB)

Many thanks, Wim. Yes, both versions look good now :slight_smile:

P.S. Welcome back!

This one is OK?
Wim


metar_load_funct.php.zip (3.73 KB)

Yes, that works! Thanks, Wim.

So I just found this version of W34 (i was using Brian’s). I have installed the Beta 3/31 version. Everything working very good. Trying to reformat my Menu Items to work with this version.

I have links to other web pages and they open in a new tab. So I’m trying to figure out how to do this within the iframe code that is used in the new menu structure.

My old links were coded like this:

<li><!---Link 2---><div class="nav-text"><a target="_new" href="http://premiuma.accuweather.com/premium/radar.asp?LocationID=55331US&display=0&site=msp&level=metro&anim=1" title="MSP Metro Radar"> <?php echo $weather34mapicon;?> MSP Metro Radar</a></div></li>

Anyone know how to reformat my links?

I’m sure a link to the page would help anyone trying to help you.

The page link is in the code.

I figured it anyway, no worries.

A link to your page…

Does anyone know where the icons in the menu come from? The code for the “info” icon is <?php echo $info;?> but I have searched and can’t find the graphic anywhere. I would like to know what icons are available.