~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to modules/forecastio/weather-module6-v.template.json

  • Committer: Dan Garner
  • Date: 2016-02-04 14:13:07 UTC
  • mto: (454.4.101)
  • mto: This revision was merged to the branch mainline in revision 483.
  • Revision ID: git-v1:f9078f575b16a62a51e2f3d7bc15581058fb0747
Problem with DataSet form putting a 0 in library image references (should be empty)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
 "id":"weather-module6v",
3
 
 "value":"Template 14 - Portrait - Current day details, 4 day forecast",
4
 
 "main":"<div class=\"container\">\r\n    <div class=\"row text-center\">\r\n        <div class=\"col-xs-12\">\r\n            <div class=\"current-condition\">[summary]<\/div>\r\n            <div class=\"info1\">Wind [windDirection] [windSpeed] [windSpeedUnit]<\/div>\r\n            <div class=\"info2\">Humidity [humidityPercent]%<\/div>\r\n            <div class=\"powered\">Powered by DarkSky<\/div>\r\n        <\/div>\r\n        [dailyForecast|4|1]\r\n    <\/div>\r\n<\/div>",
5
 
 "daily":"<div class=\"col-xs-12 border\">\r\n    <div class=\"day\">[time|D]<\/div>\r\n    <div class=\"icon\"><i class=\"wi [wicon]\"><\/i><\/div>\r\n    <div class=\"temp\">[temperatureMaxRound] \u00ba [temperatureUnit]<\/div>\r\n<\/div>",
6
 
 "css":"body {\r\n    font-family: \"Helvetica\", \"Arial\", sans-serif;\r\n    line-height: 1;\r\n}\r\n\r\n.container {\r\n    background-color: #000;\r\n    width: 189px !important;\r\n    height: 900px !important;\r\n    color: #fff;\r\n    padding-top: 30px;\r\n}\r\n\r\n.current-condition {\r\n    font-weight: bold;\r\n    font-size: 23px;\r\n}\r\n\r\n.info1 {\r\n    font-size: 14px;\r\n    padding: 15px 0px;\r\n}\r\n\r\n.info2 {\r\n    padding-bottom: 10px;\r\n}\r\n\r\n.day {\r\n    font-size: 18px;\r\n    font-weight: lighter;\r\n    font-style: italic;\r\n}\r\n\r\n.icon {\r\n    font-size: 50px;\r\n    padding: 20px 0px;\r\n}\r\n\r\n.temp {\r\n    font-size: 15px;\r\n}\r\n\r\n.border {\r\n    padding-top: 40px;\r\n    padding-bottom: 20px;\r\n    border-top: 1px solid #fff;\r\n}\r\n\r\n.powered {\r\n    font-weight: bold;\r\n    color: #DDD;\r\n    font-style: italic;\r\n    padding: 10px 0 10px 0;\r\n    font-size: 1.1em;\r\n}",
7
 
 "widgetOriginalWidth": "189",
8
 
 "widgetOriginalHeight": "900",
9
 
 "image":"modules/forecastio/template-thumbs/weather6v.png"
10
 
}
 
 
b'\\ No newline at end of file'