https://www.ibm.com/docs/en/SSRQLT_suite/topics/WeatherCompanyData-API-Common-Usage-Guide.html - IBM Public API docs. Look for weather imagery. My API key should work for it
A web application that displays weather information in the same visual presentation as the cable headend unit Intellistar.
credits to the OG: https://qconrad.github.io/intellistar-emulator/
This is a local forecast segment that airs on The Weather Channel called the "Local on the 8s". The name is because it airs at timeslots that end in "8" (9:28, 2:48, etc.). The forecast is approximately a minute long and provides information on current and forecasted weather conditions. This type of forecast started in 1982 using WeatherStar units. It was later upgraded to Intellistar in 2003 and received various graphic changes over the years. This emulator uses the style that started in 2013.
- Visit: https://qconrad.github.io/intellistar-emulator/.
- Enter zip code
- Click start
- Press F11 for fullscreen
- Extract all contents into folder
- Run index.html in Google Chrome
- Enter zip code
- Click start
- Press F11 for fullscreen
docker run -p 8080:80 ghcr.io/qconrad/intellistar-emulator
- Visit: http://localhost:8080
- Enter zip code
- Click start
- Press F11 for fullscreen
Most of core animation and logic has been replicated including severe weather alerts, forecast descriptions, crawl text, and the Doppler radar map.
Some of these features are temporarily not working due to the discontinuation of WU's API
To enable or disable looping, click on the TWC logo in the info-bar in the top-left corner of the emulator.
To get looping working properly, you may (as of Chrome M66) have to go to chrome://flags#autoplay-policy (Autoplay Policy) and change it to User gesture is required for cross-origin iframes
or No user gesture is required