Zren / plasma-applet-simpleweather

https://store.kde.org/p/1287571/
4 stars 5 forks source link

Doesn't look like sample. #17

Open bjwest opened 3 years ago

bjwest commented 3 years ago

When placed on my desktop I get a big sun with the high/low to the left and current condition below the sun. I'm assuming this is because it's sunny today and that would change with current conditions, but I want it to look like the sample image on the store with the current temperature displayed in the center in larger font.

Zren commented 3 years ago

See issue #4. The wetter.com datasource does not provide the current temperature. It only has the current forecast (icon) and today's low/high temp.

bjwest commented 3 years ago

Then please fix the NOAA datasource or add another U.S. service. NOAA returns "No weather stations found for..." how ever I enter my location. It will only allow me to select regional locations.

edit: Found my location using the local airport name. Temperature is displayed, but high/low are zero and the current conditions aren't displayed.

Zren commented 3 years ago

I reuse the data provided by the default weather widget.

bjwest commented 3 years ago

What does that mean, "I reuse the data provided by the default weather widget." If I set the source to wetter.com, I get no temperature but do get high/low to the left of icon and current weather below. If I set source to NOAA, I get temperature but no high/low or current weather. What does this have to do with default weather widget? I'm using YOUR widget. Regardless, setting the source for data shouldn't just ignore data.

bjwest commented 3 years ago

Not sure what's going on, but the high/low and current weather are now being displayed. Definitely some strange behavior, but it seems to be working now. I did just complete a rather large update to Neon, so something may have changed to the default weather widget.

trmdi commented 3 years ago

@Zren Could you write a new data source to get data from openweathermap? That provider has more data than others. Their api is pretty stable, the Weather widget has been using it for a long time without any issue.