Git Product home page Git Product logo

Comments (7)

G6EJD avatar G6EJD commented on June 11, 2024

It exists on the weather underground server so missing in Daniels folder

from esp8266-weather-station-color.

spiff72 avatar spiff72 commented on June 11, 2024

I just discovered this today, also.

I found that there is a file called "chancestorms.bmp". I was able add that item to the list in the settings.h file, and it downloaded the file, but it won't work in the program because it is trying to use the name "chancetstorms" from wunderground.
String wundergroundIcons [] = {"chanceflurries","chancerain","chancesleet","chancesnow","chancestorms","clear","cloudy","flurries","fog","hazy","mostlycloudy","mostlysunny","partlycloudy","partlysunny","rain","sleet","snow","sunny","tstorms","unknown"};

from esp8266-weather-station-color.

spiff72 avatar spiff72 commented on June 11, 2024

I think I fixed this by using the "chancestorms" text shown in the above line, and I corrected the line in the getMeteoconIcon section near the end of the sketch:

if (iconText == "S") return "chancestorms";

from esp8266-weather-station-color.

G6EJD avatar G6EJD commented on June 11, 2024

Except when there is a 'Chance of Thunder Storms' you'll get 'Chance of Storms' icon which would be incorrect. https://icons.wxug.com/i/c/a/chancetstorms.gif refers to the correct icon. It seems to be missing from your downloads.

from esp8266-weather-station-color.

G6EJD avatar G6EJD commented on June 11, 2024

Depending on your chosen icon set ('a' from abcdefghijk') in my example, you could download it, then convert to BMP then upload to your SPIFFS, ideally Daniel would add it to his folder as it is missing. I think Daniel is using set I, so https://icons.wxug.com/i/c/i/chancetstorms.gif would be the source.

from esp8266-weather-station-color.

spiff72 avatar spiff72 commented on June 11, 2024

I think this is just a typo in the code (where the "t" got dropped from the name). From what I can see from looking at the various icon sets, there is no "chancestorms" icon in any of the sets. There is only a "chancetstorms" icon.

So https://icons.wxug.com/i/c/i/chancetstorms.gif links to an icon, but https://icons.wxug.com/i/c/i/chancestorms.gif leads to a "not found".

So I think my fix described above is still valid. It is just making an adjustment to point to an incorrectly named file on Daniel's server.

from esp8266-weather-station-color.

marcelstoer avatar marcelstoer commented on June 11, 2024

No longer relevant -> closing

from esp8266-weather-station-color.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.