@beth run it in ‘dev mode’ and see what the output is.
Read the statement by Michael Teeuw here.
Posts
-
RE: MM2 not loading text
-
RE: MM & Home Assistant (HASS)
@ivanov_d due tell where did you find a zigbee human detector? I’m VERY interested!
-
RE: MMM-NewsAPI
@mumblebaj well it’s how you learn! Just keep a backup of the original and you’ll never go wrong!
-
RE: MMM-RAIN-MAP (new: version 2.x)
I solved all my weather api issues by just installing my own weather station LOL
-
RE: Error on my first Mirror, New to this all
@dylanhull Hey when you’re new it takes a bit but once you have it it’ll be much easier for you!
At least you’re trying so I’m sure someone will be more than willing to help!
-
RE: face recognizes display ON/OFF
@sdetweil on the PI3… I just got mine working again this is the commands that work:
ON:
#! /bin/bash
sudo vcgencmd display_power 1OFF:
#! /bin/bash
sudo vcgencmd display_power 0 -
RE: MMM-RAIN-MAP (new: version 2.x)
@fozi but but but…can’t you just make it do what someone else wants? LOL
My answer is the same… fork the module and make all the changes you want ;)
-
RE: Third Party modules not working
Have to be careful if you’re cutting and pasting … for instance if you install a module and you go to the programmers page and copy and paste the config example the quotes will not translate. You will get errors.
-
RE: PIR Sensor ??
Sorry for being late to the party but as of 8/8/2021 I can confirm that this is working on my RPI3…NOT the 4!
-
RE: Weather station for MagicMirror and SmartHome wanted
@swvalenti Here’s my weather page from Wunderground
https://www.wunderground.com/dashboard/pws/KNYELMIR44/graph/2021-07-24/2021-07-24/daily
-
RE: Weather station for MagicMirror and SmartHome wanted
@majorc They look REALLY awesome!! I’m putting mine on the pole tomorrow…it’s a weekend so I get to play LOL.
Got the 10’ black iron pole all ready to go… mount is ready. Just a matter of installing it and putting the station on top :)
I did find this you may want to look at ->
https://cbornet.github.io/netatmo-swagger-decl/#section/Authentication
-
RE: Main.css, Custom.css and Big Screen TV
@ankonaskiff17 That’s why it’s better that instead of for instance and image in a module is written like this:
width: 110px;
height: 125px;that it be written
width: 35%;
height: 37%;The percent works on space where the px is what it is.
You can always make a module bigger by going into the custom css and doing something like this:
MMM-Whatever
custom.css
.MMM-Whatever {
width: 400px;
}
or
.MMM-Whatever {
width: 90%;
}BUT this may NOT give you the results you want… but it’s css so you can play with it and if doesn’t work change it back. I would keep all your changes in the custom.css file and back that up that way if you do an update to MM you won’t lose all your work.
I think you can do things like git stash but I’d rather just back the file up myself.
That way you’re only ever changing one file and not individual modules. Too much work. One file, much easier… -
RE: PIR Sensor ??
@mdlefevere No real answer for this… I’ve tried several times. I can turn it off but not back on…
Are you running a pi4 or pi3?
This was my answer to the pi3 and it works… cannot figure out the pi4
-
RE: Weather station for MagicMirror and SmartHome wanted
@majorc I went with Ambient Weather because your data gets uploaded to both Ambient Weather and Weather Underground.
For this you get an API key that will return your data in json format which is very usable to build your own module with. This is your weather data which means it’ll be VERY accurate for your area because you are the one capturing it.
OR
You can take the weather info you get back and put it into ANY weather module here and make it work.
They have helper libraries for the api for node js already. Because it’s your data the rate limit is NO more then 1 hit per second… which basically means you can up to the minute accurate weather data.
While I don’t really write too many modules anymore I will be making a new weather module for my mirror with my data :)
The reason why you don’t see Eve used in the US much is because they are more expensive compared to say Xiaomi products which most are half the price of Eve products.
I am running Home Assistant and I have Xiaomi temp/humd sensors, motions sensors, etc. Much less expensive and work very well.
-
RE: MMM-DailyPower
@quark7 said in MMM-DailyPower:
Tageslosung
Just use google translate in the module to convert it to any language you want ;)