@zack949 if you dont depend on having the module at exact this spot, probably it would fit into position lower_third.
you could also set a fixed width to the compliments module in custom.css
.compliments {
width: 300px;
}
@fischi87 said in camera module help request. Get the picture? ;-):
work this module also with the rip cam (spi)
an Rpi cam? It might, although this module states usb cams. You should post your own question in Troubleshooting and someone will answer you. They might not see your question in here. You could try it with your rPi cam and see if it works
Never mind, I found the answer. If anyone is searching for this in the future, in /boot/config.txt, set
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=82
More info: https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=19600
i launched by Chromium and the console says Filed to load resource : file:///socket.io/socket.io.js
do you have any idea that I can download socket.io.js manually?
thanks for helping me !!
@fischi87 said in email module black screen:
i use the module Carousel and in this i didn’t change the module ‘email-mirror’ to ‘email’ because after installation the folders name is ‘email-mirror’ but u have to change this folder in /MagicMirror/modules to ‘email’ than it works.
I apologize you had to figure this out the hard way, but the installation instructions clearly state this.
@artank look at the file config/config.js (which used to be the config.js.sample). Your weather might not be working because you did not enter your API key in it…
@Jopyth tnx!! I manged to fix it! Thanks alot :-) but I want it to be working face recognition regardless of typing ‘npm start’ everytime. Do you have some ideas??
The full path of the location is /home/pi/MagicMirror/modules/myModule/public/myFile.htm
According to the documentation this file should be reachable from http://localhost:8080/myModule/myFile.htm
but this doesnt work.
After tried several different combinations i’ve found that this one works.
http://localhost.8080/modules/myModule/public/myFile.htm
Have i misread the documentation or is that an error?
Seems commenting following lines in newsfeed.js does the trick but it removes completely “Loading …” status when one could still use it.
Would you accept if I push a modification to add another configuration parameter to this module to manage this behaviour ?
I prefer to ask before risking refusal …
// wrapper.innerHTML = this.translate(“LOADING”);
// wrapper.className = “small dimmed”;
@MobbareKurtZ You are on the develop branch. In this case use git pull origin develop (or run the installer again).
Did you do git diff before to see what the changes were? Strange that you did not change anything, but it still says so. Let me know if you encounter it again.
Yes that is correct, you will always see the desktop for few seconds, then should open MM.
I think will happen the same with any other option you find to auto boot MM.
Looks like a temporary error to me. Either your pi has some trouble accessing the internet or the server running at 151.101.120.162 is currently busy/down for maintenance/…
I’d retry some time later
@johnnyboy said in How to go back to previous version of a module?:
same with the MMM-Remote
Go get MMM-Remote-Control right now. Barely any setup. It’s a must have
When I stop MM (pm2 stop mm) and turn monitor off (xset -display :0.0 dpms force off) then in a low light I can see the display as dark grey.
Is there a way to make the monitor pitch black by displaying black color all over the screen ?