Embed Weather Forecast in SharePoint

Embed Weather Forecast in SharePoint



Step 1: Create a Page, Edit it and add Script Editor Web Part to it.

Step 2: Paste the below Code.

<iframe id="forecast_embed" frameborder="0" height="245" width="800" src="//forecast.io/embed/#lat=28.704059&lon=77.102490&name=New Delhi&color=#00aaff&font=Georgia&units=ca"></iframe>

Note : lat(Latitude) and lon(Longitude) are different for each location. Please specify latitude and longitude of your desired location.  

Click Here if it does not work with SharePoint Online

Comments

Popular posts from this blog

How to Customize exported excel's cell background color in Datatables

Populate dropdown using jquery ajax in SharePoint

Clear DataTable on button click