Skip to main content
Corvus Connection
All overlays

Weather Forecast

A multi-day forecast strip with a condition icon per day. The icons are self-hosted and arrive already resolved on the payload, so the overlay renders with no outside asset requests.Renders live from weatherForecast.

Add to OBS

http://127.0.0.1:5598/overlays/weather-forecast.html?broadcasterId=YOUR_TWITCH_ID
  1. In OBS, add a Browser source and paste the URL above.
  2. Replace YOUR_TWITCH_ID with your Twitch user id. The exact host and port are shown in the app's Overlays panel.
  3. Set a transparent background and turn off "Shutdown source when not visible".
  4. Not sure it works yet? Add &preview to replay sample events with no live connection.

Options for this overlay

Query parameters specific to Weather Forecast.
ParameterDefaultPurpose
unitsFahrenheitTemperature units: c, celsius, or metric for degrees Celsius, otherwise Fahrenheit.

Common parameters

Every overlay understands these.
ParameterDefaultPurpose
broadcasterId requirednoneYour Twitch user id. The overlay joins this broadcaster's live group and will not connect without it.
previewoffAdd ?preview (or ?demo) to replay sample events with no live connection. Handy for a first look in OBS.
scaleoffA size multiplier over the default root sizing, for example scale=1.5.
logoffConsole verbosity: ?log=silent, error, warn, info, or debug. ?debug is shorthand for ?log=debug.
baseoffOrigin override for advanced cross-origin setups. Defaults to the page origin.

Theme parameters

Re-skin any overlay from the URL, no rebuild needed. Each maps to a CSS custom property. Write %23 for the # in a color, since # ends the query string.
Theme tokens, applied as CSS custom properties.
ParameterDefaultPurpose
bgoffBackground color.
fgoffForeground text color.
accentoffAccent color.
fontoffFont family.
fontSizeoffBase font size.
weightoffFont weight.
radiusoffCorner radius.
bluroffBackdrop blur amount.
padXoffHorizontal padding.
padYoffVertical padding.
letterSpacingoffLetter spacing.
Want something bespoke instead? Build it in the Overlay Studio.