After watching your video did you drill the holes into the mirror glass it self or did it come like that.
Read the statement by Michael Teeuw here.
Posts
-
RE: Best Magic Mirror Build !
-
RE: Mirror goes black after hours
Sorry still new to this. Disable the module and see if this fixed the issue?
-
RE: Mirror goes black after hours
@sdetweil anyway to confirm its the module?
-
RE: Mirror goes black after hours
@sdetweil did what you said pie ran over night. Went to work and it was blank again. I think it’s something do to with one of my modules Google maps. I saw the command prompt and saw a error I believe.
-
RE: Mirror goes black after hours
Yes pi3 will try once i am home thanks for the help
-
Mirror goes black after hours
Hello.
So ever since ive had my mirror the mirror will always go blank after about 8-10 hours of being on. I did have a notification about updating Magicmirror software which i did and it did not fix the issue. then did some research about updating node.js which i did. None of these have fixed the mirror from going blank after several hours. When the mirror goes blank i am able to move the mouse around and see the cursor. Only way to fix it is to quit the program and restart it. Has anybody had this issue or know a work around to stop it going blank on me?
-
My mirror!
Hey all this is my mirror! This has been a fun project for me and has taken me a great while to finish it in between moving and Christmas! I’d definitely would like to incorporate more modules especially the mirror mirror module but could not figure out how to get Alexa installed. My dad has been a huge help with the frame with all his wood cutting tools and everything! This is a belated Christmas gift to my girlfriend and am super stoked to finally show it to her! I do wish it was a bit brighter I have tried all configurations on the monitors display and have found the best what’s in the picture. Brightness:100 and contrast:100
-
RE: Trouble getting Alexa to install
This is really frustrating if anybody could help it would be greatly appreciated !! I think it has to do something with java8 but java8 is already installed it says
-
Trouble getting Alexa to install
Hello I’ve been trying to get Alexa to install on my mm. Been following this tutorial
https://github.com/alexa/alexa-avs-sample-app/wiki/Raspberry-PiEverything is fine until I get to step 7 and it wants me to run the command:
javaclient && mvn exec:execWhen I run the command I get this
[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.819 s [INFO] Finished at: 2018-12-08T18:18:28-08:00 [INFO] Final Memory: 7M/17M [INFO] ------------------------------------------------------------------------ [ERROR] Could not find goal '' in plugin org.codehaus.mojo:exec-maven-plugin:1.2.1 among available goals exec, java, help -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoNotFoundException`` Anybody have any clues on what I'm doing wrong here? -
installing alexa error
hello. ive been trying to install alexa on my MM. but while running the command
cd javaclient && mvn exec:exec i get this
[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.819 s [INFO] Finished at: 2018-12-08T18:18:28-08:00 [INFO] Final Memory: 7M/17M [INFO] ------------------------------------------------------------------------ [ERROR] Could not find goal '' in plugin org.codehaus.mojo:exec-maven-plugin:1.2.1 among available goals exec, java, help -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoNotFoundExceptionI am unsure what to do i have google this and have no answers. if you could help that would be great. thanks
-
Making icons bigger?
i have installed @mykle1 weather module and am looking to make the icons a bit bigger is there any way to do this?
-
RE: MMM-GoogleMapsTraffic
@mykle1 said in MMM-GoogleMapsTraffic:
{ module: 'MMM-GoogleMapsTraffic', position: 'bottom_left', config: { key: 'YOUR_KEY', lat: 37.8262306, lng: -122.2920096, height: '300px', width: '300px' styledMapType: "transparent", disableDefaultUI: true, backgroundColor: 'hsla(0, 0%, 0%, 0)', markers: [ { lat: 37.8262316, lng: -122.2920196, fillColor: '#9966ff' }, ], },still getting a error
-
RE: MMM-GoogleMapsTraffic
it says line 134 but the only thing on line 134 is a ]
here is my code leading up to 134
{ module: "MMM-EARTH", position: "bottom_center", config: { mode: "Natural", rotateInterval: 15000, MaxWidth: "50%", MaxHeight: "50%", } }, ] };That is line 116 to 136 the end of my config
-
RE: MMM-GoogleMapsTraffic
did what you said and did the config check and this is what i got
Line 134 col 5 Unexpected ‘]’.
Line 134 col 5 Expected an identifier and instead saw ‘]’.
Line 134 col 6 Missing semicolon.
Line 134 col 5 Unrecoverable syntax error. (95% scanned).
pi@raspberrypi:~/MagicMirror $ -
RE: MMM-GoogleMapsTraffic
@evroom ```here is my code
{ module: "calendar", header: "US Holidays", position: "top_left", config: { calendars: [ { symbol: "calendar-check-o ", url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics" } ] } }, { module: "compliments", position: "lower_third" }, var config = { modules: [ { module: 'MMM-GoogleMapsTraffic', position: 'bottom_left', config: { key: 'YOUR_KEY', lat: 37.8262306, lng: -122.2920096, height: '300px', width: '300px' styledMapType: "transparent", disableDefaultUI: true, backgroundColor: 'hsla(0, 0%, 0%, 0)', markers: [ { lat: 37.8262316, lng: -122.2920196, fillColor: '#9966ff' }, ], }, } ]}
-
RE: MMM-Darksky-hourly - change icons
@cr4z33 what icons did you end up using?