MagicMirror Forum

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

    Gelomidor

    @Gelomidor

    0
    Reputation
    494
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Gelomidor Unfollow Follow

    Latest posts made by Gelomidor

    • RE: PIR Sensor Module Error

      @jwhittaker Same here? you already got a solution?

      posted in Troubleshooting
      Gelomidor
      Gelomidor
    • RE: ESP8266 + DHT22 + Thingspeak in magic mirror

      @tosti007 I got it all working! thank you for pointing me in the right direction!! 😃

      posted in Requests
      Gelomidor
      Gelomidor
    • 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.

      posted in Requests
      Gelomidor
      Gelomidor
    • 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! 🙂

      posted in Requests
      Gelomidor
      Gelomidor
    • 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

      posted in Requests
      Gelomidor
      Gelomidor