jharttech / MMM-weatherforecast

Custom weather module based off of the MagicMirror default weatherforecast module. This edit allows the days to be shown across the screen with added icons.
GNU General Public License v3.0
10 stars 11 forks source link

No icons? #3

Open jaytonic opened 4 years ago

jaytonic commented 4 years ago

Hi,

I just installed your plugin on my mirror, everything seems fine, except there is no icons displayed:

image

My current configuration:

  "module": "MMM-weatherforecast",
  "header": "Météo",
  "config": {
    "locationID": "0000000000",
    "appid": "aaaaaaaaaaaaaaaaaa",
    "maxNumberOfDays": 3,
    "showRainAmount": true,
    "lang": "fr"
  },
  "position": "top_left"
}

I just installed the module and set this configuration, I didn't touch anything.

Did I miss something? I don't see any error in the chrome tools

cmdnymous commented 4 years ago

I'm a bit late, but Quote from README: "Note: You will need to move the "icon" folder, included in this project, to the 'MagicMirror/css/' directory if you want to use the included icons. If you wish to use your own icons place them in the 'icon' folder in place of the desired icon."