Start your day with weather from wttr.in and a daily almanac
- Alfred with Powerpack license
- Python3 (howto install here)
- Download the most recent release of
alfred-almanac
from Github and double-click to install - Optional: Click
Configure Workflow
inalfred-almanac
preferences to change settings - Optional: Setup a hotkey to launch alfred-almanac
-
Launch
alfred-almanac
to retrieve weather and other almanac information from default locations ... -
... or enter a location/ZIP code directly
-
The default weather string from
wttr.in
will output:%C
weather condition text%c
weather condition- 🌡️
%t
actual temperature %f
'feels like' temperature%h
humidity- 🌬️
%w
wind %m
moon phase
-
The almanac section will output:
- local date and time
- current week of the year
- current quarter
- days from and to the end of the year
- days from and to the special day
-
Enter (↩️) will copy to the clipboard and past to the frontmost application
-
Shift-enter (⇧↩️) will open the corresponding page on
wttr.in
-
CTRL-enter (⌃↩️) will show the almanac string in large font
-
Option (⌥) will show the local date/time and timezone
- 11-30-2022: version 1.5 removed OneUpdater (for Alfred Gallery)
- 11-01-2022: version 1.4 added timezones
- 09-29-2022: version 1.3 added OneUpdater, quicklookurl preview, keyword configurable (thanks @vitorgalvao!)
- 08-07-2022: version 1.2 merging @vitorgalvao's changes to update Workflow Environment Variables to User Configuration
- 03-30-2022: version 1.1 (switched to
requests
package for web request handling) - 03-22-2022: version 1.0