Wingetlywingetly
← All apps

Tray Weather

by Felix de las Pozas Alvarezv1.37.2

Last updated

Tray Weather is a simple application to retrieve and show weather information for a given geographic location in a small dialog and in the Windows OS system tray.

Install with winget

$ winget install --id FelixdelasPozas.TrayWeather --exact --version 1.37.2

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Tray Weather

Tray Weather uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
TrayWeather_v1.37.2_Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for Tray Weather

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Tray Weather is a simple application to retrieve and show weather information for a given geographic

location in a small dialog and in the Windows OS system tray. When executed the application sits in

the system tray, showing the current weather icon and/or temperature. The tray menu provides access

to the weather conditions and configuration dialogs. If there is a network error and the information

cannot be retrieved the tray icon will inform of the error and show the error icon.

The computer location can be automatically obtained by using the services of http://ip-api.com/ or

entered manually by specifying latitude and longitude coordinates. The weather information are

obtained from a weather data provider.

Installers · v1.37.2

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Tray Weather.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • 优效日历东莞市优效网络科技有限公司
    YouXiao.YXCalendarv2.6.9.16

    Help you manage your time easily

  • W
    weathrVeirt
    Veirt.weathrv1.4.0

    a terminal weather app with ascii animation

  • SideglassMoises Valero
    MoisesValero.Sideglassv0.2.35

    A customizable dashboard for a secondary Windows monitor.

  • OpenCPNopencpn.org
    OpenCPN.OpenCPNv5.14.0

    A concise ChartPlotter/Navigator. A cross-platform ship-borne GUI application supporting * GPS/GPDS Postition Input * BSB Raster Chart Display * S57 Vector ENChart Display * AIS Input Decoding * Waypoint Autopilot Navigation

  • Supercell WxDan Paulat (dpaulat)
    dpaulat.supercell-wxv0.6.1

    Free and open source advanced weather radar viewer.

  • WeatherWiseWeatherWise
    WeatherWise.WeatherWisev1.4.1

    Always be prepared for extreme weather by tracking realtime and high-resolution weather radar. Get the information you need to keep you, your loved ones and property ready for whatever Mother Nature brings.

More from Felix de las Pozas Alvarez or browse weather.

Frequently asked questions

How do I install Tray Weather on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id FelixdelasPozas.TrayWeather --exact --version 1.37.2. winget downloads the installer from Felix de las Pozas Alvarez and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Tray Weather silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id FelixdelasPozas.TrayWeather --exact 1.37.2 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Tray Weather?
Tray Weather uses EXE (Inno Setup). Run the downloaded installer with: TrayWeather_v1.37.2_Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall Tray Weather via winget?
Run: winget uninstall --id FelixdelasPozas.TrayWeather --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Tray Weather's Apps & Features entry.
Is Tray Weather free?
Tray Weather is distributed under GPL-3.0. Refer to the publisher (https://github.com/FelixdelasPozas/TrayWeather) for the full license terms - Wingetly itself does not charge for installation.
Does Tray Weather work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Tray Weather directly from the publisher.
How do I keep Tray Weather up to date?
Run winget upgrade --id FelixdelasPozas.TrayWeather --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Tray Weather from microsoft/winget-pkgs.