mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-30 04:59:32 +00:00
weather.gov N arrow
This commit is contained in:
parent
3a034ecec8
commit
d8765578c8
@ -263,6 +263,8 @@ WeatherProvider.register("weathergov", {
|
|||||||
return 326.25;
|
return 326.25;
|
||||||
} else if (direction === "NNW") {
|
} else if (direction === "NNW") {
|
||||||
return 348.75;
|
return 348.75;
|
||||||
|
} else {
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user