what if the data logger could be moved away from the console (i.e extend the wiring to the plug)
(warranty gone obviously)
|
|
May 21, 2013, 05:53:55 PM
|
|||
|
|||
|
Welcome to the the new hosting for WXforum.net.
|
| Home | Help | Search | Login | Register |
|
1
Weather Station Hardware / Davis Instruments Weather Stations / Re: WeatherLink Distorting Indoor Temperature?
on: Today at 05:40:36 PM
|
||
| Started by LABob - Last post by Weather Display | ||
|
what if the data logger could be moved away from the console (i.e extend the wiring to the plug)
(warranty gone obviously) |
||
|
2
on: Today at 05:35:27 PM
|
||
| Started by hayskswx - Last post by Farmtalk | ||
|
Appreciate it!
|
||
|
3
on: Today at 04:20:44 PM
|
||
| Started by hayskswx - Last post by gwwilk | ||
|
Jerry, In IE10 my sunlight % is out of the chart. Its working correctly on your site. My site works ok w/FF and or chrome. I tried looking loookins at http://tiggrweather.net/ Johns site, couldn't access at all w/IE10, but could w/FF. Maybe its a problem w/me?? The Sunlight Pie Chart does weird things in IE. I've applied a fix in my ajax-dashboard6 that involves detection of IE with Code: //Detect Internet Explorer Browser for Sunlight Pie Chart using$iExplorer = ae_detect_ie(); //echo $iExplorer ? 'true':'false'.'<br/>'; // --- end of initialization code --------- Code: // Functions to detect an IE browser. The $iExplorer variable then is used to display the pie chart percentages in different locations// //========================================================================= // Detect Internet Explorer function ae_detect_ie() { if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) return true; else return false; } Code: <img style="margin-top:<?php echo !$iExplorer? 4:-4?>px;<?php echo $iExplorer? 'margin-bottom:-18px':''?>" src="http://chart.apis.google.com/chart?chs=90x60&chma=0,0,0,0&chd=t:<?php echo $test1jus;?>,<?php echo $testmorker;?>&cht=p3&chp=<?php echo $pieStart?>&chf=bg,s,65432100&chco=FFD700,000000" alt="graph" width="80"/> <span style="position:relative; float:left; margin-top:<?php echo !$iExplorer? -36:-18 ?>px; margin-left:12px; font-weight:lighter; color:#000000; font-size:8px"> <!-- was -5 --> <?php echo $test1jus . "%"; ?> </span> <span style="position:relative; float:right; margin-top:<?php echo !$iExplorer? -36:-18 ?>px; margin-right:10px; font-weight:lighter; color:#FFFFFF; font-size:8px"> <!-- was 5 --> <?php echo $testmorker . "%"; ?> </span> <?php echo $iExplorer? '<br/>':'' ?> <span class="data2" style="position:relative; margin-top:10px; font-weight:lighter; font-size:9px; line-height:140%; background:transparent"> This code, or some fully functional variation, should appear Scott's next ajax-dashboard6 update. I've posted the modifications, in context, for you if you want to get a jump on it (and further test it This code incorporates my modified Sunlight Pie Chart start position Code: echo '<br/>of Sunlight Today<br/>'; $pieStart = 1.61 - round(((((int)$time_arr[0]*60+(int)$time_arr[1])-720)/360),2); ?> (I removed a link to my astronomy_new.php astronomy page, and I hope I didn't trash the code in the process.) |
||
|
4
on: Today at 04:18:06 PM
|
||
| Started by hayskswx - Last post by Bunty | ||
|
I think things are gonna get mighty interesting for the Mid Atlantic. Wind threat is looking imminent to me. Lots of luck to you for all the bad stuff to bypass you like it did for me. |
||
|
5
Weather Station Hardware / What Weather Station Should I Buy? / Re: Station for cabin w/ water temp sensor ?
on: Today at 04:00:46 PM
|
||
| Started by Snowda - Last post by Bushman | ||
|
If all you want is water temp get any cheapo wireless (Lacrosse etc.) unit and mod the xmitter. BUt ya get what ya pay for.
|
||
|
6
on: Today at 03:42:10 PM
|
||
| Started by hayskswx - Last post by ed2kayak | ||
|
Jerry,
In IE10 my sunlight % is out of the chart. Its working correctly on your site. My site works ok w/FF and or chrome. I tried looking loookins at http://tiggrweather.net/ Johns site, couldn't access at all w/IE10, but could w/FF. Maybe its a problem w/me?? |
||
|
7
on: Today at 03:39:05 PM
|
||
| Started by hayskswx - Last post by Farmtalk | ||
|
Bingo.
|
||
|
8
on: Today at 03:27:52 PM
|
||
| Started by hayskswx - Last post by Farmtalk | ||
|
I think things are gonna get mighty interesting for the Mid Atlantic. Wind threat is looking imminent to me.
|
||
|
9
Web Weather / Custom Website Templates / Saragota Template - Change WU Service to a other Forecast-Service?
on: Today at 03:26:16 PM
|
||
| Started by noxx2 - Last post by noxx2 | ||
|
hi,
the templates works now fine.thx but i would like to change the forecast service from Weatherunderground to a other service. why? the forecast(icons) are ever wrong. today very cloudly, a the template show sunny ;( is it possible to change to a other service? regard |
||
|
10
on: Today at 03:25:46 PM
|
||
| Started by hayskswx - Last post by Farmtalk | ||
|
Things are getting interesting even for my area now. Have a thunderstorm complex forming, and we are now under the Slight Risk. Could be another derecho if it holds up; we have had a ton of son, 91F, 71.6 dew point here right now, and this things are just getting started.
|
||