For clarity, the edits have to be in the custom.css file, not in the MMM-Lunartic.css file?
Read the statement by Michael Teeuw here.
Posts made by ForeverBrewing
-
RE: Separating text from image
-
Separating text from image
Hi,
I’m using MMM-Lunartic and it’s great. The only minor issue is that the text goes through the image of the moon, making it difficult to read. I’d like to move the text down (and maybe increase the size too) but have zero understanding of CSS editing. I’ve looked through the .CSS files in the module but cannot find any options that define text position or size.
Apologies if this is a really silly question! -
RE: MMM-SunRiseSet
@ForeverBrewing Ignore this; I have worked it out. The code that you previously prided needs to be placed OUTSIDE of the “body {}”
-
RE: MMM-SunRiseSet
@Mykle1 So any way of getting rid of the images completely? I’ve tried updating the custom CSS as you have suggested on the issue raised on GitHub but I don’t know how to format it correctly for it to take effect. Thanks in advance!
-
RE: MMM-Lunartic not working
@Mykle1 Thank you for the fix! and for the module, its awesome
-
RE: MagicMirror Newsfeed continually "loading"...
Will do, thanks for your help :)
-
RE: MagicMirror Newsfeed continually "loading"...
Well I guess installing a fresh copy wont be too much hassle! Its not like I cant work out how to get the google assistant to work anyway, so I’ll probably just keep it completely vanilla. Even I cant balls that up too much…
-
RE: MagicMirror Newsfeed continually "loading"...
@sdetweil said in MagicMirror Newsfeed continually "loading"...:
ls ~/MagicMirror/config -laF
ls ~/MagicMirror/modules/default -laFpi@raspberrypi:~/MagicMirror $ ls ~/MagicMirror/config -laF total 20 drwxr-xr-x 2 pi pi 4096 Nov 13 18:17 ./ drwxr-xr-x 17 pi pi 4096 Nov 12 20:25 ../ -rw-r--r-- 1 pi pi 3437 Nov 13 17:35 config.js -rw-r--r-- 1 pi pi 2769 Nov 10 14:36 config.js.sample -rw-r--r-- 1 pi pi 20 Nov 10 14:36 .gitignore pi@raspberrypi:~/MagicMirror $ ls ~/MagicMirror/modules/default -laF total 52 drwxr-xr-x 12 pi pi 4096 Nov 12 21:29 ./ drwxr-xr-x 6 pi pi 4096 Nov 10 18:20 ../ drwxr-xr-x 3 pi pi 4096 Nov 10 14:36 alert/ drwxr-xr-x 3 pi pi 4096 Nov 10 14:36 calendar/ drwxr-xr-x 3 pi pi 4096 Nov 10 14:36 clock/ drwxr-xr-x 2 pi pi 4096 Nov 10 16:35 compliments/ drwxr-xr-x 2 pi pi 4096 Nov 10 14:36 currentweather/ -rw-r--r-- 1 pi pi 520 Nov 10 14:36 defaultmodules.js drwxr-xr-x 2 pi pi 4096 Nov 10 14:36 helloworld/ drwxr-xr-x 2 pi pi 4096 Nov 12 21:32 newsfeed/ drwxr-xr-x 2 pi pi 4096 Nov 10 14:36 updatenotification/ drwxr-xr-x 3 pi pi 4096 Nov 10 14:36 weather/ drwxr-xr-x 2 pi pi 4096 Nov 10 14:36 weatherforecast/
Thank you so much for your time with this btw :)
-
RE: MagicMirror Newsfeed continually "loading"...
@sdetweil
Nope, I’m missing the last two lines:pi@raspberrypi:~/MagicMirror $ pm2 stop 0 npm start [PM2] Spawning PM2 daemon with pm2_home=/home/pi/.pm2 [PM2] PM2 Successfully daemonized [PM2] Applying action stopProcessId on app [0](ids: 0) [PM2][ERROR] Process 0 not found pi@raspberrypi:~/MagicMirror $ npm start > magicmirror@2.9.0 start /home/pi/MagicMirror > sh run-start.sh Starting MagicMirror: v2.9.0 Loading config ... Loading module helpers ... Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: helloworld. All module helpers loaded. Starting server on port 8080 ... Server started ... Connecting socket for: updatenotification Sockets connected & modules started ... Launching application.
Also looks like the helper module doesn’t get loaded…?