Dashing widget to display weather from forecast.io. This widget was forked from https://gist.github.com/mjamieson/5274790 to add Skycons and the forecast for later in the day.
##Usage
Dashing widget to display weather from forecast.io. This widget was forked from https://gist.github.com/mjamieson/5274790 to add Skycons and the forecast for later in the day.
##Usage
import logging | |
from bs4 import BeautifulSoup | |
import requests | |
import yaml | |
import json | |
import os.path | |
import datetime | |
import re | |
import sys |