From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.corp.redhat.com (int-mx16.intmail.prod.int.phx2.redhat.com [10.5.11.28]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id v13Hib6L006368 for ; Fri, 3 Feb 2017 12:44:37 -0500 Received: by smtp.corp.redhat.com (Postfix) id BD1F82DB55; Fri, 3 Feb 2017 17:44:37 +0000 (UTC) Received: from mx1.redhat.com (ext-mx06.extmail.prod.ext.phx2.redhat.com [10.5.110.30]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B6FF743DC5 for ; Fri, 3 Feb 2017 17:44:37 +0000 (UTC) Received: from opera.rednote.net (opera.rednote.net [66.228.34.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 93FAA3B714 for ; Fri, 3 Feb 2017 17:44:36 +0000 (UTC) Received: from opera.rednote.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by opera.rednote.net (8.15.2/8.15.2) with ESMTP id v13HiYjG020791 for ; Fri, 3 Feb 2017 17:44:34 GMT DMARC-Filter: OpenDMARC Filter v1.3.2 opera.rednote.net v13HiYjG020791 Authentication-Results: opera.rednote.net; dmarc=pass (p=reject dis=none) header.from=rednote.net Authentication-Results: opera.rednote.net; spf=pass smtp.mailfrom=janina@rednote.net DKIM-Filter: OpenDKIM Filter v2.11.0 opera.rednote.net v13HiYjG020791 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rednote.net; s=default; t=1486143874; bh=GBttFe3FVIGJEWaBFJ9vCUTXuDegXo5seevIqfCGe6o=; h=Date:From:To:Subject:References:In-Reply-To:From; b=PmFLsl7DTiusAvwNHFtiofZFYbueq7ZFHP46zzn21X9N9HupGL0xd6Qm6DEMhzxXC syD3Q803WDBwQCl78f9nkc99U9SCoC8Z30M2qT7N5+lZ9zt+0rFZHvMEQv6FsMxvtU HVnnZ8ATKSnw3tOnzjuPuM5DkgrEjMWau+hL1Czs= Received: (from janina@localhost) by opera.rednote.net (8.15.2/8.14.6/Submit) id v13HiYD0020790 for blinux-list@redhat.com; Fri, 3 Feb 2017 12:44:34 -0500 Date: Fri, 3 Feb 2017 12:44:34 -0500 From: Janina Sajka To: blinux-list@redhat.com Subject: Re: Are their other Working Weather Scripts? Message-ID: <20170203174434.GF2466@opera.rednote.net> References: <20170202114913.76f78e1c@bigbox.christie.dr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20170202114913.76f78e1c@bigbox.christie.dr> X-Operating-System: Linux opera.rednote.net 4.8.15-300.fc25.x86_64 X-PGP-Key: http://rednote.net/JaninaSajka_gpg_key.html User-Agent: Mutt/1.7.1 (2016-10-04) X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Fri, 03 Feb 2017 17:44:36 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Fri, 03 Feb 2017 17:44:36 +0000 (UTC) for IP:'66.228.34.147' DOMAIN:'opera.rednote.net' HELO:'opera.rednote.net' FROM:'janina@rednote.net' RCPT:'' X-RedHat-Spam-Score: 3.598 *** (BAYES_99, BAYES_999, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RP_MATCHES_RCVD, SPF_PASS) 66.228.34.147 opera.rednote.net 66.228.34.147 opera.rednote.net X-Scanned-By: MIMEDefang 2.78 on 10.5.110.30 X-Scanned-By: MIMEDefang 2.74 on 10.5.11.28 X-loop: blinux-list@redhat.com X-BeenThere: blinux-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: Linux for blind general discussion List-Id: Linux for blind general discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2017 17:44:37 -0000 Thanks, Tim. This is very helpful and news to me. Much appreciated. The rainmaker host behind the weather command went off line earlier this week. I've been using that command for several decades, but it's been down for days, and possibly down forever. I don't know. Fortunately, braille.wunderground.com is still up. It's not command line, though I imagine one could write a script quite readily. Janina Tim Chase writes: > You can try > > curl wttr.in > > which should attempt to find you by IP address and dump the weather > to the terminal. It does some fancy-ANSI stuff to colorize it & > draw boxes, and it wrapped a little on my 80-column display. > > You can also customize it: > > Airport codes: curl wttr.in/dfw > Cities: curl wttr.in/London > Postal codes: curl wttr.in/90210 > Help: curl wttr.in/:help > > Hope this gets you what you need. > > -tim > [sorry if this was a dupe; I had mail-server issues] > > On February 1, 2017, Larry Hart wrote: > > Well, for many years I have been running a "wx" script which goes > > through Wunderground telnet site. Well, I think that site is off > > the air. This script is from 2009, but earlier versions I think go > > much ferther back. Can some1 please suggest an alternative > > commandline script for receiving current conditions and forecasts? > > Thanks so much in advance Hart > > > > _______________________________________________ > > Blinux-list mailing list > > Blinux-list@redhat.com > > https://www.redhat.com/mailman/listinfo/blinux-list > > _______________________________________________ > Blinux-list mailing list > Blinux-list@redhat.com > https://www.redhat.com/mailman/listinfo/blinux-list -- Janina Sajka, Phone: +1.443.300.2200 sip:janina@asterisk.rednote.net Email: janina@rednote.net Linux Foundation Fellow Executive Chair, Accessibility Workgroup: http://a11y.org The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI) Chair, Accessible Platform Architectures http://www.w3.org/wai/apa