Screensaver climate

Dear, good afternoon!

I’m trying to make a configuration on the screensaver so that I can have the weather information. I tried to configure the pore does not appear in the weather.

Follow my configuration

screensaver: { // Optional. https://github.com/resoai/TileBoard/wiki/Screensaver-configuration

     timeout: 5,                                         // Após 5 minutos de inatividade (em segudos). 300

     slidesTimeout: 10,                                  // 10s para um slide (em segundos).

     styles: { fontSize: '40px' },

     leftTop: [{ type: SCREENSAVER_ITEMS.DATETIME }],    // data/hora (datetime)

     leftBottom: [{ type: SCREENSAVER_ITEMS.WEATHER }],  // Tentativa de colocar a previsao do tempo do dia

     //rightBottom: [{ type: SCREENSAVER_ITEMS.DATETIME }], // colocar a previsão do tempo dos dias

     slides: [

        { 

           bg: 'images/screensaver/landscape-photography.jpg' 

        },

        {

           bg: 'images/screensaver/green-grass-on-sand.jpg',

           rightTop: [ // put text to the 2nd slide

              {

                 type: SCREENSAVER_ITEMS.CUSTOM_HTML,

                 html: 'Bem vindo a casa <b>Preciosa</b>',

                 styles: { fontSize: '40px' }

              }

           ]

        },

        { 

           bg: 'images/screensaver/high-angle-view.jpg' 

        }

     ]

  },

I would like the image to be similar.ImagemHA

i managed to display the temperature in the screen saver by using the types.weather format but the icon and secondary information is not displayed.