mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-30 13:09:34 +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.
|
||||
*/
|
||||
|
||||
deg2Card: function(deg) {
|
||||
deg2Cardinal: function(deg) {
|
||||
if (deg>11.25 && deg<33.75){
|
||||
return "NNE";
|
||||
}else if (deg>33.75 && deg<56.25){
|
||||
|
Loading…
x
Reference in New Issue
Block a user