##Description Simple Dashing widget (and associated job) to display RSS feeds. Based on Iaian Mitchell's News widget.
##Dependencies nokogiri
| import logging | |
| from bs4 import BeautifulSoup | |
| import requests | |
| import yaml | |
| import json | |
| import os.path | |
| import datetime | |
| import re | |
| import sys |
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