LiveTiles Intranet Hub

LiveTiles Intranet Hub

  • Hub
  • Workspaces
  • Metadata
  • Governance
  • What's New

›Widgets

Getting Started

  • Overview
  • Architecture
  • Installation

    • Microsoft 365
    • SharePoint 2019
  • Upgrade
  • Configuration

Guides

  • Hub
  • Multiple JSON Configuration Files
  • Cognitive Page Translation
  • Theming
  • Custom Styling
  • Navigation
  • Matrix
  • Search
  • People Search
  • Page
  • Layout
  • Footer
  • Multi Language
  • Data Aggregation
  • Keyboard Shortcuts
  • SharePoint Integration
  • Custom Code
  • Notifications
  • List Items Grouping
  • Multi Content Type Item Template
  • Everywhere Panel
  • Everywhere Panel SP2019
  • Everywhere Panel Manager
  • Everywhere Panel Audience Target
  • MegaMenu Manager
  • JSON GUI Editor
  • Coveo Hosted Search Page
  • Mobile Configuration

LiveTiles Viva Cards

  • LiveTiles Office Locations
  • LiveTiles Reach Events Viva Card
  • LiveTiles Reach News Viva Card
  • LiveTiles People Search Viva Card
  • LiveTiles Weather Viva Card

Widgets

  • Content Items Widget
  • Tabs Widget
  • Hero Widget
  • Markup Widget
  • Schedule Widget
  • Slider Widget
  • Timezone Widget
  • Weather Widget
  • User Widget Zones

Web Parts

  • Alerts Web Part
  • Reach News Web Part
  • Reach Posts Web Part
  • Reach Events Web Part
  • Reach Pages Web Part
  • Celebrations Webpart
  • FAQ Web Part
  • Lists Web Part
  • People Web Part
  • Tour Guide Web Part

Data Connectors

  • SharePoint Search
  • SharePoint List
  • Microsoft Graph
  • Microsoft Outlook
  • Web APIs
  • Microsoft Search
  • Coveo Search Data Provider

Navigation Builder

  • Getting Started
  • MegaMenu
  • Matrix

Weather Widget

Overview

The weather widget displays weather data for a configured location.

The data source is currently limited to weather data from OpenWeatherMap.

The usage of the OpenWeatherMap API requires an API key.

Note: The DarkSky API is shutting down as of early 2023 and is therefore no longer supported. If your Weather widget is still configured to use the DarkSky API, demo content will be displayed within your widget and we recommend switching to OpenWeatherMap.

Usage

For demo usage, we provide an API key.

For production environments, we require the customer to sign up for an own API key.

Configuration

The weather widget is configured with the WeatherWebPartConfig.

A weather widget can be displayed either as an independent WebPart or as a Tab within a Tabs Widget.

Example

The following example shows the minimal configuration with all required properties.

{
  "configTypeKey": "webPart_weather",
  "api": "OpenWeatherMap",
  "apiKey": "<YourAPIKey>",
  "latitude": "47.5546492",
  "longitude": "7.5594407",
  "detailMode": "full"
}

The following optional properties can be added to the configuration to customize the appearance. Unspecified optional properties will use their individual default values automatically.

...

  "units": "us",
  "locationName": "Your Location",
  "backgroundColor": "#FFFFFF",
  "color": "#000000"
}
← Timezone WidgetUser Widget Zones →
  • Overview
    • Usage
  • Configuration
    • Example
Docs
HubWorkspacesMetadataGovernance
References & Samples
Hub ReferenceHub ConfigsWorkspaces ReferenceWorkspaces ConfigsMetadata Configs
More
What's NewLiveTiles Products
LiveTiles
Copyright © 2025 LiveTiles