@Gjones93 Well it seems to be working now, I guess I just needed to give the api time to start working, thanks for all the help!
Best posts made by croc_dad72
-
RE: MMM-WeatherAlerts
-
RE: This my first MagicMirror aka Dashboard
Looks good, nice work!
What calendar module are you using in this?
Latest posts made by croc_dad72
-
RE: This my first MagicMirror aka Dashboard
Looks good, nice work!
What calendar module are you using in this?
-
RE: MMM-WeatherAlerts
@Gjones93 Well it seems to be working now, I guess I just needed to give the api time to start working, thanks for all the help!
-
RE: MMM-WeatherAlerts
@Gjones93 said in MMM-WeatherAlerts:
@croc_dad72 I tried that lat and lon and I am seeing the winter weather advisory.
Let me ask this: For the other weather modules (e.g. forecast), are you setting an apiVersion parameter in your config file? If yes, to what?
Lastly, are you able to share your config layout for the MMM-WeatherAlerts module, minus your apiKey? I’m expecting something like this:
Im just using the default weather from MM, and I have changed any of those parameters at all, just added my api key, and city id.
My config:
{ module: "MMM-WeatherAlerts", position: "top_right", // top_right header: "Weather Alerts", config: { // See 'Configuration options' for more information. lat: "42.4604", lon: "-71.3489", apiKey: "", colored: true } },
-
RE: MMM-WeatherAlerts
@Gjones93 Maybe I don’t understand how to get right api then? I went in and subscribed, created a new api in the api generator, and is still isn’t working? I was able to borrow someone else’s api key for a min and it worked?
-
RE: MMM-WeatherAlerts
@Gjones93 Honestly, im not really sure what I have, I know I signed up for free? I also put in lat/lon for concord ms(42.4604,-71.3489), which is under an active watch and nothing is showing on my mirror? Sorry for the trouble, in relatively new to this, so im sure I did something wrong!
-
RE: MMM-WeatherAlerts
@Gjones93 I think the issue is the one call subscription, I thought this worked with the free api or the same api at the weather forecast api.
-
RE: MMM-WeatherAlerts
Is there a specific lat/lon list to use, I’ve tried several different combinations and locations and I can’t get module to show?