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

    Posts

    Recent Best Controversial
    • MMM-BackgroundSlideshow shows blurry images

      Hello

      When using images in MMM-BackgroundSlideshow the become blurry/pixelated.

      My library contains only 4K images with no compression

      Has it something to do with the gradient-, Horizontalgradient-, radialGradient- and GradientDirection settings?

      Any help will be appreciated

      posted in Troubleshooting
      K
      kasperinline
    • RE: MMM-FlipClock and CSS

      Got it! And learned a little more:

      .tick .medium {
      	font-size: 60px;
      	 text-transform: uppercase;
      }
      
      .tick {
          display: flex;
          align-items: left;
          justify-content: start;
      }
      
      .MMM-FlipClock .time {
          order: 1;
      }
      
      .MMM-FlipClock .date {
          order: 2;
      	align-self: center;
      }
      

      electron_uz6jpbdbja.png

      posted in Development
      K
      kasperinline
    • RE: MMM-FlipClock and CSS

      @sdetweil
      Thanks for your answer - I already tried developer window and a bit of A.I. but I can’t get any further than my screenshot.

      I think I have to study CSS instead of ‘copy/paste’ and trial’n’error as now.

      :-)

      posted in Development
      K
      kasperinline
    • MMM-FlipClock and CSS

      Hello everybody

      I have some trouble manipulating the MMM-FlipClock. I want the Clock and the date side-by-side without a huge gap. See the screenshot

      electron_M3iSC96LvM.png

      How do I reduce the gap through CSS? Can anybody point me in the right direction? Se my CSS:

      .tick {
          display: flex;
          align-items: center;
          justify-content: space-between;
      }
      
      .MMM-FlipClock .time {
          order: 1;
      }
      
      .MMM-FlipClock .date {
          order: 2;
      }
      

      I have tried to use margin and padding without any luck. I want to have the content aligned to the left.

      Is i possible?

      Thanks for your help.

      posted in Development
      K
      kasperinline
    • RE: MMM-birthdays

      Great work, and allready in use :-)

      posted in Utilities
      K
      kasperinline
    • RE: MMM-Netatmo updated

      @Laz

      Did you find a solution?

      I’ve got the same problem :-(

      posted in Utilities
      K
      kasperinline
    • RE: MMM-CalendarExt3

      @MMRIZE said in MMM-CalendarExt3:

      @kasperinline
      Do that in your ‘custom.css’ not in the ‘MMM-CalendarExt3.css’

      Yes of course :-)

      Always in the ‘custom.css’

      posted in Utilities
      K
      kasperinline
    • RE: MMM-CalendarExt3

      @kasperinline said in MMM-CalendarExt3:

      @fedale
      I’m not able to get rid of the text “CW”. Can you help me, by sharing your lines.

      Regards

      Got i’t by myself, and learned a little more :-)

      .CX3 .cw::before {
      content: "CW ";
      display: none;
      }
      
      posted in Utilities
      K
      kasperinline
    • RE: MMM-CalendarExt3

      @fedale
      I’m not able to get rid of the text “CW”. Can you help me, by sharing your lines.

      Regards

      posted in Utilities
      K
      kasperinline
    • RE: MMM-Todoist fontsize

      @sdetweil said in MMM-Todoist fontsize:

      @kasperinline if you are lucky you won’t have to do this more than 100 times! lol

      That dosent matter as long as I know, their might be a solution :grinning_squinting_face:

      posted in Troubleshooting
      K
      kasperinline
    • RE: MMM-Todoist fontsize

      @sdetweil said in MMM-Todoist fontsize:

      see https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1683502518672
      on how to use the developers console

      Thank you, for pinpointing me in the right direction istead of giving me the answer :-)

      The class-name is “xsmall”

      Thank you, for you time and patience

      posted in Troubleshooting
      K
      kasperinline
    • MMM-Todoist fontsize

      Hello everybody

      I’m using the mentioned modul for todo’s for my family. I would like to change the font size of the projects-names, but I can’t figure it out.

      DSC_0860.JPG

      The task’s is not a problem, I Use this code, for the tasks in my custom.css

       .MMM-Todoist .small {
      	font-size: 24px;
      	line-height: 30px;
       }
      

      But how to I change the size of project-names? Chat-GPT suggest:

      .MMM-Todoist .project {
        font-size: 20px; /* Ændr tekststørrelsen her */
      }
      

      But that did’nt work

      The tasks is on the left side and projectnames on the right-side

      Any Suggestions?

      posted in Troubleshooting
      K
      kasperinline
    • RE: MMM-Trello - No checklist

      Thank you for your time and answer

      The list works today, and I dont know why :confused_face:

      The only thing I did, was to turn on the Raspberry

      posted in Troubleshooting
      K
      kasperinline
    • RE: MMM-Trello - No checklist

      @sdetweil said in MMM-Trello - No checklist:

      @kasperinline look in the output of where you do npm start
      to see any errors…

      This is the only errors :

      /home/kasper/.pm2/logs/MagicMirror-error.log last 15 lines:
      0|MagicMir | /home/kasper/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
      0|MagicMir | failed to load driver: kms_swrast
      0|MagicMir | MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
      0|MagicMir | failed to load swrast driver
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
      0|MagicMir | failed to load driver: kms_swrast
      0|MagicMir | MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
      0|MagicMir | failed to load swrast driver
      

      Anything related to the module?

      posted in Troubleshooting
      K
      kasperinline
    • MMM-Trello - No checklist

      Hello everybody

      When starting MargicMirror I don’t get any checklist in the MMM-Trello module - It just keep loading and loading

      DSC-0869)

      What I have tried:

      Different regions in MagicMirror
      Sudo update/upgrade
      Reboots
      2 Different API and Tokens

      Anybody have a clue on whats going on?

      posted in Troubleshooting
      K
      kasperinline
    • RE: ChatGPT is creating Modules

      That is so cool, if it works

      posted in Development
      K
      kasperinline
    • RE: PC to Pi app

      The name is PuTTy
      PuTTy

      But as mentioned, you have to turn on SSH

      posted in General Discussion
      K
      kasperinline
    • RE: Black border around Gslide?

      I Used this solution link

      Now it works… at bit slowly, but it works

      posted in Troubleshooting
      K
      kasperinline
    • Black border around Gslide?

      Hello everybody online

      I’m looking for a solution to get rid of the black border around my GSlide (See screenshot)

      screenshot.png

      This is the code in config.js

      {
      module: "MMM-iFrame-GSlides",
      header: "Arangementer, ture",
      position: "top_left",
      config: {
        url: "https://docs.google.com/presentation/d/e/2PACX-1vT04vwA1wVmel9V-ew1t-c33GaS64tU0nLeMDjTDl5bUr2-CjfjxdRCEJiBFEPlH7xbqxP6KCxVvGIG/embed?start=false&loop=false&delayms=3000&rm=minimal",  
        RefreshInterval: 5 * 60 * 1000, // Refreshes Page every 5 minutes.
        width: "400px", 
        height: "600px" 
      	}
      },
      

      I’ve tried to add this in custom.css

      .MMM-iFrame_Gslides {
      border: none,
      };
      

      I got the same result, using another iFrame-module

      Can anybody help?

      Merry Christmas

      posted in Troubleshooting
      K
      kasperinline
    • 1 / 1