Forum Discussion
amabrenda
Jun 16, 2026Copper Contributor
live weather forecast on sharepoint site
I would like to display a live weather forecast on sharepoint site that shows the current and next 5 days weather forecast. I have tried weatherwidget.io but the code doesn't seem to be working o...
virendrak
Jun 18, 2026Steel Contributor
Weatherwidget .io doesn’t work in SharePoint because it uses JavaScript, which SharePoint blocks.
Instead, you can:
- Use the Embed web part with an iframe-based weather widget (no scripts) to display forecast data
- For current weather only, you can use the out-of-the-box (OOTB) weather web part
- Check the SharePoint App Store for third-party weather apps (some may be paid)
- If none meet your needs, you will need to build a custom SPFx web part or PowerBI -Pull weather data into Power BI (API)
If my post solved your issue or answered your query, please mark it as a Solution and give it a Like.