MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Xilef
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 17
    • Best 2
    • Controversial 0
    • Groups 0

    Xilef

    @Xilef

    2
    Reputation
    1
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Xilef Unfollow Follow

    Best posts made by Xilef

    • RE: Display different Roomtemperature on MagicMirror

      @wishmaster270 Thanks for your reply.

      @wishmaster270 said in Display different Roomtemperature on MagicMirror:

      Do you plan to power the devices with a power supply or do they need to run on battery?

      Mostly on power supplys

      In general, I would think your solution would work for me, but the big problem is, if i buy like an EPS8266/ESP32 and BME280/HTU21 sensor, i can solder them together, but i have no idea how to set up the software.

      Im glad that i managed it to run Weather, Calendar and an RSS-Feed on my Mirror. But I don’t know much more than that. If there were step-by-step instructions, I would definitely be able to do it, but I don’t think there is one for exactly my needs.
      I would definitely try to do it, but i need help i guess.

      posted in General Discussion
      Xilef
      Xilef
    • RE: Display different Roomtemperature on MagicMirror

      @sdetweil no idea what you are talking about after Arduino ide xD but thanks anyway

      I think I will first order an ESP8226 and see if I can set it up/play a sample program on it, with the help of an YT Tutorial. And then Im trying to connect it with the sensor and display the data on the Mirror using an http server

      and it would be cool if someone would upvote my posts so that they arent dumped into the moderation queue

      posted in General Discussion
      Xilef
      Xilef

    Latest posts made by Xilef

    • RE: Esp32 Randomly Stops Working

      @wishmaster270
      I have no idea what I’m using, I just use the sketch you gave me. I added your reboot Programm and now both of them work fine since 4 Days but I only changed it on one Esp.
      So I wonder why there are now no more problems with both.

      posted in General Discussion
      Xilef
      Xilef
    • Esp32 Randomly Stops Working

      Re: Display different Roomtemperature on MagicMirror

      Hey, I wanted to give a little update on my 2 Esp32 temperature and humidity sensors, from which the data is displayed on my MagicMirror.
      They have been working almost perfect for almost 3 Months now, but theres still one major problem.

      Every 24 Hours or less they randomly stop Working. Until now I ignored it and just pressed the “RST” Button to reset them and than they would work perfect for another 24 Hours, but in the last time it got very annoying. I tried an different Power Supply but that doesn´t worked either, especially since another ESP32 with WLED and the same Power Supply runs 24/7 with no problems.

      Maybe this isn’t the right place, but does anyone have any ideas what could be causing the problem, or how to fix the error?

      posted in General Discussion
      Xilef
      Xilef
    • RE: Display different Roomtemperature on MagicMirror

      @wishmaster270 yes, it works

      and in the future i can experiment with the MMM-ValuesByNotification Module to customize the module, right?

      and a big thank you for the help and the quick reply

      posted in General Discussion
      Xilef
      Xilef
    • RE: Display different Roomtemperature on MagicMirror

      @wishmaster270 everything worked, you just forgot to add the “80” here:
      f9b2ea9b-634b-484f-86d7-cfd3e04248ca-image.png

      i just set up a second sensor and cloned the module
      if i go into my browser and type the two different IPs every sensor shows his own data, but the mirror displays 2times the data of sensor 2:
      a7b7719e-9a73-4c45-8a3e-239acb3611d5-image.png

      (sensor1: “test” | sensor2: “test2”)
      how do i fix that?

      posted in General Discussion
      Xilef
      Xilef
    • RE: Display different Roomtemperature on MagicMirror

      @wishmaster270 i connected an other sensor and it doesnt showed me the error message, i will try the sketch tomorrow, the MMM_Temperature module is installed and works, but doesnt show any data, im gona try to fix it tomorrow

      posted in General Discussion
      Xilef
      Xilef
    • RE: Display different Roomtemperature on MagicMirror

      @wishmaster270 i installed the module, but i cant display the data

      4fc4015c-43e3-4a94-bee3-2cbc143df891-image.png
      what am i doing wrong, ah the esp32 says he couldnt find a sensor, thats weird
      (edit: i tried another one and it worked this time)

      posted in General Discussion
      Xilef
      Xilef
    • RE: Display different Roomtemperature on MagicMirror

      @wishmaster270 the “/bin/nc -w3 192.168.178.106 80” command on the serial monitor message line?

      😕
      5056fdbb-8964-48ca-ada7-749e3b6ac4a2-image.png
      11163a1a-2a91-4a92-8bc7-342dacec1778-image.png

      I would suggest to remove the clamp behind the ; ??

      posted in General Discussion
      Xilef
      Xilef
    • RE: Display different Roomtemperature on MagicMirror

      @wishmaster270 i guess thats what i need
      6a5a5502-fd3f-4130-9566-f51875e9421f-image.png
      “Always assign the same IPv4 address to this network device.”

      And for the WIFI SSID and Passwort, behind the 2 ## right?

      and where do i need to use the nc command? on the esp32 or on the raspberry pi?

      posted in General Discussion
      Xilef
      Xilef
    • RE: Display different Roomtemperature on MagicMirror

      @wishmaster270 i think thats a good way to to it

      @wishmaster270 said in Display different Roomtemperature on MagicMirror:

      but you will need to set a static IP for the ESP

      So i need to set it manually in the router settings?

      @wishmaster270 said in Display different Roomtemperature on MagicMirror:

      #include <WiFi.h>…

      Thats what i need to flash on the esp , right?

      @wishmaster270 said in Display different Roomtemperature on MagicMirror:

      /bin/nc -w3 THE_IP_OF_THE_ESP 80

      idk what that’s supposed to be for

      and you have to explain to me in more detail what I should add to the IPs

      posted in General Discussion
      Xilef
      Xilef
    • RE: Display different Roomtemperature on MagicMirror

      Hey im back @wishmaster270

      my parts arrived, and after 5 hours of Troubleshooting i was able to achieve this: (with the help of this tutorial)
      70a039b8-932a-412c-8365-5ccfd77ccd60-image.png

      Now i need just a little bit help to display the Temperature and Humidity on my mirror

      posted in General Discussion
      Xilef
      Xilef