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

    Posts

    Recent Best Controversial
    • RE: MMM-Face-Reco-DNN + ProfileSwitcher

      @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?

      posted in Troubleshooting
      S
      Stardyze
    • 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.

      posted in Troubleshooting
      S
      Stardyze
    • 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.

      posted in Troubleshooting
      S
      Stardyze
    • 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",
                }
              }
            },
      
      posted in Troubleshooting
      S
      Stardyze
    • 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)

      posted in Troubleshooting
      S
      Stardyze
    • 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!

      posted in Troubleshooting
      S
      Stardyze
    • 1
    • 2
    • 2 / 2