@firesgc
I had the same problem as you, and after trying almost everything I found where was the problem.
To add your user PI to GPIO group, in the module page says to run:
sudo useradd -g pi gpio
My RPI always replay me that GPIO group already exists… so nothing happend
I solve it by running:
sudo usermod -a -G gpio pi
In this case pi user is added to gpio group
I just restarted and it worked.
Now using the following command:
gpio readall
I can see how the Inputs and Outputs change
I hope it works also for you
Glad that’s working. It still doesn’t solve the fact that it’s dying on you, but at least it will restart it automatically for you. I think my process dies at least once a week or so … totally random, with the pi doing nothing.
@KirAsh4
Thanks for the reply, I used the same command to install mm2 as per your detailed tutorial. Though some commands after installed mm2 were different so shall retry the whole thing.
Thanks,
Mihir
I have had my MM running for about 2 months now and everything was working fine till about 10 days ago. The Current Conditions stopped updating. If I reboot or open the site in my desktop browser the weather conditions will populate correctly with the current conditions but not update. i have look to see if the network is dropping the connection and it is not. Any thoughts?
@chenz0 I am having the same issue with the compliments and newsfeed not going to the bottom, I am also running this on a B+. Could you explain in a little more detail what you changed? Changing calc(100%-120px) to 100% just makes everything go off the right of the screen (and those are the only uses of the calc function I could find in main.css). I am very new to CSS.
Did you by chance follow the official guide on how to install it? MM2 has been out of beta for a bit now, so if that’s what you have, I recommend starting over. When done properly on the right hardware, MM will come up without you needing to open up any html file.
I faced the issue when I was working under MagicMirror folder and then installing the 3rd party modules.
I corrected it by going into /MagicMirror/Modules folder and then installing the module using the git command.
Hope this helps