@sdetweil Oh alright. I think the issue here is somewhat security related but I could be wrong.
Not sure what to do about it though. Since I’ve been able to update MM and also add new modules in the past.
Read the statement by Michael Teeuw here.
Posts
-
RE: Can't clone from GitHub
-
RE: Can't clone from GitHub
pull to update, clone to install modules. I get the same error in any case.
-
Can't clone from GitHub
So whenever I try to clone a repo from GitHub (to update or to add a new module) I get an error saying it can’t access the repo.
The exact error is:
fatal: unable to access <repo_url> gnutls_handshake() failedI saw a few others with the same error but didn’t find a solution that worked.
Any help would be greatly appreciated.
-
RE: Magic Mirror on the RPi1
How would I do that??
Sorry again I’m quite new at this… -
Magic Mirror on the RPi1
So…
I’ve had my Magic Mirror running on my RPi1 for a few months now (needless to say in server mode in chromium). Anyway, I’m having a few difficulties that keep coming up and I can’t figure out how to fix. It’s really aggravating.
First, Magic Mirror doesn’t start on boot. I actually had this working with pm2 at one time but alas not anymore for some reason.
Second, the calendar widget hasn’t updated (i.e. get rid of old events) for a few days now.
Lastly, the news feed does not work and hasn’t for the past month. I got it to work once but after reboot it stopped working and now all there is is “Loading…”Anyway, sorry for the long post, any help would be greatly appreciated…
PS I’m sort of a beginner at this whole Linux thing so excuse the ignorance ;) -
RE: Magic Mirror on the Raspberry Pi 1, agonizingly difficult
Hi again…
My mirror seems to be a bit sluggish… (I installed a third party stock ticker)
Apart from decreasing animation time is there any way to improve this?? -
RE: Magic Mirror on the Raspberry Pi 1, agonizingly difficult
It worked!!!
Turns out I didn’t run pm2 startup (feeling a bit stupid)
Thank you so much to everyone, I couldn’t have done it without you XD -
RE: Magic Mirror on the Raspberry Pi 1, agonizingly difficult
@bhepler Thanks, but since I’m really clueless I’m not quite sure what to do…
The contents of mm.sh
cd ~/MagicMirror
DISPLAY=:0 npm start
node serveronly
chromium-browser --noerrdialogs --disable-session-crashed-bubble -incognito --kiosk http://localhost:8080I’'ve also got the following at the end of the LXDE autostart file
@pm2 start mm.shBTW: when I run pm2 start mm.sh from the terminal the mirror starts up just fine, so I don’t know why it doesn’t autostart properly…
-
RE: Magic Mirror on the Raspberry Pi 1, agonizingly difficult
Hi again…
Everything works fine but I can’t get the mirror to auto run (in server only mode) at boot.
Any help would be appreciated…
(BTW I tried configuring the LXDE and boot files and all that)