• Weather Door

    From Dmxrob@1:103/705 to All on Tue Feb 5 16:58:20 2019
    Just curious to see how many of you know that Weather Underground, now owned by
    IBM, is turning off its Free API as of mid-February. I know the popular Weather door out there for Synch right now relies on it. I've forked the code from github and currently trying to get it setup such that it will use the NOAA
    feed from the government.

    Just a heads up if you do use that door.

    Rob

    þdmxrobþ BBSing from St. Louis, Missouri USA since 1988
    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Mike Powell@1:103/705 to DMXROB on Wed Feb 6 16:52:00 2019
    @MSGID: <5C5A312C.44892.sync_sys@vert.synchro.net>
    Just curious to see how many of you know that Weather Underground, now owned IBM, is turning off its Free API as of mid-February. I know the popular Weather door out there for Synch right now relies on it. I've forked the
    code
    from github and currently trying to get it setup such that it will use the
    NOA
    feed from the government.

    If you get that working I am sure there will be some folks here interested
    in it.

    ---
    þ SLMR 2.1a þ Keep your stick on the ice
    þ Synchronet þ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Ray Quinn@1:214/23 to Dmxrob on Wed Feb 6 18:14:22 2019

    Hello Dmxrob!

    05 Feb 19 16:58, you wrote to all:

    owned by IBM, is turning off its Free API as of mid-February. I know
    the popular Weather door out there for Synch right now relies on it.
    I've forked the code from github and currently trying to get it setup
    such that it will use the NOAA feed from the government.

    Just a heads up if you do use that door.

    I use it on US 99 BBS.

    Ray


    --- GoldED+/W64-MSVC 1.1.5-b20180707
    * Origin: Ray's Road Node - Somewhere in California. (1:214/23)
  • From Mortifis@1:103/705 to Mike Powell on Thu Feb 7 20:01:15 2019
    @MSGID: <5C5A312C.44892.sync_sys@vert.synchro.net>
    Just curious to see how many of you know that Weather Underground, now owned b
    IBM, is turning off its Free API as of mid-February. I know the popular Weather door out there for Synch right now relies on it. I've forked the code
    from github and currently trying to get it setup such that it will use
    the
    NOA
    feed from the government.

    If you get that working I am sure there will be some folks here interested in it.

    openweathermap has a free api and echicken has a js script for it

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Hemo@1:103/705 to Dmxrob on Thu Feb 7 17:31:48 2019
    That's pretty cool, thanks for working on that. I'd be interested in that if you have success.

    --
    Hemo

    ---
    þ Synchronet þ - Running madly into the wind and screaming - bbs.ujoint.org
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Andy Stump@1:116/4148 to Mortifis on Mon Feb 11 20:42:18 2019
    Re: Re: Weather Door
    By: Mortifis to Mike Powell on Thu Feb 07 2019 08:01 pm

    @MSGID: <5C5A312C.44892.sync_sys@vert.synchro.net>
    Just curious to see how many of you know that Weather Underground, now owned b
    IBM, is turning off its Free API as of mid-February. I know the popular Weather door out there for Synch right now relies on it. I've forked the code
    from github and currently trying to get it setup such that it will use the NOA
    feed from the government.

    If you get that working I am sure there will be some folks here interested in it.

    openweathermap has a free api and echicken has a js script for it

    Been looking for it but cant find it, can you post a link?
    --- SBBSecho 3.06-Win32
    * Origin: *Slate Hell BBS\Morristown, TN\1:116/4148 (1:116/4148)
  • From Mortifis@1:103/705 to Andy Stump on Tue Feb 12 22:56:52 2019
    Re: Re: Weather Door
    By: Mortifis to Mike Powell on Thu Feb 07 2019 08:01 pm

    @MSGID: <5C5A312C.44892.sync_sys@vert.synchro.net>
    Just curious to see how many of you know that Weather Underground, now owned b
    IBM, is turning off its Free API as of mid-February. I know the popular Weather door out there for Synch right now relies on it. I've forked the code
    from github and currently trying to get it setup such that it will use the NOA
    feed from the government.

    If you get that working I am sure there will be some folks here interested in it.

    openweathermap has a free api and echicken has a js script for it

    EC's openweathermap.ssjs https://github.com/echicken/synchronet-web-v4/tree/master/web/sidebar/.extras ... the openweathermap.js is in the sbbs/exec/load directory or at http://cvs.s ynchro.net/cgi-bin/viewcvs.cgi/exec/load/openweathermap.js?revision=1.8&view=ma rkup
    ... you'd need a key from openweathermap they are free ... or perhaps someone could share theirs with you :p also, sbbs/exec/load/ircbots has a couple *.ssjs files for use/reference

    to use it in the /sbbs/web ... simply doing a load('openweathermap.ssjs');
    in a location you'd like it displayed works (ie for one of my uses I had an index.xjs and I place it in a <div> <?xjs load('openweathermap.ssjs'); ?> </div> )

    EC helped me out in that regards a lot :-)

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)