add portuguese and french languages
[spider.git] / cmd / show / wwv.pl
index ed5022d728d1e131dc62fa4e31bf7849b2feb6b7..988b760a6446fcfa0161efc0a0b13710ca6a729e 100644 (file)
@@ -26,8 +26,12 @@ while ($f = shift @f) {                 # next field
        }
 }
 
-$to = 10 if !$to;
+$from = 1 unless $from;
+$to = 5 unless $to;
 
-push @out, "Date        Hour   SFI   A   K Forecast                               Logger";
-push @out,  Geomag::print($from, $to, $main::systime);
+push @out, $self->msg('wwv3');
+my @in = Geomag::search($from, $to, $main::systime);
+for (@in) {
+       push @out, Geomag::print_item($_);
+}
 return (1, @out);