Jump to content

kejadlen

Member
  • Posts

    32
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by kejadlen

  1. Just FYI, since forecast.io is becoming darksky.net, I've changed forecast.alfredworkflow accordingly to dark-sky.alfredworkflow: https://github.com/kejadlen/dark-sky.alfredworkflow https://github.com/kejadlen/dark-sky.alfredworkflow/releases/tag/v2.0.0 The only change needed (assuming I didn't screw up the transition) is moving from FORECAST_API_KEY to DARK_SKY_API_KEY after updating the workflow.
  2. It's a side effect of switching to Alfred 3 for this particular workflow. Other workflows might handle it better, but it would've been a lot of pretty complicated work for a problem that's pretty easy to manually fix. Released 1.0.8 which goes to the right day: https://github.com/kejadlen/forecast.alfredworkflow/releases/tag/v1.0.8
  3. D'oh! Getting my process working with the new environment variables has been somewhat hairy. Released 1.0.7 which should now properly include the vendored dependencies: https://github.com/kejadlen/forecast.alfredworkflow/releases/tag/v1.0.7
  4. Thanks, LiamW! Revoked those keys and fixed the issues you pointed out in 1.0.6: https://github.com/kejadlen/forecast.alfredworkflow/releases/tag/v1.0.6
  5. If you're like me and keep your workflows in public git repos, I wrote a helper for keeping workflow environment variables set to "Don't Export" out of your git repository: https://github.com/kejadlen/filter_alfredworkflow This uses git's built-in clean/smudge feature to rewrite the info.plist file before it enters the staging area. Instructions are in the repo README.
  6. FYI, I released 1.0.5, which adds support for Alfred 3 by using the built-in environment variable support for API keys: https://github.com/kejadlen/forecast.alfredworkflow/releases/tag/v1.0.5
  7. @LiamW The wrong ordering is a bug in the workflow - I'll fix that in the next release. If you select one of the options, Alfred will remember that and move it higher up in the list.
  8. Definitely planning on it, but no timeframe since I don't know when I'll be able to get around to it. Anything in particular you're thinking of as far an update for Alfred 3? The only improvement on my radar at the moment is switching from my hand-rolled configuration to using the built-in one.
  9. Well, that was pretty silly of me. I'll put the version somewhere in the next release. The latest versions of this workflow should have "config-forecast" instead of "forecast-config". If you're still seeing the latter, can you try deleting the workflow and installing the latest one?
  10. I released 1.0.3 to address some bugs around initial config that should hopefully address some of these issues: https://github.com/kejadlen/forecast.alfredworkflow/releases
  11. @Amator: Do you know what version of the workflow you're using?
  12. The only thing you can do for now is to open the debug pane in the workflow in Alfred and see what that says - I'm working on adding better errors to the workflow, but am pretty busy at the moment.
  13. I'm not sure why your keyword is "forecast-config" then... it should be "config-forecast", and the icon should look different.
  14. Looks like you're using a pretty old version of the workflow - try updating to the latest? https://github.com/kejadlen/forecast.alfredworkflow/releases/download/v1.0.2/forecast.alfredworkflow
  15. Hey all, I whipped up a quick workflow for searching Giphy: https://github.com/kejadlen/giphy.alfredworkflow/releases/download/v1.0.1/giphy.alfredworkflow On selecting a search result, the gif is downloaded and previewed using Quick Look while a direct link to the gif is copied to the clipboard.
  16. What config settings are you using? You need at minimum the Forecast API key. Then you need a way to get your location - either the Google API key for geolocation or setting a default location/lat/long.
  17. Can you check and see if there are any other error messages? (Note to self: add error messages to the workflow for the next version.)
  18. Ah, found the issue - my apologies, this release should hopefully fix it: https://github.com/kejadlen/forecast.alfredworkflow/releases/download/v1.0.2/forecast.alfredworkflow
  19. Does the workflow look like this in Alfred?
  20. Are you using version 1.0.1? https://github.com/kejadlen/forecast.alfredworkflow/releases/download/v1.0.1/forecast.alfredworkflow
  21. My apologies, I broke that functionality in 1.0.0. Just released 1.0.1 which should have "config-forecast" back as a keyword!
  22. @deanishe Yup, that's right - the first argument is only used for displaying the name. I uploaded a new release that supports config options DEFAULT_LAT_LONG and DEFAULT_LOCATION: https://github.com/kejadlen/forecast.alfredworkflow/releases/tag/0.0.8
  23. Ironically enough, that functionality was taken out when I added IP geolocation. I'm planning on re-adding it, but in the meantime, you should be able to download 0.0.6 and use that instead with setting DEFAULT_LAT_LONG (ex: 13.23,-12.45) and DEFAULT_LOCATION (just used for the name of the location). Pretty much nothing else has changed between 0.0.7 and 0.0.6, so you won't be missing anything else (aside from a minor bugfix for opening the website in the browser).
  24. Can you describe what you're doing and what happens? On entering "forecast" into Alfred, it should use your IP to do geolocation (using ipinfo.io) and automatically pull the weather for that location. The Google API is only used if you enter "forecast" with a location, like "forecast NYC".
  25. Did you set the API key in the workflow by using "forecast-config"?
×
×
  • Create New...