{
    "id": "weather-module3l",
    "value": "Landscape - Current day, 4 day forecast",
    "main": "<div class=\"container\">\r\n    <div class=\"row  main-panel\">\r\n        <div class=\"offset-xs-1 weather-col col-3\">\r\n            <div class=\"row\">\r\n                <div class=\"date\">[time|D] [time|d]<\/div>\r\n                <div class=\"month\">[time|M]<\/div>\r\n                <div class=\"current-temp\">[temperatureRound]<sup>&deg;[temperatureUnit]</sup><\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"weather-col col-7 text-right\">\r\n            <div class=\"main-icon\"><i class=\"wi [wicon]\"><\/i><\/div>\r\n<\/div>\r\n    <\/div>\r\n    <div class=\"row footer\">\r\n        [dailyForecast|4|1]\r\n    <\/div>\r\n<div class=\"month shadowed powered\">[Attribution]<\/div><\/div>",
    "daily": "<div class=\"weather-col col-3\">\r\n    <div class=\"small-day\">[time|D]<\/div>\r\n    <div class=\"small-icon\"><i class=\"wi [wicon]\"><\/i><\/div>\r\n    <div class=\"small-temp\">[temperatureMaxRound] &deg; [temperatureUnit] <\/div>\r\n<\/div>",
    "css": "body {\n width: 970px !important;\n height: 700px !important;\n }\n\n#content {\n color: #f9f9f9;\n }\n\n.center-block {\n    display: block;\n    margin-right: auto;\n    margin-left: auto;\n}\n\n.text-center {\n text-align: center;\n}\n h1 {\n margin: 0.67em 0;\n font-size: 2em;\n}\n\n.container:after, .container:before, .row:after, .row:before {\n    display: table;\n    content: \" \";\n}\n.container:after, .row:after {\n    clear: both;\n}\n\n* {\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n}\n\n:after,:before {\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n}\n\n body {\n    font-family: \"Helvetica\", \"Arial\", sans-serif;\n    line-height: 1;\n}\n\n.container {\n    background-repeat: no-repeat;\n    background-size: cover;\n    background-position: center;\n    width: 970px !important;\n    height: 700px !important;\n    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);\n    filter: dropshadow(color=rgba(0, 0, 0, 0.4), offx=2, offy=2);\n}\n\n.main-panel {\n    margin-top: 100px;\n}\n\n.date {\n    text-transform: uppercase;;\n    font-size: 50px;\n    font-family: \"Helvetica\", sans-serif;\n    font-weight: bold;\n    padding-bottom: 5px;\n}\n\n.month {\n    font-size: 40px;;\n    font-family: \"Helvetica\", sans-serif;\n    font-weight: bold;\n}\n\n.current-temp {\n    font-family: \"Helvetica\", sans-serif;\n    font-weight: bold;\n    font-size: 130px;\n}\n\n.current-temp sup {\n font-size: 50px;\n }\n\n.footer {\n    margin-top: 120px;\n    height: 220px;\n    text-align: center;\n    padding: 30px 0px;\n    position: relative;\n}\n\n.main-icon {\n    font-size: 200px;;\n}\n\n.small-day {\n    font-size: 30px;\n    font-style: italic;\n    font-weight: light;\n}\n\n.small-icon {\n    font-size: 60px;\n    padding: 30px;\n}\n\n.small-temp {\n    font-size: 20px;\n}\n\n.powered {\n  background-color: #fff;\n  color: #545454;\n  font-size: 18px;\n  padding: 6px;\n  position: absolute;\n  width: 100%;\n  bottom: 0;\n  text-align: center;\n  left: 0;\n  line-height: 18px;\n}\n\n.bg-partly-cloudy-day {\n    background-image: url('[day-cloudy-image]');\n}\n\n.bg-clear-day {\n    background-image: url('[day-sunny-image]');\n}\n\n.bg-fog {\n    background-image: url('[fog-image]');\n}\n\n.bg-sleet {\n    background-image: url('[hail-image]');\n}\n\n.bg-clear-night {\n    background-image: url('[night-clear-image]');\n}\n\n.bg-partly-cloudy-night {\n    background-image: url('[night-partly-cloudy-image]');\n}\n\n.bg-rain {\n    background-image: url('[rain-image]');\n}\n\n.bg-snow {\n    background-image: url('[snow-image]');\n}\n\n.bg-wind {\n    background-image: url('[windy-image]');\n}\n.text-right {\n    text-align: right;\n}\n\n.pull-right {\n    float: right!important;\n}\n\n.offset-xs-1 {\n    margin-left: 8.33333333%;\n}\n\n.col-2 {\n    width: 16.66666667%;\n}\n\n.col-3 {\n    width: 25%;\n}\n\n.col-4 {\n    width: 33.33333333%;\n}\n\n.col-5 {\n    width: 41.66666667%;\n}\n\n.col-6 {\n    width: 50%;\n}\n\n.col-7 {\n    width: 58.33333333%;\n}\n\n.col-9 {\n    width: 75%;\n}\n\n.col-12 {\n    width: 100%;\n}\n\n.weather-col {\n    float: left;\n    position: relative;\n    min-height: 1px;\n    padding-right: 15px;\n    padding-left: 15px;\n}",
    "widgetOriginalWidth": "970",
    "widgetOriginalHeight": "700",
    "image": "modules/forecastio/template-thumbs/weather3l.png",
    "type": "forecast",
    "orientation": "landscape",
    "background": "fit",
    "options": {
        "text-color": true,
        "icons-color": true,
        "background-color": true,
        "shadow-color": true
    }
}