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

    Posts

    Recent Best Controversial
    • RE: Nest Thermostat & Protect

      @pugsly Can you take a screenshot and post it along with what it should be showing? The way I have it configured, the small number is your current temp and the big number is the target temp.

      posted in Requests
      mochmanM
      mochman
    • RE: Nest Thermostat & Protect

      @Aartsie Any help would be great. I’ve been in the process of moving so all my stuff is still scattered around the house.

      posted in Requests
      mochmanM
      mochman
    • RE: Nest Thermostat & Protect

      Can you take a screenshot of what it is showing you and what it should be showing?

      posted in Requests
      mochmanM
      mochman
    • RE: WE NEED YOU!

      Great job! Looks amazing.

      posted in General Discussion
      mochmanM
      mochman
    • RE: FreeBox V6 Monitor

      I’m guessing MMM-FreeBox-Monitor is this module?

      posted in Utilities
      mochmanM
      mochman
    • RE: Mirror Not Visable

      Can you provide the errors you are receiving from npm.

      posted in Troubleshooting
      mochmanM
      mochman
    • RE: After installing MM2

      @cbryson89 Are you trying to configure the default modules? If so, you can go to the modules page and read the configuration settings. For example, if you want to display the current weather data, go to the module page. Take a look at the “Using the Module” section to see how your config.js should be modified. For the current weather example, you’ll have to add

      {
              module: 'currentweather',
              position: 'top_right',  // This can be any of the regions.
                                          // Best results in left or right regions.
              config: {
                  // See 'Configuration options' for more information.
                  location: 'Amsterdam,Netherlands',
                  locationID: '', //Location ID from http://bulk.openweather.org/sample/ 
                  appid: 'abcde12345abcde12345abcde12345ab' //openweathermap.org API key.
              }
          },
      

      to your config.js file. Then you’ll have to edit the location, and appid sections based on what you read in the Configuration Options section. As you can see, you’ll need to get an OpenWeather API key. After you get that, put the api key into your config.js in the appid: 'APIKEY HERE' section.

      Use this technique for adding/configuring other modules. Mostly all of the modules you can use for MagicMirror have a configuration page that will let you know what you need to setup to get the modules to work.

      posted in Troubleshooting
      mochmanM
      mochman
    • RE: Mirror Not Visable

      @C13INTZ There is a very in-depth installation guide posted here. Give that a try and see if it helps.

      posted in Troubleshooting
      mochmanM
      mochman
    • RE: New modules, don´t load

      @piedaniel Just quickly looking at your config.js, it looks like MMM-meteoblueCurrent module is the last one. Try taking out that last comma after you close out the module with the bracket.

      posted in Troubleshooting
      mochmanM
      mochman
    • RE: Nest Thermostat & Protect

      @Sachin Sure. I’m in the middle of a move right now, but once I get settled in I take a look at it. It should be pretty straightforward.

      posted in Requests
      mochmanM
      mochman
    • 1 / 1