Never mind, I found it :)
And it works, thanks again !
Never mind, I found it :)
And it works, thanks again !
@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 !
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 ;)
@sdetweil
oops sorry, didn’t read completely, great !!!
Thanks a lot !
Have a nice evening !
@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>',
@sdetweil
It returns exactly what I would like to see on my mirror, like 22.3 at this time.
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 :)