Read the statement by Michael Teeuw here.
stumped newbe
-
@trader-dude Lets start with
locationID:
That is usually a 6 digit number obtained from openweathermap.org. e.g 512856. Make sure that is correct. Next, theappid:
is just a long sequence of numbers and letters obtained from openweathermap.org. e.g 12345gu3454uddu4u5uu64u3. Make sure you enter this exactly as provided. Do not enter the entire url, just the number itself. You need to do that in both the currentweather and weatherforecast. -
@Mykle1 that i have can i post That?
-
@trader-dude said in stumped newbe:
that i have can i post That?
your appid? No, don’t post that. That is yours and it is private
-
@trader-dude i had first installed the first version of magic mirror and used a different type of install i think it was called python it worked with my api code.
-
@trader-dude Are you using MagicMirror version 2.1 now?
-
there is some kind of warning that comes up when i install the magic mirror
-
yes I’m using 2.1
-
@trader-dude There are some warnings that don’t affect the operation of the mirror. Errors are another story
-
my location id has 7 digits I looked this up on open weather and i double checked the api and it is correct
-
Try putting in a location, just to see, but that should not matter. Also, the readme file example of the config entry shows double quotes
"
instead of single quote'
. You might want to try replacing those.location: "Paris,France", locationID: "1234567", appid: "abcde12345abcde12345abcde12345ab"