{{ctrl.localizationService.get('UI.WeatherStation')}}

{{(ctrl.getGlobalVariable('outdoor.temperature') | number:1) + '°C' }}

{{(ctrl.getGlobalVariable('outdoor.humidity') | number:0) + '%'}}

{{ctrl.getGlobalVariable('outdoor.sunrise').substring(0, 5)}}

{{ctrl.getGlobalVariable('outdoor.sunset').substring(0, 5)}}