Page 33 of 102
Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 6:43 pm
by weatherist34
ok chuck is the new service running every 30 to 60 seconds the timeago doesnt seem to change it should increase
Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 7:07 pm
by prestwickwx
weatherist34 wrote: ↑Sat Jan 30, 2021 6:43 pm
ok chuck is the new service running every 30 to 60 seconds the timeago doesnt seem to change it should increase
I may not have it correct. I have a new https Service running on the TP. Do I need it on the Nano?

- Capture.PNG (13.41 KiB) Viewed 3524 times
Chuck
Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 7:11 pm
by weatherist34
hmmm no as you are on the tp link .. can you see the file
https://myrtleweather.com/console/mbrid ... htning.txt in a ftp program and see if the file time updates per minute . dont use it on the nano i did yesterday allsorts of weird things happened and lots of lockups on the nano . no idea why so i reverted to tp link for just lightning..
Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 7:15 pm
by weatherist34
i could add a timestamp on end of script might be useful at the moment .curious im using identical at present
Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 7:18 pm
by prestwickwx
Just checked and it is not updating. I changed file permissions to see if it would start and no luck. Maybe I should try uploading and empty file.
Chuck
Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 7:25 pm
by weatherist34
prestwickwx wrote: ↑Sat Jan 30, 2021 7:07 pm
weatherist34 wrote: ↑Sat Jan 30, 2021 6:43 pm
ok chuck is the new service running every 30 to 60 seconds the timeago doesnt seem to change it should increase
I may not have it correct. I have a new https Service running on the TP. Do I need it on the Nano?
Capture.PNG
Chuck
doh

look at the screenshot its missing the data
https://myrtleweather.com/console/mbrid ... ing.php?d=[lgt0energy-act:--] [lgt0dist-act:--] [lgt0dist-age:--] [lgt0total-daysum.0:--] [lgt0total-monthsum.0:--] [lgt0total-yearsum.0:--] [lgt0total-sum10.0:--]
Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 7:32 pm
by weatherist34
think it should be this
Code: Select all
https://myrtleweather.com/console/mbridge/mb-lightning.php?d=[lgt0energy-act:--] [lgt0dist-act:--] [lgt0dist-age:--] [lgt0total-daysum.0:--] [lgt0total-monthsum.0:--] [lgt0total-yearsum.0:--] [lgt0total-sum10.0:--]

- Screenshot at Jan 30 20-31-26.png (22.49 KiB) Viewed 3519 times
Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 7:33 pm
by prestwickwx
HA HA
OK. Got it now.
Chuck
Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 7:34 pm
by weatherist34
ok

ill use it for an hour then update GITHUB ..and yes its updating as expected now

- Screenshot at Jan 30 20-35-42.png (14.14 KiB) Viewed 3518 times
Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 7:39 pm
by prestwickwx
weatherist34 wrote: ↑Sat Jan 30, 2021 7:34 pm
ok

ill use it for an hour then update GITHUB ..and yes its updating as expected now
Screenshot at Jan 30 20-35-42.png
Many thanks! I will check it out.
Best wishes,
Chuck
Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 8:03 pm
by weatherist34
Github just updated files to show current day lightning chart . you may see an anomaly until midnight basically used the unused wet bulb position in charts .
if you know your previous years totals or estimated you can replace the phrase N/A with direct edit , I could add an option to setup to set total but it may be only you and I using this method via a separate TP LINK.
file to edit N/A would be lightning-almamac2.php
example you can see the N/A just replace with estimate or know value
Code: Select all
<div class="almanac2x"><div class="almanac-content">
<?php //total year previous
echo "<valuetextheading1>2020 <deepblue>Total</deepblue> </valuetextheading1><br>";
echo "<div class=almanacareas>N/A<smalltempunit2>strikes";
?></smalltempunit2></div></div>
I used dummy data to produce chart data locally

- ch.png (169.06 KiB) Viewed 3514 times

- chu.png (168.5 KiB) Viewed 3514 times
Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 8:18 pm
by prestwickwx
Brian,
OK. I have it. I will check and see what data I have from last year. I will also add it to my side menu.
Thanks for all of your work!
Chuck
Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 8:31 pm
by weatherist34
via GITHUB ive just added the option to the sidemenu 2 FILES weather34-sidemenu.php , shared.php
code
Code: Select all
<?php //lightning OPTION if positions 10,11,12
if ($position10 == "weather34-lightning-chuck.php" OR $position11 == "weather34-lightning-chuck.php" OR $position12 == "weather34-lightning-chuck.php" ) {
echo '<a href="lightning-almanac2.php" data-lity data-title="Lightning Almanac">';
echo $weather34_lightningdata;echo " Lightning Data</a><br>";}?>
Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 8:34 pm
by weatherist34
next month compile month, year chart data screen..one step at a time seems to produce results

Re: Weather34 Aurora Version(english supported only)
Posted: Sat Jan 30, 2021 8:37 pm
by prestwickwx
OK. I have customized my side menu a little, but this will let me use your Lightning SVG.
Thanks,
Chuck