HWS Template (WD34) Wish List - October version

It is from this page https://www.nordicweather.net/phpscripts.php?en and is called NSD 2013. And i am use the Backend part.

Torjan

CC- CG- or + are types of lightning cloud to cloud or cloud to ground.
I got http://regnskvett.com/nexstorm/NSDStrikes.txt last 60 minutes strike
and http://regnskvett.com/nexstorm/NSDRealtime.txt
and http://regnskvett.com/NSDStrikes20sec.txt the last 20 seconds. Are usually empty if no storm

a couple more files are created but it is for storm, older storms and graphics.

Torjan

Hi Wim,

May be I can explain why there are 2 different files NSRealtime and NSDRealtime.

The NSRealtime files are created by the NSlog program, made by Jim McMurry. You have received information about this from me a while ago.
The NSDRealtime files are created by an NSBackend program made by Henkka. This program is derived from NSlog. These files are needed for a script that he made. Unfortunately, this program did not always work as well and sometimes caused malfunctions in my case.
Both programs need the Nexstorm software to work.

Brgds,
Oebel

Hi all WD34 users,

I am quite new to this template, I used Brians (old) version al long as my old WU Api key was supported.
But now I switched and I like some things more, but what I really miss, is the graph for solar radiation, it should easily possible because I was able to add it with a link and another line in the graph script.
So on my wish list is

  • UV graph today
  • change of graph type from spline to line, in my opinion it doesn

As I said in the following topic, the template is beautiful and complete. We could only add some data for those who have the UV and solar radiation sensor available. I don’t think we need UV and solar radiation graphs, but it would be interesting to have a graph related to Evapotranspiration. On WeatherLink the graph is there while on WeatherUnderground no, so maybe it could be difficult to get it.

I’m not sure if this has been brought up before. Is there a way on the earthquake box to limit the coverage area to a 400 mile radius ( or any radius)?
I live in California and would like more local data

If we must have an X in the corner of every pop-up, can we have it the same height as the rest of the title bar?

I’d be happy to change it myself - as I have done by deleting the redundant word “Close” - but I can’t work out how :frowning:


popup.png

It is the same height, it is all in 24px, only the forecast top-line is sometimes smaller, default for metar

<div class="w34_module_title" style="width: 100%; height: 24px; font-size: 20px;">
    <span style="float: left;">&nbsp;X&nbsp;&nbsp;<span class="small">Close</span></span>Metar Aviation Weather Data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EBBR Brussels
    </div>

and for your site it is the same,

Wim


This script uses a file with only 30 most recent earthquakes https://earthquake-report.com/feeds/recent-eq?json
The small-block-script tries to display most local data
The large-block-script displays most recent data
The pop-ups can sort by distance / magnitude / time

As you block my / all IP’s from Belgium I can not check your site what data you are displaying, see attached screenshot

Wim


forbidden.jpg

Sorry, Wim, I mean the little light grey box is not the same height. I can change the size of the X, or remove it altogether, but the little light grey box stays the same size in the corner of each popup. I can’t work out how to change that.

The light grey background is css
Update the w34_index2.php line about 125
from

 .featherlight-close-icon { top: 0px; left: 0px; width: 60px; height: 20px; background: transparent;}

to

.featherlight-content .featherlight-close-icon { top: 0px; left: 0px; width: 60px; height: 20px; background: transparent;}

Wim

Thanks, Wim :smiley:

P.S. Hope you had a good holiday :wink:

Is the little black area at the other end of the graph title bar (see attached) in css too?


Y/N
line 355 in w34_graph_xx.php has the width set to 98% as sometimes a vertical scroll bar was inserted in the April-Beta version

        body {margin: 0; padding: 0; text-align: center; font-size: 10px; font-family: arial, sans-serif; vertical-align: middle; max-width: 98%;}

Change width to 100% and do some extra testing

        body {margin: 0; padding: 0; text-align: center; font-size: 10px; font-family: arial, sans-serif; vertical-align: middle; max-width: 100%;}

Wim

That fixed it, thanks :slight_smile:

The ability to show local radar would be great. :smiley:

Hello,
my first post in this forum… :smiley:

Possible / thinkable to add more than one webcam URL? The multiple webcam pictures then showing up randomly in the related area (webcam-c-block)?

Thanks Wim for the really nice dashboard and all the work - much appreciated.

wurzelmac

I posted the adapted Boltek script for the NSD realtime file here:
http://discourse.weather-watch.com/p/530894

Can you please clarify:

For now the script will always use field 2 && 5 as in km,

In your field-descriptions those fields are described as having km as unit
field# 2 => current close rate/min (< 50km)
field# 5 => last strike distance (km)

But there is also a field #20 “Measure (set in config.ini)” which contents is km.
Can that field contain some other unit, f.i. miles and will that effect field 2 && 5?

    [0] => 1564582769
    [1] => 3
    [2] => 0
    [3] => 1564582737
    [4] => 142
    [5] => 415
    [6] => cc-
    [7] => 41
    [8] => 41
    [9] => 21227
    [10] => 59120
    [11] => 4
    [12] => 15.34
    [13] => 2
    [14] => 15.34
    [15] => 2
    [16] => 4
    [17] => 19
    [18] => 16
    [19] => 0 days 0 hours 48 min
    [20] => km
    [21] => 60

Wim

Hi!
Have tested the file you posted and it seems to be ok.
When it comes to field 20 in the setup file it can certainly apply to miles or other values, think that is according to what the system is set up with.
Then fields 2-5 will show as that choice.
This is just something I think is right if someone knows more about this would have been nice.

Tanks!

Torjan

Hi Wim

Finally got Nexstorm and nsd2013 talking together and now uploading to the site.

It might be nice if we can have a data time stamp shown in the window so we can see what time the data was placed up on the site.

Anyhow, excellent work, all I need are some strikes to check everything is working…

Now to build the luftdaten.info AQI system for the station and then get it shown on the site…

Best wishes

Jon