@sdetweil Sorry I’m new where in the Face-Reco can you set profiles instead of using MMM-ProfileSwitcher? Can you have different layouts for different people using just the MMM-Face-Reco-DNN module?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Face-Reco-DNN + ProfileSwitcher
-
MMM-Face-Reco-DNN + ProfileSwitcher
Has anyone had any luck trying to use the two modules together? I have tried editing the .js in the Face-Reco module to fit with the other one like said in the documentation of the ProfileSwitcher module but since it is a different module not all things line up.
-
RE: MMM-TomTomTraffic blank circle
@sdetweil I removed the quotes and it still shows the same black circle. I tried using nothing surrounding the numbers and with colons and it still doesn’t seem to show.
-
MMM-TomTomTraffic blank circle
Hello I’ve been having some issues with the MMM-TomTomTraffic module, I’ve tried both MMM-TomTomTrafficIncidents as well as this one and both do not work. With the config below, the only thing I get is a blank black circle with no streets or traffic or anything inside of it, all my other modules work except for this one. Has anyone else had this same issue?
{ module: "MMM-TomTomTraffic", position: "top_right", classes: "1", config: { location: [-88.158592, 42.966492], size: "350", zoomLevel: "5", tomtom: { apiToken: "uFqZBswnFWpg7WRHEkRFwcmMur5nvmt7", thickness: "4", }, mapbox: { apiToken: "pk.eyJ1Ijoic3RhcmR5emUiLCJhIjoiY2txbWIxYW04MGVubjJubm4wcmg4aXlieSJ9.ArytlzgM4WMc5tfGszkvIA", } } },
-
RE: Weather Module LocationID Error
@sdetweil Okay that did fix that, now it’s telling me there’s an unexpected token “modules” (The one close to the top of the config file)
-
Weather Module LocationID Error
Hello I am fairly new to the community so please bare with me haha
I’m currently setting up my Magic Mirror to show the default weather module for now, I received a LocationID and API key from openweather.com and when I run config:check it says that it doesn’t recognize the token “LocationID”
Here is my current config of it
{
module: “weather”,
position: “top_right”,
config: {
weatherProvider: “openweathermap”,
type: “current”,
location: “New Berlin”
locationID: “5264381”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
apiKey: “8c4d8ab59d1b3f0277d2aed5a9561da5”
}
},Thank you!