AlexStepanischev / WeatherDock

Weather Dock is a MacOS headless application that shows popover view under the menu bar with weather info.
MIT License
30 stars 1 forks source link

Missing information #3

Closed thoroc closed 1 year ago

thoroc commented 1 year ago

Since a picture is worth a 1000 words:

Screenshot 2022-11-24 at 21 31 56

As you can see half the information doesn't seems to be displayed. I have allowed the app to use the current location in the mac settings.

MBP 13" 2020, MacOS 12.6.1

Solentism commented 1 year ago

I've had this problem too just to further add receipts to their claims. Started around a week ago for me. I've done the same as the author has, allowing location use, still nothing. It's been really on and off, sometimes it works, sometimes it doesn't.

macOS 12.4.0

AlexStepanischev commented 1 year ago

Hi, yes, it happens because OpenWeather API data exceeded free daily limits. I do not want to pay for it, since I'm migrating app to use Apple's WeatherKit which is available only starting from MacOs 13. So, the only workaround is to update to MacOs13 and switch data source in settings to Apple Weather.

Solentism commented 1 year ago

Hi, yes, it happens because OpenWeather API data exceeded free daily limits. I do not want to pay for it, since I'm migrating app to use Apple's WeatherKit which is available only starting from MacOs 13. So, the only workaround is to update to MacOs13 and switch data source in settings to Apple Weather.

Short of upgrading to macOS 13, would it be a better idea to compile it ourselves and use our own API key? That way the limit won't be exceeded.

AlexStepanischev commented 1 year ago

@uhio You could checkout repo, add your API key and run it, no problem there. However, latest release version of app in Mac App Store currently works fine, no issues there.

markdrobinson commented 1 year ago

How do you change the data source in settings? I don't see an option for that.

AlexStepanischev commented 1 year ago

@markdrobinson In latest app version there is no such option