;;; API Key (APPID)をセットする (setq sunshine-appid "11111111111111111111111111111111") ;;; 摂氏温度で表示 (setq sunshine-units 'metric) ;;; 場所 (setq sunshine-location "Tokyo,Japan") ;;; 日付を英語表記 (setq system-time-locale "C")