Releases: gcclinux/WeatherWidget
Releases · gcclinux/WeatherWidget
v0.0.6.0
v0.0.5.1
Installation Steps
Initial Windows 11 binary & installer until is uploaded into Microsoft Store
Option 1
- Download MSI Installer
- Start → Search App "Weather Widget"
- System Tray → WeatherWidget → Settings → Data Provider
- Get Free API or Get Pro API
Option 2
- Download standalone binary
- WIN+R button
- Run:
shell:startup - Copy weatherwidget.exe to start-up folder
- Start Free Create account + API
- Open Settings and configure new City + Add API key
Ubuntu 26
Initial Ubuntu guide until is uploaded into Snapstore
- Download weatherwidget-ubuntu-amd64
- Move your binary to /usr/local/bin, which is the standard location for manually installed binaries.
sudo mv ~/Downloads/weatherwidget-ubuntu-amd64 /usr/local/bin/
sudo chmod +x /usr/local/bin/weatherwidget-ubuntu-amd64- Create a systemd Service file
Create a new service configuration file:
sudo nano /etc/systemd/system/weatherwidget.service- Paste the following content into the file (adjusting the User if necessary):
[Unit]
Description=Weather Widget Background Service
After=network.target
[Service]
Type=simple
User=your_username
ExecStart=/usr/local/bin/weatherwidget-ubuntu-amd64
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
- Enable and Start the service
Run these commands to tell Ubuntu to load the new service and start it at boot:
# Reload systemd to recognize the new file
sudo systemctl daemon-reload
# Enable it to start at boot
sudo systemctl enable weatherwidget
# Start it now without rebooting
sudo systemctl start weatherwidgetv0.0.5
Initial Windows 11 binary
Installation Steps
Option 1
- Download MSI Installer
- Start → Search App "Weather Widget"
- System Tray → WeatherWidget → Settings → Data Provider
- Get Free API or Get Pro API
Option 2
- Download standalone binary
- WIN+R button
- Run:
shell:startup - Copy weatherwidget.exe to start-up folder
- Start Free Create account + API
- Open Settings and configure new City + Add API key
v0.0.3
Initial Windows 11 binary
Installation Steps
- Download binary
- WIN+R button
- Run:
shell:startup - Copy weatherwidget.exe to start-up folder
- Create account + API
- Open Settings and configure new City + Add API key
v0.0.2
Initial Windows 11 binary
Installation Steps
- Download binary
- WIN+R button
- Run:
shell:startup - Copy weatherwidget.exe to start-up folder
- Create account + API
- Open Settings and configure new City + Add API key
v0.0.1
Initial Windows 11 binary
Installation Steps
- Download binary
- WIN+R button
- Run:
shell:startup - Copy weatherwidget.exe to start-up folder
- Create account + API
- Open Settings and configure new City + Add API key