MeteoControl 2.2.0
dotnet add package MeteoControl --version 2.2.0
NuGet\Install-Package MeteoControl -Version 2.2.0
<PackageReference Include="MeteoControl" Version="2.2.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add MeteoControl --version 2.2.0
#r "nuget: MeteoControl, 2.2.0"
// Install MeteoControl as a Cake Addin #addin nuget:?package=MeteoControl&version=2.2.0 // Install MeteoControl as a Cake Tool #tool nuget:?package=MeteoControl&version=2.2.0
How to Run Go to https://openweathermap.org Sign Up free acount... Then, you have a key to run this control...
Customize You can customize everything. Meteo Control Hourly weather forecast for 5 days to come. .Net, C#, Visual Basic
Add Control to your projet. Download Nuget
Find 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 Customize Meteo. Meteo.APIKey = "xxxxxxxxxxxxx" 'Type you API Key Meteo.Enabled = True 'When is 'True' you run the control. Meteo.TimeInterval = 120 'Interval of the weather check
Meteo.View = MeteoControl.Meteo.TypeView.OneDay 'Type of View : Icon and Information, just icon or several days (8 Max weather forecast). 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 Gif Animed...
Translation Meteo.LangageMeteoData = "en" 'Return language for weather information. Use the country code. Meteo.Humidity = "Humidity" 'Translation for 'Humidity' Look in the control properties for other translations
Multiple View : Only display an icon View One Day Informations Meteo.EnableDate = True ' Actived 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 Seconde View Several Days Meteo.DetailSeveralDays = True 'Show T° and Wind Meteo.NbDaysView = MeteoControl.Meteo.MultiViews.Day5 'Choose the number of days to display (5 Max)
Displays the weather forecast per 3 hours over 5 days future. Meteo.DeltaLeft = 0 'shifts the window in pixels Meteo.DeltaTop = 0 'shifts the window in pixels Meteo.EnableViewWindowDetail = True 'True : you run can by clicking go to the detail of day. Meteo.PosDetail = MeteoControl.Meteo.TypePosDetail.Center
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 is compatible. net48 is compatible. net481 is compatible. |
-
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.0 | 46 | 11/22/2024 |
2.1.5 | 582 | 3/3/2022 |
2.1.2 | 383 | 4/29/2021 |
2.1.1 | 295 | 4/29/2021 |
2.1.0 | 320 | 4/9/2021 |
2.0.5 | 542 | 5/25/2020 |
2.0.4 | 561 | 5/23/2020 |
2.0.3 | 463 | 5/22/2020 |
2.0.2 | 452 | 5/12/2020 |
2.0.1 | 439 | 5/12/2020 |
1.28.1 | 482 | 4/8/2020 |
1.27.0 | 494 | 4/6/2020 |
1.26.0 | 518 | 1/10/2020 |
1.25.1 | 507 | 10/11/2019 |
1.25.0 | 488 | 10/11/2019 |
1.24.1 | 528 | 8/12/2019 |
1.24.0 | 562 | 8/12/2019 |
1.23.0 | 574 | 5/22/2019 |
1.22.0 | 587 | 5/20/2019 |
1.21.1 | 566 | 5/14/2019 |
1.10.1 | 599 | 5/9/2019 |
1.10.0 | 557 | 5/8/2019 |
1.0.3 | 562 | 5/8/2019 |
1.0.2 | 564 | 5/7/2019 |
1.0.1 | 585 | 5/6/2019 |
1.0.0 | 554 | 5/6/2019 |
Optimization.
New API
Localization Auto : Bug Correction.
Add Border Round Info Detail.