Daily ~/.emacs update: https://gist.github.com/rayslava/aa13a24deb66e9f05c7c2b0b1af3629c
#Emacs package that adds current weather from OpenWeather project into :WEATHER: property of the #orgmode entry.
I use it for my org-journal entries, but I think this might be useful for someone else.
My usage:
(require 'org-weather)
(define-key org-mode-map (kbd "C-c C-x w") #'org-weather-update-property)