Read the statement by Michael Teeuw here.
.txt file include
-
@dominic can you remove the weatherforecast from the config when its causing issues, so we can troubleshoot this module?
-
Hm, maybe you could try this.
Put the file in the modules folder and open it with “./Test-temp.txt“
Additionally i would suggest to go with lowercase during testing to exclude case sensitive mistakes. -
@yawns electron is running in
~/MagicMirror
, so putting the file in the modules directory and do./Test-temp.txt
won’t work. The code is generally working I tested it on my rpi -
@strawberry-3.141 Hi :) it works :)
i don´t know why, but it works. I have reseted the system and after taht ist works.
Thank you very mutch.i want to display not all the text out of the .txt file.
Do you know what i must change in the node_helper.js? -
i think this depends on the content of the file
-
@strawberry-3.141 in the file are values from a dht22 temp.sensor.
but i only need the values for Humidity = xx and Temperature =xx.is there any why to get only this values ?
-
@yawns Danke für deinen Tipp. Aber es läuft nun.
Habe aber nun ein anderes Problem ;)
gibt es eine Möglichkeit, die asugabe der txt Datei zu beregenzen, so dass mir nur bestimmte Werte angezeigt werden.
In der Datei stehen Werte von einem dht22 sensor und ich möchte nur diese werte ausgeben ohne die den anderen INhalt. -
are these all in seperate lines?
if so then you could check in a for loop if there is the word humidity or temperature otherwise ignore the line
-
@strawberry-3.141
No. There is only one line. -
can you please upload your txt file i have no clue how it looks like, so we can help you out with that