Add code to infer conditions from wind + gusts when Open-Meteo over simplifies weather

This commit is contained in:
mrkmntal 2026-04-13 11:33:11 -04:00
commit 84ae94e052
6 changed files with 94 additions and 14 deletions

View file

@ -16,7 +16,7 @@
&.left {
font-family: 'Star4000 Extended';
font-size: 24pt;
font-size: 18pt;
}
@ -62,6 +62,7 @@
img {
margin: 0 auto;
display: block;
width: 108px;
}
}
@ -84,12 +85,13 @@
}
.location {
color: c.$title-color;
color: #ff0;
max-height: 32px;
margin-bottom: 10px;
padding-top: 4px;
overflow: hidden;
text-wrap: nowrap;
padding-left: 15px;
}
}
}
@ -100,7 +102,6 @@
.col {
&.left {
margin-top: 35px;
font-size: 20pt;
}
&.right {

File diff suppressed because one or more lines are too long