• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. Roadrunner451
  3. Posts
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
  • RE: Install on Windows 10

    Never mind, I found it :)

    And it works, thanks again !

    posted in Troubleshooting
    R
    Roadrunner451
    May 21, 2023, 10:46 AM
  • 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
    May 21, 2023, 9:39 AM
  • 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 :D

    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
    May 20, 2023, 6:01 PM
  • 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
    Oct 21, 2022, 5:54 PM
  • 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
    Oct 21, 2022, 5:52 PM
  • 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
    Oct 21, 2022, 5:43 PM
  • 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
    Oct 21, 2022, 4:40 PM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy