@sdetweil thanks, forgot about the old sample file. All working now, thanks again -d
Read the statement by Michael Teeuw here.
Latest posts made by atl944
-
RE: MMM.remote connect issue
-
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; } -
RE: Weather issue
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?
-
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
-
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 } },
-
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 } },
-
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
[config.js](Invalid file type. Allowed types are: .jpg, .jpeg, .png, .gif, .png, .jpg, .jpeg, .gif)