Read the statement by Michael Teeuw here.
Default currentweather and weatherforecast not displaying
-
I registered for api key yesterday and have entered in the locationIDs and appids in the config.js file under weatherforecast and currentweather modules. I do not receive any errors after saving but nothing comes up in the magicmirror interface once I run the magic mirror. Any help would be appreciated
-
@brendan_c23 Turns out my api key was off by a letter. Got the current weather to display, but the temperatures are definitely off. It says it is 0.1 degrees and feels like -3 degrees where I am, but the app on my Iphone says it is 36 degrees outside. I have verified that I have entered the correct locationID for the city/state that Im in. My weather forecast still isnt displaying either.
-
@brendan_c23
Here is my config.js file{
module: “weatherforecast”,
position: “top_right”,
header: “Weather Forecast”,
conifg: {
location: “Raleigh”,
locationID: “4487042”,
appid: “b3da6c6f773acb0ed39cdbXXXXXXXXXX”,
}
},
{
module: “currentweather”,
position: “top_right”,
config: {
location: “Raleigh”,
locationID: “4487042”,
appid: “b3da6c6f773acb0ed39cdbXXXXXXXXXX”,
}
}, -
@brendan_c23 Would really appreciate any help. The time is off also for the current weather. Still can not get weather forecast to display
-
This post is deleted! -
{ module: "currentweather", position: "top_right", config: { location: "Raleigh", locationID: "4487042", appid: "TOP SECRTE" }}, { module: "weatherforecast", position: "top_right", header: "", config: { location: "Raleigh", locationID: "4487042", appid: "Top Secret", fade: false, colored: true, }},
This loc ID i test on my own mirror and it’s working. So Or your APPID is false or you make een wrong " at the start or end.
-
@jerryp I have exact same code as you got. 4487042 as my ID, still giving me wrong temperature and weather forecast is not showing up. Made sure I have correct quotations everywhere
-
@brendan_c23 The only thin I can think off is that the API is not working or correct config.
If you run the Develop en see the log.
shift + Control + I
And than look for the faults