MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. nibov33070
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 6
    • Groups 0

    nibov33070

    @nibov33070

    0
    Reputation
    11
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    nibov33070 Unfollow Follow

    Latest posts made by nibov33070

    • Default calendar ignoring some config.

      Hi. The default calendar ignores some of my settings. The maximumNumberoOfdays & MaxTitleLength, but wrapEvents ignores me. Here’s my config:

      { 
         module: "calendar",
         header: "",
        fetchInterval: 18000000,
        position: "top_right",
         config: {
           calendars: [
                       {
                          symbol: "calendar-alt",
                          name: "name",
                          maximumNumberOfDays: 8,
                          maxTitleLength: 5,
                          maximumEntries: 8,
                           showLocation: true,
                           fade: false,
                           fadePoint: 1,
                            showEnd: true,
                           wrapEvents: true,
                           url: "url.com/calendar"
                           auth: {
                                       user: "me",
                                        pass: "pass",
                                       method: "basic",
                                       }
                               },
                        ]
               }
          },
      
      
      posted in Troubleshooting
      N
      nibov33070
    • RE: Changing customcss for third party modules.

      Thanks for the reply. I was a bit unclear, I was talking about the info option that shows the name of the image being shown. I’ve discovered that the settings are in the BackgroundSlideshow.css file under
      .MMM-BackgroundSlideshow .info {
      }
      If I change the file directly, it works, but if I add
      .MMM-BackgroundSlideshow .info {
      }
      to the customcss file, it still doesn’t take effect.

      posted in Custom CSS
      N
      nibov33070
    • Changing customcss for third party modules.

      Hi. I’ve added boxes around modules using (for example):

      .module.newsfeed {
         background-color:rgba(255.255.255.05);
      }
      

      and that works fine. When I try the same thing with the module Background slide show:

      .module.MMM-BackgroundSlideshow {
         background-color:rgba(255.255.255.05);
      }
      

      It doesn’t take the settings. Does anyone know why?

      As a bonus question, is there a way to change the colour of the header text in the default calendar module?

      Thanks.

      posted in Custom CSS
      N
      nibov33070
    • RE: All image based modules only show tiny icon instead of image.

      @Mykle1 I’ve got it working now. I checked the syntax & compared it to your example, but I also originally had the imagePath connected to mnt/images. I changed the share to …/MMM-ImageSlideshow/Images and now it works fine. Thanks again.

      posted in Troubleshooting
      N
      nibov33070
    • Creating .ical file from caldav connection.

      Hi. Im looking for something to logon to a caldav calendar & create an .ical file that I can point MagicMirror at. It can run on Linux or Windows. Can anyone help? Thanks.

      posted in Troubleshooting
      N
      nibov33070
    • All image based modules only show tiny icon instead of image.

      Hi. I’ve just installed MagicMirror on a Pi4. I’ve tried MMM-ImagesPhotos, MMM-BackgroundSlideshow & MMM-ImageSlideshow and all 3 modules when run only show a small icon instead of images. I’ve tried pointing MMM-ImageSlideshow at the example images folder & it does the same thing. Does anyone have any ideas? Thanks.

      posted in Troubleshooting
      N
      nibov33070