MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. tbs86
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    T
    Offline
    • Profile
    • Following 2
    • Followers 0
    • Topics 7
    • Posts 33
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Best Magic Mirror Build !

      After watching your video did you drill the holes into the mirror glass it self or did it come like that.

      posted in Show your Mirror
      T
      tbs86
    • RE: Mirror goes black after hours

      Ok will try and report back

      posted in Troubleshooting
      T
      tbs86
    • RE: Mirror goes black after hours

      Sorry still new to this. Disable the module and see if this fixed the issue?

      posted in Troubleshooting
      T
      tbs86
    • RE: Mirror goes black after hours

      @sdetweil anyway to confirm its the module?

      posted in Troubleshooting
      T
      tbs86
    • 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.

      posted in Troubleshooting
      T
      tbs86
    • RE: Mirror goes black after hours

      @sdetweil

      Yes pi3 will try once i am home thanks for the help

      posted in Troubleshooting
      T
      tbs86
    • 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?

      posted in Troubleshooting
      T
      tbs86
    • 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

      http://imgur.com/a/3drpz2h

      posted in Show your Mirror
      T
      tbs86
    • 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

      posted in Troubleshooting
      T
      tbs86
    • 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-Pi

      Everything is fine until I get to step 7 and it wants me to run the command:
      javaclient && mvn exec:exec

      When 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?
      posted in Troubleshooting
      T
      tbs86
    • RE: installing alexa error

      Anybody have any clues? I’m at a loss here

      posted in Troubleshooting
      T
      tbs86
    • 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/MojoNotFoundException
      
      

      I am unsure what to do i have google this and have no answers. if you could help that would be great. thanks

      posted in Troubleshooting
      T
      tbs86
    • RE: MMM-GoogleMapsTraffic

      @mykle1

      this worked thank you!!

      posted in Transport
      T
      tbs86
    • 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?

      posted in Troubleshooting
      T
      tbs86
    • 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

      posted in Transport
      T
      tbs86
    • 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

      posted in Transport
      T
      tbs86
    • RE: MMM-GoogleMapsTraffic

      @evroom

      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 $

      posted in Transport
      T
      tbs86
    • RE: Clocks have two different times?

      @mykle1 Thank you!

      posted in Troubleshooting
      T
      tbs86
    • 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'
                      },
                  ],
              },
          }
      ]
      

      }

      posted in Transport
      T
      tbs86
    • RE: MMM-Darksky-hourly - change icons

      @cr4z33 what icons did you end up using?

      posted in Custom CSS
      T
      tbs86
    • 1
    • 2
    • 1 / 2