@jwhittaker Same here? you already got a solution?
Read the statement by Michael Teeuw here.
Latest posts made by Gelomidor
-
RE: PIR Sensor Module Error
-
RE: ESP8266 + DHT22 + Thingspeak in magic mirror
@tosti007 I got it all working! thank you for pointing me in the right direction!! :D
-
RE: ESP8266 + DHT22 + Thingspeak in magic mirror
@tosti007 Thank you so much for your help! I was so close. everything you describe i did except for making it public.:D The url gives the correct value. What i dont get it is why are there so many links and why dont all links have a description above it? Should i only use celsius and humidity? Could you also explain what mapping means?
{ format: '%.1f', url: 'https://www.dirk-melchers.de/echo.php?text=22.54', }, { format: '%d%%', url: 'https://www.dirk-melchers.de/echo.php?text=59.1', }, { format: '%s', mapping: 'temperature', url: 'https://www.dirk-melchers.de/echo.php?text=2', }, { format: '%d', url: 'https://www.dirk-melchers.de/echo.php?text=62.1', }, { format: 'Lights %s', mapping: 'on_off', url: 'https://www.dirk-melchers.de/echo.php?text=true', }
The urls i replace with my urls: https://api.thingspeak.com/channels/12345/fields/12345/last.txt
Like this one for the humidity.
With configure output you mean: if i have multiple fields i have to change that number. In my case, just for beginning:[Livingroom','@1','@2'],
Too bad im at work and cant configure my raspberry. But this feels like it should work. :)
Note from admin: please use Markup when posting code.
-
RE: ESP8266 + DHT22 + Thingspeak in magic mirror
@tosti007 Hi, thank you for the reply. I’ve saw that one and tried it but it just sas: MMM-Rest loading… I’ve tried all kinds of urls, but i’m afraid that im too un-experienced to get it to work. Is there any chance that you can guide me to set it up correctly?
My appreciation would be big! :)
-
ESP8266 + DHT22 + Thingspeak in magic mirror
Hello Guys.
Recently i discovered the world of raspberry and Linux. I started with the magic mirror project and now want to extend the functionality. I want to do this with adding extra sensor to the magic mirror. To measure the temperature in different living rooms. I’ve done this with the following hardware:
I’ve set up a ESP8266 with DHT22 sensor on-board in the living room.
I’ve successfully configured this with thing speak but i cant seem to find any module or code that can help me out, to read the information from thing speak (api) and show it on the mirror right top side.
I hope someone can help me out to make a module that can read multiple channels (temp + humidity in different rooms) from Thing speak and show it on the mirror.
Yours, Fabian