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: 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
    • 3
    • 4
    • 2 / 4