It worked! Thanks!
Is there a config to fade the picture, or do an 50% transparent black overlay? I am sure I can do this with some custom CSS, but was wondering of the module supports it.
Read the statement by Michael Teeuw here.
Posts made by redink
-
RE: MMM-GooglePhotos
-
RE: MMM-GooglePhotos
Thanks for the quick reply. I assumed this had to happen from the exact same machine that MagicMirror was running out, because it would set a local cookie or something. But, I’ll try opening the URL from a different machine and report back tonight.
-
RE: MMM-GooglePhotos
Thank you for making this great module and a very a good set of instuctions. I am struggling with the last step.
I run the
node auth_and_test.js
and it opens the browser windows asking me to login. I proceed to do that, go through my 2FA and then land on a page which is asking me to select a google account form a list of 1 (just my account). Clicking my account just redirects me back to the same exact page. Have you seen this issue before? Any idea on how to fix this? -
RE: MMM-NOAA - Another Weather Module
I am really liking the new module, thanks! But, I have some images that aren’t loading. Specifically, nt_overcast and overcast don’t appear to exist in the image directory.
-
RE: The installer script linked from the main page is broken.
Thanks! The manual install did the trick for me.
-
The installer script linked from the main page is broken.
My mirror stopped working yet again, so I reformatted the SD card and went back to square 1.
After fighting the wifi issue, i finally got to the part of actually installing the app. However, the script on the main page breaks right away. I had to manually install NPM in order to move forward.But, the script still fails because it fails to fetch a bunch of dependencies. Is there a different script that I can use? I see that it hasn’t been updated in 9 months.
-
RE: MMM-CalendarExt
I just updated this module, and it stopped working. I even tried resting to the simple config from the readme, and nothing is coming up. Where can I see the logs for it to try and fix this?
-
RE: MMM-NOAA - Another Weather Module
I know you are working on V3, and I am looking forward to it. But, I’ve been having issue with V2. Specifically, it wouldn’t work with MMM-CalendarExt. Meaning I couldn’t have both on screen at the same time.
I looked at the errors, and the issue appears to be with the following lines of code
if (this.config.units != "metric") { tt.innerHTML = n Day ~ " + allDay[0].fcttext + "<br />" : "Night ~ " + allDay1 + "<br />"; } else { tt.innerHTML = n " + allDay[0].fcttext_metric + "<br />" : "" + allDayM1 + "<br />"; }
The error was something about an uncaught exception from a promise. My JavaScript is very rusty to actually try and fix this on my own, but simply commenting out those lines actually made the error go away, and I was able to get NOAA and CalendarExt on screen at the same time.
Just posting this because I spent the last two days trying to get this resolved, and figured someone else might benefit.
-
Which version of raspbian? Jessie? Stretch?
I totally screwed up my mirror yesterday, so instead of trying to fix it, I decided to just do a clean install. I went to raspbian’s webiste, and saw that stretch was the latest version. However, after installing it, I ran the setup script, and got a bunch of errors during the npm/node setup stage. Would the setup script be friendlier to jessie? I really don’t feel like spending another evening googling errors.
-
RE: localhost:8080 shows MagicMirror, but Electron just shows a blank screen
DOH! I deleted the local MagicMirror directory and ran the install script.