MagicMirror Forum

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

    Roadrunner451

    @Roadrunner451

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

    Roadrunner451 Unfollow Follow

    Best posts made by Roadrunner451

    • 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

    Latest posts made by Roadrunner451

    • RE: Install on Windows 10

      Never mind, I found it 🙂

      And it works, thanks again !

      posted in Troubleshooting
      R
      Roadrunner451
    • RE: Install on Windows 10

      @karsten13
      Thank you for your answer, I didn’t modify “start:dev”

      Now I’m stuck with the “another problem” you mentionned and I feel like a newbie as I can’t find electron.js to correct it …

      Thanks in advance !

      posted in Troubleshooting
      R
      Roadrunner451
    • Install on Windows 10

      Hi there,

      I have several MM on Raspberry (Zero W, Zero2W, 3 and 4) and was trying to install another one on a W10 tablet…

      But I can’t 😃

      I followed this : https://forum.magicmirror.builders/topic/4089/complete-walkthrough-install-magicmirror-on-a-pc-windows-7-10
      I did a npm install in MagicMirror/vendors and /fonts
      I changed the “start” : “DISPLAY=”$etc…" in package.json with
      “start”: “node_modules/.bin/electron js…etc”
      But I still get ‘node_modules’ is not recognized as an internal or external command’ when I npm start in the MagicMirror folder

      I’m a bit lost with Xindows 😉

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

      @sdetweil
      oops sorry, didn’t read completely, great !!!

      Thanks a lot !
      Have a nice evening !

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

      @sdetweil
      Ok that seems right but where am i supposed to put that ?
      My config looks like :

      format: '%d<span class="wi wi-celsius"></span>',
      
      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
    • 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