Skip to content
Snippets Groups Projects
CurrentTemperatureTile.html 297 B
Newer Older
  • Learn to ignore specific revisions
  • <style>
        .currentTemperatureTile {
    
    Robert Goldmann's avatar
    Robert Goldmann committed
            background-color: #2F2F2F;
            font-size: 4vmin;
    
            font-weight: bold;
        }
    </style>
    
    <div class="currentTemperatureTile">
    
    Robert Goldmann's avatar
    Robert Goldmann committed
        <div>Aktuell: {{ data['temperature'] }}&deg;C</div>
        <div>Gefühlt: {{ data['feelsLike'] }}&deg;C</div>