neoground / neowx-material

Revamp WeeWX with Neowx-Material, a modern Material Design skin offering a sleek, responsive UI, captivating graphs & advanced features.
https://neoground.com/projects/neowx-material
MIT License
53 stars 30 forks source link

new issue with latest update #4

Closed magnum61 closed 3 years ago

magnum61 commented 3 years ago

After fixing the first problem with the graphs my installation now shows another minor issue:

grafik

I've verified the source code and compared it with the TMPL file, it's the same. So this text block is shown which should be a tooltip:


           <h5 class="h5-responsive indigo-text">Barometer

                <i class="wi wi-direction-up-right" title="Trend: 1.3 mbar" data-toggle="tooltip"></i>
              #elseif 1.3398078924278707 == 0
                <i class="wi wi-direction-right"></i>

            </h5>
neoground commented 3 years ago

Sorry, just a small typo. I will fix it in the current release in the next few minutes.

To manually fix this just change "elseif" to "else if" in index.html.tmpl, line 72.

magnum61 commented 3 years ago

No prob, shit happens ;-)

Thanks

magnum61 commented 3 years ago

adding the space made the trick

grafik