OBS Studio Live Weather Plugin

Free OBS Studio Live Weather Plugin 2023-09-11

1762795453445.png


Hey everyone
After months of work, testing, and feedback, I’m happy to share something I’ve been building:
OBS Weather Plugin a lightweight, cross-platform plugin that lets you display real-time weather data inside your streams or overlays using custom HTML/CSS/JS themes.

What It Does​

  • Fetches live weather from OpenWeather
  • Sends the data to your own customizable templates (HTML/CSS/JS)
  • Renders the overlay directly via Browser Source in OBS Studio
  • Works on Windows, macOS, and Linux
You can show temperature, wind, humidity, forecast, sunrise/sunset even weather icons all styled however you want.

Create Your Own Themes​

Themes are built with simple web files:

Code:
/themes/<your-theme>/
├── index.html
├── style.css
├── script.js
└── manifest.ini

If you can write basic HTML, you can build a theme —
but even if you can’t, you can ask ChatGPT:

“Create a weather overlay layout using these placeholders”

…and it will generate a fully working overlay using variables like {{ city }}, {{ temp_fmt }}, {{ wind_line }}, and {{ cond_desc_cap }}.

You can also download a base theme to start customizing immediately.

Features​

✅ Real-time updates (configurable refresh interval)
✅ Multi-language and unit support
✅ Fully editable themes
✅ No telemetry, no cloud dependencies
✅ Runs locally on port 8085 (or your choice)
✅ Works great for Twitch, YouTube, Kick, and more

Installation​

  1. Download the plugin for your OS from https://obsweather.com/obs-weather-plugin-for-obs-studio
  2. Copy the files into your OBS plugin directory
  3. Launch OBS → Tools → OBS Weather
  4. Enter your OpenWeather API key and pick your location
  5. Choose a theme, save, and add the Browser Source overlay
  6. Done your weather now updates live while streaming!

Links​

Website & downloads → https://obsweather.com/obs-weather-plugin-for-obs-studio
Discord (feedback & testing) → https://discord.gg/2yD6B2PTuQ
Support → https://ko-fi.com/mmltech

Thanks to everyone who helped test the beta!
If you want to try making your own weather overlay or integrate it with your stream layout give this a shot and share what you build!
Author
MMLTech
Downloads
2,419
Views
7,653
First release
Last update
Rating
5.00 star(s) 1 ratings

Latest updates

  1. The plugin is now live

    The plugin is now live

Latest reviews

I think it's bloody awesome!!!
MMLTech
MMLTech
Appreciate the feedback, the widget is going under revamp and will be updated with more features like instant quote submission and more.
Top