Browse Source

Initial version

master
Bernd 6 years ago
parent
commit
d1b6e60e72
1 changed files with 40 additions and 0 deletions
  1. +40
    -0
      WeatherCloud.widget.json

+ 40
- 0
WeatherCloud.widget.json View File

@@ -0,0 +1,40 @@
{
"settings": [
{
"type": "item",
"id": "Day0CloudForecast"
},
{
"type": "item",
"id": "Day1CloudForecast"
},
{
"type": "item",
"id": "Day2CloudForecast"
},
{
"type": "item",
"id": "Day3CloudForecast"
},
{
"type": "item",
"id": "Day4CloudForecast"
},
{
"type": "item",
"id": "Day5CloudForecast"
},
{
"type": "item",
"id": "Day6CloudForecast"
},
{
"type": "item",
"id": "Day7CloudForecast"
}
],
"template": "<div oc-lazy-load=\"'/static/js/Chart.bundle.min.js'\">\n\t<div oc-lazy-load=\"'/static/js/angular-chart.min.js'\" >\n\t\t<div oc-lazy-load=\"'/static/js/cloudiness.js'\" >\n <div ng-controller=\"LineCtrl\">\n\t\t\t\tWolken Vorhersage {{itemValue(config.Day0)}}\n <canvas id=\"line\" class=\"chart chart-line\" chart-data=\"data\" chart-labels=\"labels\" chart-series=\"series\" chart-options=\"options\" chart-dataset-override=\"datasetOverride\" chart-click=\"onClick\">\n </canvas>\n\t\t <div>\n\t <div>\n <div>\n</div>\n",
"name": "Weather & Clouds",
"author": "Bernd Weymann",
"description": "Widget shows cloud cover for the next 7 days in order. Check with this widget e.g. if your electric car needs a charge before the next days the sky is covered with clouds."
}

Loading…
Cancel
Save