szech / mmm-uk-pollen-forecast

A module for MagicMirror that displays pollen data for your area in the UK.
MIT License
1 stars 1 forks source link

Text encroaching into other modules #4

Closed robertybob closed 4 years ago

robertybob commented 4 years ago

I've just noticed tonight, and it may be because of the long text below the icons today, but it's encroaching into the modules on the left hand side as well as pulling over to the left the weather forecast above it (the weather forecast keeps to the right hand side absolutely fine when I remove the uk-pollen-forecast config

image

                  {
    module: 'mmm-uk-pollen-forecast',
    position: 'top_right',
    config: {
        updateIntervalHours : 2,    // update every 2 hrs
        region : 'se',              // forecast for London & SE England
        first_display_date_DD_MM: '01-04', // show module from 1st April
        last_display_date_DD_MM: '01-09'  // hide module after 1st September

    }
 },
robertybob commented 4 years ago

Ignore me, I'm an idiot !