v2.2.0 — Open Source

Meteo Control

A powerful .NET NuGet control for hourly weather forecasts over 5 days, powered by OpenWeatherMap.

.NET C# Visual Basic NuGet
Download Demo Sample

Documentation

MeteoControl

How to Run

Go to openweathermap.org

Sign up for a free account. Then you will have an API key to run this control.

Download NuGet: NuGet Meteo

Add the control to your project and you're ready to go.

Customize

You can customize everything.

City

Find a city to get weather forecast.

Meteo.CityAutoLocation = True ' Use Computer Localisation to find Lat & Lon ' Or Meteo.CityLat = "12.1222" ' Search Latitude of Town Meteo.CityLon = "1.12224" ' Search Longitude of Town
Meteo Settings

Customize Meteo.

Meteo.APIKey = "xxxxxxxxxxxxx" ' Type your API Key Meteo.Enabled = True ' When True, run the control Meteo.TimeInterval = 120 ' Interval of the weather check Meteo.View = MeteoControl.Meteo.TypeView.OneDay ' Type of View Meteo.ShowPic = MeteoControl.Meteo.TypeImage.Center ' Show Icon Weather Center or Zoom Meteo.Units = MeteoControl.Meteo.TypeUnits.Metric ' Imperial/Metric
Picture

There are images in the control, but you can change all the pictures of weather. This control works with animated GIFs.

Translation
Meteo.LangageMeteoData = "en" ' Return language for weather info. Use country code. Meteo.Humidity = "Humidity" ' Translation for 'Humidity' ' ...

Look in the control properties for other translations.

Views

One Day Information
Meteo.EnableDate = True ' Activated if True Meteo.EnableHumidity = True Meteo.EnablePressure = True Meteo.EnableTemperature = True Meteo.EnableTemperatureMinMax = True Meteo.EnableWindSpeed = True Meteo.EnableWindCompass = True Meteo.ViewDelay = 3 ' Delay in seconds
Several Days
Meteo.DetailSeveralDays = True ' Show T° and Wind Meteo.NbDaysView = MeteoControl.Meteo.MultiViews.Day5 ' Number of days (5 Max)
Detail Window

Displays the weather forecast per 3 hours over 5 days.

Meteo.DeltaLeft = 0 ' Shifts the window in pixels Meteo.DeltaTop = 0 ' Shifts the window in pixels Meteo.EnableViewWindowDetail = True ' Click to show day detail Meteo.PosDetail = MeteoControl.Meteo.TypePosDetail.Center

Screenshots

View One Icon

Icon Only

View One Day Informations

One Day Info

View Several Days

Several Days

Detail Window

Detail Window

MIT License

Copyright (c) 2020 JYL Software

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.