diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2016-10-19 11:47:42 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2016-10-19 11:47:42 +0200 |
commit | 9479cab248d9362e3d5c33ac145cc16dc8038321 (patch) | |
tree | 4d542e4c9803788bff5385b62826790cd0212f5b /OWM-CM-provider.rst | |
parent | 4191ffe4dd1c2d175b854b3f99e069b166ff4712 (diff) | |
download | blog-source-9479cab248d9362e3d5c33ac145cc16dc8038321.tar.gz |
More updates
Diffstat (limited to 'OWM-CM-provider.rst')
-rw-r--r-- | OWM-CM-provider.rst | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/OWM-CM-provider.rst b/OWM-CM-provider.rst new file mode 100644 index 0000000..fd77946 --- /dev/null +++ b/OWM-CM-provider.rst @@ -0,0 +1,43 @@ +OpenWeatherMapProvider for CyanogenMod 13 +========================================= + +:date: 2016-09-17T22:22:55 +:category: computer +:tags: android + +I don’t understand. `CyanogenMod 13`_ introduced new Weather +widget and lock screen support. Great! Unfortunately, the widget +requires specific providers for weather services and CM does not +provide any in the default installation. There exists `Weather +Underground`_ provider, which works, but only other provider +I found (`Yahoo! Weather provider`_) does not work with my CM +without Google Play!. + +I would a way prefer OpenWeatherMap_ provider, but although +CyanogenMod has the GitHub repository for one_ , but no APK +anywhere (and certainly not one for F-Droid). Fortunately, I have +found a blogpost_ which describes how simple it is build the APK +from the given code. Unfortunately, author did not provide APK on +his site. I am not sure, whether there is not some hook, but here +is mine_. + +.. _`CyanogenMod 13`: + http://www.cyanogenmod.org/blog/plug-play-weather + +.. _`Weather Underground`: + https://play.google.com/store/apps/details?id=com.agonite.chronus.wunderground + +.. _`Yahoo! Weather provider`: + https://play.google.com/store/apps/details?id=org.cyanogenmod.yahooweatherprovider + +.. _OpenWeatherMap: + http://openweathermap.org/ + +.. _one: + https://github.com/CyanogenMod/android_packages_apps_OpenWeatherMapProvider + +.. _blogpost: + http://blogs.nologin.es/rickyepoderi/index.php?/archives/136-OpenWeatherMapProvider-for-cyanogenmod-13.html + +.. _mine: + https://matej.ceplovi.cz/progs/OpenWeatherMapCMWeatherProvider.apk |