platypush/platypush/backend/http/templates/widgets/date-time-weather.html

16 lines
443 B
HTML

<script type="text/javascript" src="{{ url_for('static', filename='js/widgets/date-time-weather.js') }}"></script>
<p class="date" data-bind="date"></p>
<p class="time" data-bind="time"></p>
<h1 class="temperature">
<span data-bind="temperature">N/A</span>&deg;
</h1>
<p class="forecast" data-bind="forecast"></p>
<!-- <p class="sensor-temperature"> -->
<!-- <span data-bind="sensor-temperature">N/A</span>&deg; -->
<!-- </p> -->