v7 - May 4 2020 8 months ago
* Add ability to change Temp units.
* Update WeatherLib.
* Fix scrollbar overlap in settings.
* Updated Spanish translation by @iyanmv (Pull Request #14)
* Updated Dutch translation by @Vistaus (Pull Request #13 + #16)
v6 - July 24 2019 1 year ago
* Configurable Min/Max Temp & Conditions Font Size (Issue #8)
* Use Software Rendering with text larger than 300px (Issue #9)
* Add the ability to change the text color or show a text outline (Issue #11)
v5 - May 25 2019 1 year ago
* Center align the current temp/icon when thinner than the forecast text
* Round current temp to an integer (only envcan needed it).
* Show the weather source's credits text and link.
* Brazillian Portegeus translations by @herzenschein (Pull Request #7)
v4 - February 27 2019 1 year ago
* Show weather warnings (envcan only).
* Remove whitespace between min/max temp and current temp.
* Don't round weather icon to fixed sizes when medium/small.
* Updated Dutch translation (Pull Request #6)
v3 - February 2 2019 1 year ago
* Fixed compatibility with openSUSE Leap with Plasma 5.12 / KDE Frameworks 5.45 / Kirigami 2.4 (Issue #2) and wetter not displaying an icon (Issue #4).
* Fix widget min size when config button is shown.
* Fix min/max temp labels being 200px wide when empty (Eg: env canada).
v2 - January 30 2019 1 year ago
* Hide the min/max temp label if it's not populated (Eg: Env Canada).
* Show an icon in place of the current temp when it's not populated (Eg: Wetter).
* Added Dutch translation (Pull Request #1)
* Fix selecting the default font after changing to another font.
v1 - January 29 2019 1 year ago
* Implement a simple text weather forecast with min/max/current temps.
abrad
3 days ago
Report
chovan
8 months ago
"Error Could not load: file: file:///home/user/.local/share/plasma/plasmoids/com.github.zren.simpleweather/contents/ui/config/ConfigGeneral.qml:49 Type ConfigUnitCombox unavailable
file:///home/user/.local/share/plasma/plasmoids/com.github.zren.simpleweather/contents/ui/libweather/ConfigUnitComboBox.qml:4 module "QtQuickControls" version 2.5 is not installed
Here is my system info. Thanks.
Operating System: Debian GNU/Linux 10
KDE Plasma Version: 5.14.5
Qt Version: 5.11.3
KDE Frameworks Version: 5.54.0
Kernel Version: 4.19.0-9-amd64
OS Type: 64-bit
Report
Zren
8 months ago
If you edit the ConfigUnitComboBox.qml file and use version 2.0 it should work after closing and reopening the config.
Eg:
import QtQuick 2.0
import QtQuick.Controls 2.0 as QtControls
Report
chovan
8 months ago
Report
saidbakr
1 year ago
Report
suhailmalik07
8 months ago
Report
trmdi
8 months ago
Report
itsjustarumour2
1 year ago
Report
baronbas
1 year ago
file:///home/baronbas/.local/share/plasma/plasmoids/com.github.zren.simpleweather/contents/ui/WeatherData.qml:7:1: module "org.kde.plasma.private.weather" is not installed"
Any clue how to get this package, I can't find it anywhere?
Report
Zren
1 year ago
sudo apt install plasma-widgets-addons
Looks like I don't mention that in the widget's description, I'll add that now.
Report
baronbas
1 year ago
Report
marqs
1 year ago
"Error: Could not load: file:///home/user/.local/share/plasma/plasmoids/com.github.zren.simpleweather/contents/ui/config/ConfigGeneral.qml:119 Cannot assign to non-existent property "onCheckedChanged".
Report
Zren
1 year ago
What version of kirigami do you have? It's part of KDE Frameworks (I'm using 5.61.0 in Manjaro). What Linux distro are you using? Also, what version of Qt do you have?
Report
marqs
1 year ago
I din't have Kirigami neither Qt installed. I installed newest Kirigami (qml-module-org-kde-kirigami: 1.1.0-2) and rebooted computer, but I got the same error message. Haven't tried Qt yet and I'm not sure which package I should install just for Plasmoids
Report
Zren
1 year ago
It looks like Kubuntu 18.04 only has Frameworks 5.44, and the "checked" feature was added in 5.46 which is why it's not breaking earlier and complaining about Kirigami.FormLayout which was adding in Frameworks 5.42.
You can manually delete the outline control in:
~/.local/share/plasma/plasmoids/com.github.zren.simpleweather/contents/ui/config/ConfigGeneral.qml
and opening the config should work.
-----
Normally I would recommend installing the Kubuntu Backports, as it looks like it has the KDE Frameworks 5.47. But since you still get Plasma Desktop 5.12 with the backports there isn't much point I think.
* https://zren.github.io/kde/#kubuntu-backports-ppa
* https://packages.ubuntu.com/bionic/plasma-framework
* plasma-framework 5.47.0-0ubuntu1~ubuntu18.04~ppa1
* https://launchpad.net/%7Ekubuntu-ppa/+archive/ubuntu/backports/+index?batch=75&direction=backwards&memo=750&start=675
* https://repology.org/project/kirigami2/versions
* https://github.com/KDE/kirigami/commit/6ac4e62002ae2a30aad5b253c6bec53e89061e72
I'm using the newer "plasma config" API, so I guess it's breaking. I could upload an older version of the widget without the "outline color" feature, or... just not using that api feature... lame.
Report
marqs
1 year ago
Report
migzulk
1 year ago
Report
janet
1 year ago
Report
Zren
1 year ago
The solution is to use another data source if one is available.
Report
janet
1 year ago
Report
Zren
1 year ago
Report
dequire
1 year ago
Report
IkiruOG
1 year ago
Report
baltolkien
1 year ago
Report
Zren
1 year ago
https://github.com/KDE/plasma-workspace/blob/master/dataengines/weather/ions/wetter.com/ion_wettercom.cpp
Report