mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-27 08:22:05 +00:00
weather.gov N arrow
This commit is contained in:
@@ -263,6 +263,8 @@ WeatherProvider.register("weathergov", {
|
||||
return 326.25;
|
||||
} else if (direction === "NNW") {
|
||||
return 348.75;
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user