@sdetweil Same problem identification, way better solution!
Read the statement by Michael Teeuw here.
Posts made by ganget
-
RE: npm install error
-
RE: npm install error
I’m not really sure what your question is, or if you even have a question?
I’m making the assumption that your question is: why do you get the errors? That is probably because mac and RPI have 2 totally diferrent operatings systems.
The errors are a result of that, This bold part of the error is telling that the ellection.app is installed on MacOS: "Electron.app/Contents/MacOS/Electron: 1: " But you are running it on a RPI.To solve this you can do a clean install of MagicMirror on the RPI and install the modules as well. Then copy the changed config files, probably being config.js and custom.css
-
RE: Animated rainbow color gradient for the default clock module
@Smotx
This line below in your custom.css has to match the module class in your config.js.clock-time-only-color
My 2e clock mudule inside config.js looks like
{ module: "clock", position: "top_center", classes: "clock-time-only", //this line config: { timeFormat: 24, showPeriod: true, displaySeconds: false }
If you have any more questions let me know :winking_face:
-
RE: Animated rainbow color gradient for the default clock module
@Smotx Jup in custom.css.
ps. I have two clock modules, one with time only and the other with date only ;) -
RE: Best glass transparency for MagicMirror
Maybe this link can help you with answering your question? It’s all about research i guess. :winking_face:
-
RE: My First mirror 24" x 36" with 24" LCD Monitor
@keyun21 Looks very nice man! Are you considering changing something, so it’s less obvious where you placed the screen behind the mirror, when somebody is watching the mirror?
-
RE: 55" LED TV Cr4z33 Mirror
@Cr4z33 Looks really clean, I really like the border less glass. Seems like it’s a high quality mirror you used there! Job well done! :winking_face: :thumbs_up:
-
RE: Need a tester on Pi for a new module :)
@THeStigh I’m willing to test as well. Because i agree with @strawberry-3-141 more testers gives more and diverse data and will help you perfect the module faster. Let me know how you think about it :winking_face:
Ps. I’m using the raspberry pi 3b+
-
RE: Anyone fancy doing a fulscreeen month calendar?
@stuartiannaylor Can you show me a picture to explain “boy it just doesn’t fit”? modifying the custom css can probably help you to achieve what you want.
Do you have a picture of something similar to what you want?