MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Roadrunner451
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Groups 0

    Posts

    Recent Best Controversial
    • Thingspeak with MMM-REST

      Hi there,

      I have some ESP8266 with DHT11 modules that send Temp/Humidity to Thingspeak.
      I found the MMM-REST module but there’s not too much information about it.
      My problem is that I can’t find a way to get the full data on my mirror, I mean I only get the first 2 digits like 20° instead of 20.5° (excuse my english)
      It’s someting about the format as I can get the full data through a browser.

       {
                          format: '%d<span class="wi wi-celsius"></span>',
                          url: 'https://api.thingspeak.com/channels/1895676/fields/1/last.txt?api_key=XXXXXXXX',
                      },
      

      So perhaps is there another way to get the same result with another module that would work with REST API ?

      Thanks for your attention :)

      posted in Troubleshooting
      R
      Roadrunner451
    • RE: Thingspeak with MMM-REST

      @sdetweil
      It returns exactly what I would like to see on my mirror, like 22.3 at this time.

      posted in Troubleshooting
      R
      Roadrunner451
    • 1 / 1