0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Geektoolで天気アイコン表示

Last updated at Posted at 2014-07-27

Geektoolで天気アイコン表示

  • 前提条件

  • curljqが使えること

  • 毎15分でローカルにファイルを落とす様にcron設定

*/15 * * * * curl -o ~/Downloads/weather.png "http://openweathermap.org/img/w/`curl -s http://api.openweathermap.org/data/2.5/weather?q = Tokyo,jp | jq '.weather[].icon' | sed 's/"//g'`.png"
  • Geeklets => Image で定期ダウンロードさせた画像を指定
  • file://localhost/Users/sage0196/Downloads/weather.png
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?