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

    com1cedric

    @com1cedric

    3
    Reputation
    6
    Profile views
    38
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    com1cedric Unfollow Follow

    Best posts made by com1cedric

    • RE: MMM-Carousel Pagination Icons

      @mumblebaj , @karsten13 and @sdetweil , thank you really for your help with this matter. I will test tomorrow and hope all this story will help other user in the future to profit from all your great job!

      posted in Development
      C
      com1cedric
    • RE: Which solution for touching screen?

      @rkorell thank you very much for your proposal, but I just ordered it (I am in Switzerland).

      I will then test it and send it back if it does not work.

      I will inform you in any case whether if was successful or not.

      Kind regards,

      Cédric

      posted in Forum
      C
      com1cedric

    Latest posts made by com1cedric

    • RE: pm2 flush with crontab

      Many thanks @sdetweil , I will try!

      posted in System
      C
      com1cedric
    • pm2 flush with crontab

      Hello,

      I try to flush the pm2 logs every morning with crontab using this command…

      30 07 * * * pm2 flush

      but it does not work automatically, without any error showing.

      Does anyone of you know how to perform this action with crontab?

      Many thanks.

      posted in System
      C
      com1cedric
    • RE: MMM-Carousel Pagination Icons

      @mumblebaj , @karsten13 and @sdetweil , thank you really for your help with this matter. I will test tomorrow and hope all this story will help other user in the future to profit from all your great job!

      posted in Development
      C
      com1cedric
    • RE: MMM-Carousel Pagination Icons

      @sdetweil and @karsten13

      thank you for your inputs.

      I tried it and put the image (downloaded from flaticon.com) on the CSS file

      Capture d’écran 2025-04-15 à 10.03.26.jpg

      When I search for it in the Chromium browser (to be sure the URL is correct), it works

      Capture d’écran 2025-04-15 à 10.04.42.jpg

      but when I put this path in the custom.css files, with full or shorten path, it does not appear…
      Capture d’écran 2025-04-15 à 10.13.37.jpg

      in the console, I do not find anything suspicious (I only use mm-page and mm-page-indicator, and no carrousel).

      Capture d’écran 2025-04-15 à 10.16.37.jpg

      posted in Development
      C
      com1cedric
    • RE: MMM-Carousel Pagination Icons

      @sdetweil
      OK, I looked into it, thank you.

      Now, I have this images from Fontawesome. It looks nice, but I would like to be able to use other image if needed.
      Capture d’écran 2025-04-14 à 14.15.41.jpg

      For example, I would replace the “sun” with a picture “04n.png” in the “icons” forder on my raspberry.

      Capture d’écran 2025-04-14 à 14.35.10.jpg

      I tried to change line 251 with 250 in the custom.css file
      Capture d’écran 2025-04-14 à 14.45.08.jpg

      Now, the result is, that the sun has disappeared (correct), but just has been replaced with a gap.
      Capture d’écran 2025-04-14 à 14.47.43.jpg

      do you maybe see a mistake in my custom.css file? the problem is maybe between lines 221 and 240. this is strange…

      posted in Development
      C
      com1cedric
    • RE: MMM-Carousel Pagination Icons

      @sdetweil said in MMM-Carousel Pagination Icons:

      url(‘/icons/circle.png’)

      Thank you very much Sam.

      currently, I have the following command (which works well and shows an icon from FontAwesom) in custom.css:

      .MMM-page-indicator div.module-content div i:nth-child(7)::after {
      content: “\f207”;
      font-family: FontAwesome;
      color: #FF4433;
      }

      After putting an image called “olympic.png” in the “MagicMirror/icons” folder, it still does not appear if I write:

      .MMM-page-indicator div.module-content div i:nth-child(7)::after {
      url(‘/icons/olympics.png’);
      }

      Do I habe to still use “content:” before or something else?

      PS. sorry for asking, I am quite new in this CSS topic

      posted in Development
      C
      com1cedric
    • RE: MMM-Carousel Pagination Icons

      @sdetweil Hello Sam, may I ask you one question about this topic? do you know how it would be possible to show an image stored on the Raspberry or linked from the web, instead of showing an icon from Fontawesome?

      posted in Development
      C
      com1cedric
    • RE: MMM-Carousel Pagination Icons

      @sdetweil hello, and thank you for your time. It helped me a lot, as it is finally working now…

      I had to change “before” with “after” after the ::

      .MMM-page-indicator div.module-content div i:nth-child(2)::AFTER {
      content: “\f453”;
      font-family: FontAwesome;
      }

      So, thank you very much for your help and have a great week-end.

      posted in Development
      C
      com1cedric
    • RE: MMM-Carousel Pagination Icons

      @sdetweil hum… I have to re-explain my question:

      fo the moment, in custom.css, the word “hockey” is used for a page using MMM-page-indicator like this:

      .MMM-page-indicator div i:nth-child(5)::after {
      content: “Hockey”;
      }

      Let’s say, I want to replace this word “hockey”, with an image of a hockey-puck --> e.g. image “F453” on https://fontawesome.com/search?q=hockey&o=r

      Shoud I “just” write instead in custom.css:

      .MMM-page-indicator div.module-content div i:nth-child(2)::before {
          content: "\f453";
          font-family: FontAwesome;
      }
      

      When I try that, the word “hockey” has disappeared, but not image of a puck is shownd. I should have missed a step…

      Can you help me? (could interest other user as well I hope). Thanks in advance!

      posted in Development
      C
      com1cedric
    • RE: MMM-Carousel Pagination Icons

      Dear @sdetweil , hoping your going well, may I ask you something about the comment you put on this page?
      -> see this for how to locate the items to set new custom.css entries for https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues/2?_=1719951675453

      I do not find where the https://fontawesome.com is referenced to search for the icones.

      has it been erased or could you explain me?

      Wishing you a relaxing and sunny week-end,

      Cédric

      posted in Development
      C
      com1cedric