update wunderground station and set key
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
<?php
|
||||
require_once 'wunderground.php';
|
||||
|
||||
define('STATION', 'INOORDHO4');
|
||||
define('STATION', 'INOORDHO104');
|
||||
$aData = wunderground('conditions', sprintf('pws:%s', STATION));
|
||||
echo $fTemperature = isset($aData['current_observation']['temp_c']) ? $aData['current_observation']['temp_c'] : null;
|
||||
Reference in New Issue
Block a user