mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-01 13:33:15 +00:00
Update currentweather.js
This commit is contained in:
parent
836148a335
commit
77cb8530e5
@ -284,7 +284,7 @@ Module.register("currentweather",{
|
|||||||
* return number - Rounded Temperature.
|
* return number - Rounded Temperature.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
deg2Card: function(deg) {
|
deg2Cardinal: function(deg) {
|
||||||
if (deg>11.25 && deg<33.75){
|
if (deg>11.25 && deg<33.75){
|
||||||
return "NNE";
|
return "NNE";
|
||||||
}else if (deg>33.75 && deg<56.25){
|
}else if (deg>33.75 && deg<56.25){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user