Weatherscan v1 2.0 is a simulated recreation of "Weatherscan" by The Weather Channel in HTML/CSS/JS, by mist weather media
Online demo: v1.weatherscan.net
© Mist Weather Media 2025.
##NOTE To adjust location settings, edit main/configs/yourConfig.json
Special thanks to these talented minds who made this project possible!
Joe Molinelli (TheGoldDiamond9) - Lead Developer
COLSTER - Developer
JensonWX - Developer
Miceoroni - Map Developer
zachNet - README
and the rest of the Mist Creative Team for their support!
Need support beyond the scope of this README? Have any questions? Feel free to join our Discord for support!
- Install node.js LTS.
- Acquire weather.com and mapbox.com API keys. These are required for weather data and radar frames respectively. (Please note that you will have to install the Mapbox API key in two places.)
- Go to
/webroot/jsand openconfig.js. - Line 1 is where your weather.com API key goes. Replace
"YOUR_API_KEY"with your weather.com API key. - Line 2 is where your mapbox.com API key goes. Replace
"YOUR_API_KEY"with your mapbox.com API key. - Save your changes to
config.jsand close out of it. - Now, open
radar.jsin the same folder. - Line 8, or wherever mapboxgl.accessToken is located, is the second place your mapbox.com API key goes. Replace
"map_key"with your mapbox.com API key. - Save your changes to
radar.jsand close out of it. - In terminal / command prompt within the webroot directory, run
npm install --production. This will install all dependencies required to run. - In terminal / command prompt within the webroot directory, run
npm start. This will start a local web server, which is required to run the sim.
Enjoy the nostalgia! You're all set.
Many thanks for using our simulator! We hope you like it.
