Hi all,
I have also a Toon1 but no temperaturelogging working.
Setting on the qt-log and there I found the culprit: a wrong include in the first lines of the app:
import QtQuick 1.1, must be: import QtQuick 2.1
Alter these files: /qmf/qml/apps/temperaturelogger-1.3.4:
AreaGraphMod.qml
TemperatureloggerScreen.qml
TemperatureloggerApp.qml
TemperatureloggerTray.qml
then reboot and you will have the windows back! Strange: when I look at the code on Github,the code does have import QtQuick 2.1 written there.
I do not know how this comes.