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.
Toon app: temperature readings
Moderators: marcelr, TheHogNL, Toonz
Re: Toon app: temperature readings
Thanks for flagging this.
I noticed we already created version 1.4.0 a long time ago to be compatible with firmware 5.x but we never published it (
)
It is now available in the ToonStore and will work on Toon 1 & 2 on the latest firmware.
Kind regardz,
Toonz
I noticed we already created version 1.4.0 a long time ago to be compatible with firmware 5.x but we never published it (

It is now available in the ToonStore and will work on Toon 1 & 2 on the latest firmware.
Kind regardz,
Toonz
member of the Toon Software Collective
Re: Toon app: temperature readings
Thanks, I will look at it this evening.
Re: Toon app: temperature readings
Thanks Its working now!Toonz wrote:Thanks for flagging this.
I noticed we already created version 1.4.0 a long time ago to be compatible with firmware 5.x but we never published it ()
It is now available in the ToonStore and will work on Toon 1 & 2 on the latest firmware.
Kind regardz,
Toonz

Re: Toon app: temperature readings
Thanks, works perfect again!
Re: Toon app: temperature readings
Hi I rooted a Toon2 with FW 6.2.3 via the Root-A-Toon-USB method and everything is working fine accept the the Temperature Logger.
I have downloaded the TempLogger from the ToonStore version 1.4.0, however the app icon is not popping up in the top of the screen.
Earlier in this thread there was a problem with the QtQuick version in the files also.
However I checked the files and import is QtQuick 2.1.
Is that the correct one also for FW6?
Does Toon2 FW 6.2.3 work with the Tempearturelogger 1.4.0?
It was mentioned that it should work with FW 5 or higher.
What do I have to change to let the TemperatureLogger App work.
I have downloaded the TempLogger from the ToonStore version 1.4.0, however the app icon is not popping up in the top of the screen.
Earlier in this thread there was a problem with the QtQuick version in the files also.
However I checked the files and import is QtQuick 2.1.
Is that the correct one also for FW6?
Does Toon2 FW 6.2.3 work with the Tempearturelogger 1.4.0?
It was mentioned that it should work with FW 5 or higher.
What do I have to change to let the TemperatureLogger App work.
Re: Toon app: temperature readings
I need to have a look but none of my Toons are at 6.2.3 firmware.....
Do you feel comfortable switching on logging and share the log file with me?
On a Toon 2 it is safe to switch on qt logging:
In /etc/inittab change the qtqt line to this (so comment the original line and add the one with output to log file). Then fully reboot the Toon
After Toon is restarted, please copy the /var/log/qt logfile to your PC and reverse the change in inittab.
You can search the logfile for 'temperaturelogger' for any potential qml error message.
Do you feel comfortable switching on logging and share the log file with me?
On a Toon 2 it is safe to switch on qt logging:
In /etc/inittab change the qtqt line to this (so comment the original line and add the one with output to log file). Then fully reboot the Toon
Code: Select all
qtqt:245:respawn:/usr/bin/startqt >/var/log/qt 2>&1
#qtqt:245:respawn:/usr/bin/startqt >/dev/null 2>&1
You can search the logfile for 'temperaturelogger' for any potential qml error message.
member of the Toon Software Collective