@cowboysdude, I don’t know who gave you permission to take a vacation, but they need to be fired. First thing you will need to do when you return.
Read the statement by Michael Teeuw here.
Posts
-
RE: Unable to install dependencies, NPM install not working
-
RE: SSH startup
DISPLAY=:0
is a must when attempting to start MM through an SSH connection, otherwise it simply doesn’t have a clue what display to use, the one you’re sitting at, or the one on the rpi?
X-Forwarding is not required nor necessary for a simple ssh login, startup, and exit. -
RE: SSH Connection failed (terminal (Mac) to Raspberry)
The SSH server is enabled by default on a Raspbian image. And none of the security settings are enabled by default, leaving it to accept connections.
The default login is
'pi'
with password'raspberry'
. If you are unable to log in to the rpi from a remote connection with those credentials, then you are using an invalid/corrupt/hacked image. I recommend downloading it fresh from www.raspberrypi.org.The fact that you said you are using
sudo
to SSH into the rpi tells me you are attempting to connect from a different unix machine. Is this true? For one, you do not needsudo
to issue SSH commands as a regular user. And second, where are you attempting to connect FROM? -
RE: PM2 logs
Flush the logs:
‘pm2 flush
’Restart the pi:
‘sudo reboot
’Check the pm2 logs again:
‘pm2 logs
’ -
RE: Calendar showing "in X day" wrongly
Guys, please read what I said above: it’s the way Moment.js calculates time. The actual module does not do any kind of time calculations, it simply passes the information to and from Moment.js.
If you want the calculations to be done different, then please write a new module, using a different library, and submit a PR request. All of MagicMirror uses the Moment.js library, for any kind of time calculations.
-
RE: Translations
@opensky727, I haven’t touched MM in several months (other than the occasional git pull) so I’ll have to spend some time looking into it. In the mean time, if others can help, I’d appreciate it. Unfortunately I have one too many things going on at the same time here.