A KDE Plasma 6 widget that displays real-time weather data from your personal Ambient Weather station.
- Compact View: Displays current temperature on your panel or desktop.
- Detailed Popup: Hover or click to see:
- Temperature & Feels Like
- Humidity
- Wind Speed & Direction
- Last Update Time
- Real-time Updates: Fetches data every 60 seconds.
- Debug Mode: Built-in debug information to help troubleshoot API connection issues.
- Download
com.ambientweather.widget.plasmoid. - Run the following command:
(If upgrading, use
kpackagetool6 -i com.ambientweather.widget.plasmoid
-uinstead of-i).
- Clone this repository.
- Zip the contents (excluding git files):
zip -r com.ambientweather.widget.plasmoid * - Install using
kpackagetool6.
- Right-click the widget and select Configure Ambient Weather Monitor....
- Enter your API Key and Application Key from your Ambient Weather Account.
- (Optional) Enter your MAC Address if you have multiple devices. If left blank, it defaults to the first device found.
- Click Apply.
The widget includes a debug line in the popup (e.g., Status: 200 | Len: 1543 | Success).
- Status: 401: Unauthorized. Check your API and Application keys.
- Status: 0: Network error. Check your internet connection.
- Key: None: Keys are not saved. Go to configuration and save them again.
This project is licensed under the GPL-2.0 License - see the LICENSE file for details.