Read the statement by Michael Teeuw here.
where is that "{DEGREE}" coming from?
-
module: “currentweather” is very strange on a fresh deployment,
(Sorry for the color distortion, it’s normal as I took the screenshot from VNC which reduced the picture quality)
Question: how could I get rid of that “{DEGREE}” string?
-
@lkthomas from the MagicMirror/translations/??.json file
"FEELS": "Feels like {DEGREE}",
-
@sdetweil Thanks but is this a glitch or I miss some config?
-
@lkthomas some languages don’t have a feels like
what lanuage is your system set to ?
-
@sdetweil should be English, how could I check?
-
@lkthomas edit the config.js
language: -
@sdetweil language: “en”
-
@lkthomas just fyi… all users with reputation below 2 have all their posts reviewed before posting on the forum… this stops all the spam, and advertising…
so, have patience/// I review every post
which provider are you using?
from the doc
-
( I masked my location)
That’s my config, I copy from my old config which uses “currentweather”, and if I use “weather”, the bottom left widget will keep “Loading” and nothing appears.
-
@lkthomas only thin you should need is the provider, the apikey and some location info.
from the sample
put in your apikey
its should give u current weather from NY
it uses openweather by default…{ module: "weather", disabled: true, position: "top_right", config: { location: "New York", locationID: "5128581", apiKey: "YOUR_OPENWEATHER_API_KEY", windUnits: "mph", useBeaufort: true, degreeLabel: "false", useKmh: false }, order: "*", label: "instance 1", index: 1 },