Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
start [2020/04/18 21:35]
admin [Sky Status]
start [2023/11/07 14:17]
admin
Line 6: Line 6:
 echo $contents; echo $contents;
 </​php>​ </​php>​
 +
 +
  
 ===== Welcome to NEKAAL (Northeast Kansas Amateur Astronomers’ League Inc.) ===== ===== Welcome to NEKAAL (Northeast Kansas Amateur Astronomers’ League Inc.) =====
Line 16: Line 18:
 **Policy Update notice: All public astronomy nights at Farpoint will be canceled if it is raining or too cloudy. You can check within two hours of the event for status updates.** **Policy Update notice: All public astronomy nights at Farpoint will be canceled if it is raining or too cloudy. You can check within two hours of the event for status updates.**
  
-<html> +{{rss>https://nekaal.org/nekaal_events.xml?​ts=9 5 author nosort date 1h }}
-<div style="​background-colorred; font-size: 200%">​ +
-</html> +
-Due to the COVID-19 pandemic, general meetings and public observing sessions are cancelled until further notice. +
-<​html>​ +
-</div> +
-</​html>​+
  
-{{rss>​https://​nekaal.org/​nekaal_events.xml?​ts=2 5 author nosort date 1h }} 
  
  
 ===== News ===== ===== News =====
 {{rss>​https://​nekaal.org/​observer/​wp/​index.php/​feed/​ 4 description 1h}} {{rss>​https://​nekaal.org/​observer/​wp/​index.php/​feed/​ 4 description 1h}}
 +  * [[https://​earthsky.org/​space/​asteroid-2000-wo107-nov-2020-flyby-then-closer|Earth Sky: Astronomers reveal asteroid 2000 WO107 as a contact binary]] (features an image by Gary Hug)
   * Correction for Farpoint'​s phone number, it is 785-203-8077   * Correction for Farpoint'​s phone number, it is 785-203-8077
  
-<​html>​ 
-<a href="​https://​twitter.com/​TopekaAstronomy"​ class="​twitter-follow-button"​ data-show-count="​false">​Follow @TopekaAstronomy</​a>​ 
-<​script>​!function(d,​s,​id){var js,​fjs=d.getElementsByTagName(s)[0];​if(!d.getElementById(id)){js=d.createElement(s);​js.id=id;​js.src="//​platform.twitter.com/​widgets.js";​fjs.parentNode.insertBefore(js,​fjs);​}}(document,"​script","​twitter-wjs"​);</​script>​ 
-</​html>​ 
 [[https://​www.facebook.com/​groups/​272682759554768/​|{{:​fb_findusonfacebook-100.png|}}]] [[https://​www.facebook.com/​groups/​272682759554768/​|{{:​fb_findusonfacebook-100.png|}}]]
  
Line 47: Line 39:
 <​html>​ <​html>​
 <div align="​center">​ <div align="​center">​
-</​html>​+</​html> ​
 [[https://​aa.usno.navy.mil/​data/​docs/​RS_OneDay.php|Sun/​Moon Rise and Set]] \\ [[https://​aa.usno.navy.mil/​data/​docs/​RS_OneDay.php|Sun/​Moon Rise and Set]] \\
 [[https://​www.lightpollutionmap.info/#​zoom=14&​lat=4705258&​lon=-10686460&​layers=0BTFFFFFFF|Light Pollution Map]]  [[https://​www.lightpollutionmap.info/#​zoom=14&​lat=4705258&​lon=-10686460&​layers=0BTFFFFFFF|Light Pollution Map]] 
Line 59: Line 51:
 <div align="​center">​ <div align="​center">​
 </​html>​ </​html>​
 +[[https://​www.astrospheric.com/?​Latitude=38.89022222222222&​Longitude=-96.00241666666666|Astrospheric for Farpoint Observatory]] \\
 [[http://​cleardarksky.com/​c/​FrpntObKSkey.html|Sky clock]] for Farpoint Observatory (Cloud Cover and Transparency):​ [[http://​cleardarksky.com/​c/​FrpntObKSkey.html|Sky clock]] for Farpoint Observatory (Cloud Cover and Transparency):​
 <php> <php>
 echo '<​br><​a href=http://​cleardarksky.com/​c/​FrpntObKSkey.html>​ <img src="​http://​cleardarksky.com/​c/​FrpntObKScs0.gif?​cacheBreak='​.time().'"></​a>';​ echo '<​br><​a href=http://​cleardarksky.com/​c/​FrpntObKSkey.html>​ <img src="​http://​cleardarksky.com/​c/​FrpntObKScs0.gif?​cacheBreak='​.time().'"></​a>';​
-echo '<​br><​a href="​https://​clearoutside.com/​forecast/​38.89/​-96.00"><​img src="​https://​clearoutside.com/​forecast_image_small/​38.89/​-96.00/​forecast.png"​ /></​a></​div>';​+</​php>​ 
 +\\ 
 +[[https://​clearoutside.com/​forecast/​38.89/​-96.00|Clear Outside for Farpoint Observatory:​]] 
 +<​php>​ 
 +echo '<​br><​a href="​https://​clearoutside.com/​forecast/​38.89/​-96.00"><​img src="​https://​clearoutside.com/​forecast_image_small/​38.89/​-96.00/​forecast.png?​cacheBreak='​.time().'​" /></​a></​div>';​
 </​php>​ </​php>​
 <​html><​div align="​center"></​html>​ <​html><​div align="​center"></​html>​
-Farpoint Weather Station: ​+Farpoint Weather Station: ​[[https://​ambientweather.net/​dashboard/​8e3b5ffd9bb66a39add88eaa3c2fb26d|Ambient Weather]], ​
 [[https://​app.weathercloud.net/​d6864489363#​current|Weather Cloud]], ​ [[https://​app.weathercloud.net/​d6864489363#​current|Weather Cloud]], ​
 [[https://​www.wunderground.com/​personal-weather-station/​dashboard?​ID=KKSESKRI3#​history|Weather Underground]] [[https://​www.wunderground.com/​personal-weather-station/​dashboard?​ID=KKSESKRI3#​history|Weather Underground]]
- 
-<php> 
-$weather = file_get_contents('/​www/​nekaal.org/​webapps/​ROOT/​weather.html'​);​ 
-echo $weather; 
-</​php>​ 
-Note: currently table does not auto refresh. 
 <​html></​div></​html>​ <​html></​div></​html>​
  
 <​html>​ <​html>​
 <!-- div align="​center">​ <!-- div align="​center">​
-[[https://​dashboard.ambientweather.net/​devices/​public/​8e3b5ffd9bb66a39add88eaa3c2fb26d|Ambient Weather]],  +<iframe width="​500"​ height="​400"​ frameborder="​0"​ src="​https://​ambientweather.net/​devices/​public/​8e3b5ffd9bb66a39add88eaa3c2fb26d?​embed=true"></​iframe><​p>​powered by <a target="​_blank"​ href="​https://​ambientweather.net">​Ambient Weather</​a></​p
-<iframe width="​500"​ height="​400"​ frameborder="​0"​ src="​https://​dashboard.ambientweather.net/​devices/​public/​8e3b5ffd9bb66a39add88eaa3c2fb26d?​embed=true"></​iframe>​ +</​div-->​
-</div -->+
 </​html>​ </​html>​
 +
 +<​html><​div align="​center"></​html>​
 +<php>
 +echo '<​br><​img src="​https://​nekaal-security-cams.s3.amazonaws.com/​weather/​latest.jpg?​cacheBreak='​.time().'">';​
 +</​php>​
 +<php>
 +//$weather = file_get_contents('/​www/​nekaal.org/​webapps/​ROOT/​weather.html'​);​
 +//echo $weather;
 +//echo "Note: currently table does not auto refresh.";​
 +</​php>​
 +<​html></​div></​html>​
 +
 +
 +<​html><​div align="​center"></​html>​
 +<php>
 +echo file_get_contents('/​www/​nekaal.org/​webapps/​ROOT/​anemometer.html'​);​
 +</​php>​
 +<php>
 +echo '<​br><​br><​img src="/​anemometer_graph.jpg?​cacheBreak='​.time().'">';​
 +</​php>​
 +<​html></​div></​html>​
 +
 +
 +
  
 ==== Farpoint Sky ==== ==== Farpoint Sky ====
  
-{{https://​nekaal-security-cams.s3.amazonaws.com/​outside1/​latest.jpg?​nocache&​400}}+<​php>​ 
 +echo '<​br><​a href="https://​nekaal-security-cams.s3.amazonaws.com/​outsidenw/​latest.jpg?​cacheBreak='​.time().'"><​img width="​400" src="​https://​nekaal-security-cams.s3.amazonaws.com/​outsidenw/​latest.jpg?​cacheBreak='​.time().'"></​a>';​ 
 +</​php>​ 
 +<​html>​ 
 +<br/> <​br/>​ 
 +<iframe src="​https://​allsky.starsynctrackers.com/​index.html#​2b3367e2-21df-46e3-8e05-95c0561ef104"​ title="​Farpoint Allsky Camera"​ width="​640"​ height="​480"​ style="​overflow:​ hidden"​ scrolling="​no"​ frameborder="​0"​ allowFullScreen="​true"​ webkitallowfullscreen="​true"​ mozallowfullscreen="​true"></​iframe>​ 
 +</​html>​
  
  
Line 124: Line 144:
   * [[contact|Contact Us]]   * [[contact|Contact Us]]
     * [[Membership Application]]     * [[Membership Application]]
 +
 +
 +===== Quick Links =====
 +
 +{{page>​sidebar_contact}}
 +