I’m using the module and I have been able to get it working, try this in the config.js
{
module: “MMM-Dublin-Bus”,
position: “bottom_left”,
config: {
stopNumber: 111,
updateInterval: 10,
mode: “dom”
}
}
@d00my Does it work now? I think I have an similar problem with the PiCam. I start the Magic Mirror and after selecting the camera nothing is happend. It doesn’t try do recognizie any user. I reinstalled all, and it worked ONCE… now I have the same problem like bevor. I tried intervall: 1, 2 and 5.
I just came across this post while also looking for a way to do this. After not finding any answer by searching, I decided to look at the css files included with this module and see if I could figure it out.
I’m a new at this, but easily found the lines to make changes at for displaying the pointer visibility:
in MMM-Carousel.css, make the following changes (in Bold):
…
.control label {
z-index: 0;
display: none;
text-align: center;
line-height: 50px;
position: relative;
width: 50px;
height: 50px;
left: 33%; /* Center in .control div: this.width / .control.width; /
top: 33%; / Center in .control div: this.height / .control.height;; */
font-size: 50px;
color: #FFF;
cursor: pointer !important;
opacity: 0.5;
}
/Increase brightness when directly over/
.control label:hover {
opacity: 1.0;
}
…
@wireshark
In most cases, this occurs when adding a newfeed. Have you added a newsfeed? Did the problem start afterwards? Does the default NY Times (by itself) exhibit this behavior?
Hey guys,
i have more a question than a problem. I want to rebuild the system because i do many changes in different folder (sounds and config). But these folders arent in the MM folder.
Now my question can i copy the full MM folder, save him, rebuild the system and paste the mm folder in the new system?
or need the mm folder some “installation Connections” (paths) to the folders outside from the mm folder.
Hope u guys can help,
Greets Arzeg
Ok so now I had to stop the instance of magic mirror running and restart with the command you noted, which worked, but now i cant see the magic mirror on the remote session, just the blank desktop
isnt there a way to switch between desktop and MM display, like using shift-tab?
also can you explain what the command means and why some has to be in all caps
Hello guys,
Just managed to create a MagicMirror with my BeagleBone Black, by running commands in the raspberry PI installer script manually.
Can’t help noticing that the HTTP port 8080 is already used by BeagleBone official Debian image as the portal of using the hardware.
Will it be a good idea to change the default port in the example configuration file to a value not so common?
All the Best!
Amaruk
@acogkenf
The two warnings can be ignored. They do not affect the operation on the MM software.
It appears your dependencies did not install properly. It happens from time to time. Try this first:
Delete the MagicMirror/node_modules/electron folder
cd into your MagicMirror directory
run npm install
run npm start
@Brandlin
You might want to consider Jessie as opposed to Stretch. I had troubles with Stretch myself.
i have a pi zero kicking around, i might try it on there too see if i can replicate
The install on a Pi zero is different. There’s a bunch of threads relating to that.