RedNax67 / MMM-WunderGround

28 stars 43 forks source link

iconset wont work #35

Open cryptooth opened 6 years ago

cryptooth commented 6 years ago

Hi, This is my config:

  {
  module: 'MMM-WunderGround',
  position: 'top_right',
  config: {
    apikey: 'XXXXXXX',
    pws: 'Istanbul',
    hourly: '0',
    fctext: '1',
    fcdaycount: "3",
    fcdaystart: "0",
    hourlyinterval: "3",
    hourlycount: "2",
    alerttime: 10000,
    alerttruncatestring: "english:",
          roundTmpDecs: 1,
          UseCardinals: 0,
          layout: "horizontal",
          sysstat: 0,
          iconset: "VCloudsWeatherIcons"
  }
  },

But when I try to change iconset, it doesnt effect. It's always use flat icons.

Any advice?

sandstheman commented 6 years ago

Exact same issue, i only ever get the flat icons and nothing else, doesn't matter what i set iconset to, or even just leave it out so it takes default.

EDIT/UPDATE:

figured this out, need to set 'coloricon: true' for the weather icon images to show.