Veramente un buon prezzo… contatto il fornitore, grazie!
Read the statement by Michael Teeuw here.
Posts
-
RE: Two way mirror in Italy?
-
RE: MMM-PIR-SENSOR not working
mba , I had the same issue but only because you have to force one detection, just the first time after you start magic mirror software. Then everything should be ok and working. So, after magic mirror is up and running, try to pass an hand in front of the sensor, then wait to see if it will turn off.
-
RE: change default position of module
great! that’s what I was looking for !!! thanks a lot!
-
change default position of module
I’m going crazy … I’m trying to change position of newsfeed from bottom center to bottom left … Even If I’ve read tons of posts, I was’t able to do it via custom.css.
So i tried with config.js, and specifing the following :{ module: "newsfeed", position: "bottom_left",
it’s ok, BUT before that the first line was aligned to the center. Now it’s aligned to left. How to solve that ? Via CSS?
-
RE: My 1st MM Project as a noob.... 1,2m x 0,6m with 22" display
@chris1971 said in My 1st MM Project as a noob.... 1,2m x 0,6m with 22" display:
{
module: ‘MMM-WunderGround’,
position: ‘top_right’,
config: {
apikey: ‘xxxxxxxxxxxxxxxxxxxxx’,
pws: ‘pws:xxxxxxxxxxx18’,
hourly: ‘1’,
fctext: ‘1’,
fcdaycount: “4”,
fcdaystart: “0”,
hourlyinterval: “3”,
hourlycount: “2”,
alerttime: 10000,
alerttruncatestring: “english:”,
roundTmpDecs: 1,
coloricon: true,
daily:1,
iconset: “colourful”,
UseCardinals: 0,
layout: “horizontal”,
debug: 1,
sysstat: 0
}Thank you for the reply!
about current the temperature … why it is wrong ? -
RE: My 1st MM Project as a noob.... 1,2m x 0,6m with 22" display
grat setup! I’m trying to install Wunderground weather too, but it’s not so cool as your… can you please share the settings of this plugin in config.js ?
-
RE: first attempt .. gone wrong :)
finally here’s the solution :
as mentioned here, you should use this command for installation :npm install --unsafe-perm=true
and now installation is succesfull!
-
RE: first attempt .. gone wrong :)
ohh wow! that’s exactly what I was looking for … Thank you a lot! I will let you know if everything is ok!
-
RE: first attempt .. gone wrong :)
even executing it as root it is failing …and also manual installation it’s faling.
maybe the reason is very simple : it’s because I’m using rasbian server version ? Should I use raspbian with desktop enviroment ?