mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Update currentweather.js
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user