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

    atl944

    @atl944

    0
    Reputation
    1
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    atl944 Unfollow Follow

    Latest posts made by atl944

    • RE: MMM.remote connect issue

      @sdetweil thanks, forgot about the old sample file. All working now, thanks again -d

      posted in Troubleshooting
      A
      atl944
    • MMM.remote connect issue

      Hi, I know someone here can help me with this. I just added the MMM.remote connect module, also added it to my config.js file. I am 100% sure it is an issue the way I added it; problem with { } or comma in there. See the module section I added below, would appreciate any help, thanks , david

         {
      module: 'MMM-Remote-Control',
      config: {
          showModuleApiMenu: true,
          secureEndpoints: true,
          ipWhitelist: ["192.168.0.0", "192.168.0.0"]
          }
      },
      

      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (tyeof module !== “undefined”) { module.exports = config; }

      posted in Troubleshooting
      A
      atl944
    • RE: Weather issue

      @sdetweil

      You don’t know how much I appreciate the help, I will make the changes and test.

      On another note, do you have any good resources for MagicMirror in general?

      posted in Troubleshooting
      A
      atl944
    • RE: Weather issue

      @sdetweil
      sorry about the dup post, didn’t think the first one posted.

      If that is for NY, why is it displaying 2.2 >? What is that? It can’t be 2.2 degrees.

      thanks again

      posted in Troubleshooting
      A
      atl944
    • RE: Weather issue

      @sdetweil thanks for the help…

      
      {			module: "weather",
      			position: "top_right",
      			config: {
      				weatherProvider: "openmeteo",
      				type: "current",
      				lat: 40.776676,
      				lon: -73.971321 {
      			}
      		},
      		{
      			module: "weather",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				weatherProvider: "openmeteo",
      				type: "forecast",
      				lat: 40.776676,
      				lon: -73.971321
      			}
      		},
      
      posted in Troubleshooting
      A
      atl944
    • RE: Weather issue

      @sdetweil Not using an API key, but here i s what I have:

      {
      			module: "weather",
      			position: "top_right",
      			config: {
      				weatherProvider: "openmeteo",
      				type: "current",
      				lat: 40.776676,
      				lon: -73.971321
      			}
      		},
      		{
      			module: "weather",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				weatherProvider: "openmeteo",
      				type: "forecast",
      				lat: 40.776676,
      				lon: -73.971321
      			}
      		},
      
      posted in Troubleshooting
      A
      atl944
    • Weather issue

      Hi, new to MagicMirror and looking for a little advise. Not sure why my weather is showing some weird temps. I am using the default config.js file and I tried changing some of the values with Fahrenheit to Celsius. But that did not make difference. I am just trying to set it to Bluffton, SC 29910.

      Any help would be appreciated.

      I am attaching a screen showing the wrong values and my config.js file.

      thanks
      screen.jpg
      [config.js](Invalid file type. Allowed types are: .jpg, .jpeg, .png, .gif, .png, .jpg, .jpeg, .gif)

      posted in Troubleshooting
      A
      atl944