A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-TracCar update of time/devices
-
Hello,
I just added this module.
The display of the users works fine, except there’s nowhere to find the update time.
The location stays in the same position, or the device stays offline when they are online. When I restart the module the position is up to date.
The config is belowGreetings Jerry from Holland
{ module: 'MMM-TracCar', disabled: false, //false, true position: 'bottom_center', config: { url: "http://X.X.X.X:80XX", // Traccar Prive Server username: "XXXX", // pass: "XXXX", // gmapid: "AIzaSBLABLABLA", // Google Apps key map_width: "520", // width of the map element map_height: "265", // height of the map element map_border_radius: "10", // border radius of the map element (optional) map_zoom: "15", // zoom level of the map (optional) map_shadow_color: "false", // shadow color of the border element (optional) }},