Anybody have any clues? I’m at a loss here
Read the statement by Michael Teeuw here.
Posts
-
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?