MichMich / mmm-systemtemperature

Display the temperature of your Raspberry Pi on your Magic Mirror.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackscreen after inserting config

jlnxaer opened this issue · comments

Hello,

I just tried to "install" the module.
After inserting the config and rebooting the Mirror I just get a blackscreen.

My PM2 log shows the following:
0|MagicMir | npm ERR! A complete log of this run can be found in:
0|MagicMir | npm ERR! /home/pi/.npm/_logs/2020-12-10T14_43_28_756Z-debug.log
0|MagicMir | npm ERR! code ELIFECYCLE
0|MagicMir | npm ERR! errno 1
0|MagicMir | npm ERR! magicmirror@2.13.0 start: DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
0|MagicMir | npm ERR! Exit status 1
0|MagicMir | npm ERR!
0|MagicMir | npm ERR! Failed at the magicmirror@2.13.0 start script.
0|MagicMir | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Can anybody help me find a solution for this? :(

Thank you in advance!
Greetings,
JLN

I must admit I don't really maintain this module very well. If I'm not mistaken there was a PR merged recently which might be the issue. I didn't check test the module after merging. Might be worth investigating that.

I can confirm the black screen issue.

Also experiencing this issue. Nothing shown in log.

Same issue here.

FYI: I just installed it on a fresh install, and it seems to work. Make sure you run npm install from within the mmm-systemtemperature folder.

commented

It's 2023 and this still works. running npm install from within module folder as stated above is key. Thanks Mich!