Free weather widget
Add “Should I go out?” to your site.
Embed a small forecast card on a blog, local guide, event page, school page, or community site. It shows the local go-out verdict, temperature, rain, wind, and a short forecast.
Copy paste
Basic widget
Change the location query to any city or place. The script injects a responsive iframe.
<script src="https://shouldigoout.com/embed.js?location=Stockholm&theme=light"></script>
Compact + dark
Small dark widget
Useful for sidebars, footer cards, event pages, or dark-themed sites.
<script src="https://shouldigoout.com/embed.js?location=London&theme=dark&compact=1"></script>
locationAny city/place query, e.g. Stockholm, London, or New York.
themelight or dark.
compactUse compact=1 for a shorter card.
heightOptional script attribute: data-height="360".
Direct iframe
Prefer iframe embeds?
You can embed the widget page directly if your platform does not allow scripts.
<iframe src="https://shouldigoout.com/widget?location=Stockholm" title="Should I Go Out? weather widget" style="width:100%;max-width:420px;height:420px;border:0;border-radius:20px"></iframe>
Open the direct widget page