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

    Posts

    Recent Best Controversial
    • (2.1.1) Options of Clock broadcast event

      I use 3 time-based modules (Scheduler, AlarmClock, PrayerTime). Each module implement internal timer to check current time if there is a trigger an event. IMO, it will more efficient if the module use a broadcast event from Clock module (every minute and/or every hour, each configured through config.js) to trigger particular event in the user module. The Clock broadcast event will contain date (MM/DD/YYYY) and time (hh : mm : ss) minimally.
      @MichMich : What do you think?

      posted in Upcoming Features
      slametpsS
      slametps
    • RE: Using the Raspberry Pi Camera to see through the mirror

      I’m using the exact rpi camera, and it’s working flawlessly with facial-recognition module. also taking a picture or record video. Have you test the camera before attached to its place?

      posted in Troubleshooting
      slametpsS
      slametps
    • RE: MMM-Memo - Add some memos on your page and manage them through HTTP request

      @schnibel Awesome module!

      posted in Productivity
      slametpsS
      slametps
    • RE: Default News app display

      @Preve currently is not supported yet. You can ask a feature request for this one.

      posted in Troubleshooting
      slametpsS
      slametps
    • RE: Samsung S Health

      @Speedy-one the process is quite a long-steps. :)

      posted in Requests
      slametpsS
      slametps
    • RE: MMM-Podcast: omxplayer still running. kill forced

      @lolobyte said in MMM-Podcast: omxplayer still running. kill forced:

      Hello,
      This is my problem.

      0|mm | button pressed
      0|mm | undefined
      0|mm | omxplayer still running. kill forced

      The video is present as video.mp4 in the MMM-Podcast folder.
      omxplayer is installed.
      I run this command and the Video is shown in the middle of the screen ;-))

      pi@raspberrypi:~/MagicMirror/modules/MMM-Podcast $ omxplayer -p -o hdmi video.mp4

      but… no sound. ok, that’s another issue.

      By presssing the Button bo video is starting.

      Can somebody help with this?

      I usually not using -p option for sound issue.

      omxplayer -o hdmi video.mp4
      
      posted in Troubleshooting
      slametpsS
      slametps
    • RE: Samsung S Health

      @Speedy-one which URL for S-health API?

      posted in Requests
      slametpsS
      slametps
    • RE: MMM-PrayerTime

      @AAPS you can set config playAdzan as following to tell module NOT to play adzan:

      playAdzan: [],
      
      posted in Education
      slametpsS
      slametps
    • RE: Removing the inner bezel from a LCD monitor

      @mizzoudavis I leave the bezel intact. Other area not covered by bezel (outside the monitor), you simply add black/dark tape/paper/paint.

      posted in Hardware
      slametpsS
      slametps
    • RE: MMM-RandomQuranAyah

      @zam you’re welcome.

      posted in Education
      slametpsS
      slametps
    • MMM-PrayerTime

      Description:

      A MM-module to display moslem praying time from https://aladhan.com.

      Download:

      [card:slametps/MMM-PrayerTime]

      Screenshot

      0_1489323853205_screenshot.png

      Initial Version

      posted in Education
      slametpsS
      slametps
    • RE: MMM-RandomQuranAyah

      @zam said in MMM-RandomQuranAyah:

      Jazakallah , if you can please try to implement a Module for ADAN it will be very usefull :)

      @zam It is available now, MMM-PrayerTime for displaying praying time with adhan recital.

      posted in Education
      slametpsS
      slametps
    • RE: Slim Monitor or TV

      @almasgai said in Slim Monitor or TV:

      @slametps Thank you so much! I ended up getting a monitor.

      @almasgai Please ensure that if your requirement and goal about MM is also involving sound output, using TV rather than monitor is better choice, except monitor is already has built-in speaker. It is also my consideration about using TV for my MM.

      posted in Hardware
      slametpsS
      slametps
    • RE: Slim Monitor or TV

      @almasgai I’m using FHD TV myself. If you’re satisfied enough with the display result, that’s ok. But I think, it will be much better display if using monitor. Power source for raspi, it is not recommended to use USB port from the TV since raspi require 5v 2A for better performance since USB from TV just have 1A or less output.

      posted in Hardware
      slametpsS
      slametps
    • RE: MMM-RandomQuranAyah

      @zam I’m still working on a new module MMM-PrayerTime including playing Adzan. Hope it will release in this weekend.

      posted in Education
      slametpsS
      slametps
    • RE: Go East, young icon!

      @strawberry-3.141 said in Go East, young icon!:

      .MMM-NetworkScanner .fa-ul {
      margin-left: 35px;
      }

      .MMM-NetworkScanner .fa-li {
      left: -35px;
      text-align: initial;
      }

      Yap, this works. Thx a lot, @strawberry-3-141.

      posted in Troubleshooting
      slametpsS
      slametps
    • RE: Go East, young icon!

      @strawberry-3.141 said in Go East, young icon!:

      @slametps can you share a screenshot? for me its aligned to the left

      0_1488845973500_MM-network_scanner-align_left.jpg

      using following css:

      .MMM-NetworkScanner .fa-ul {
        margin-left: 0px; /* This aligned NetworkScanner to the left margin */
        width: 35 px; /* If you remove this line it will be the same width as the widest module in the region, this can lead to a big gap, thats why i limited it to 130px if you add devices with longer names you might want to increase this value */
      }
      
      .MMM-NetworkScanner .fa-li {
        position: relative; /* This put the icon on the right side */
        float: left;
        left: initial;
        margin-left: 0px;
      }
      

      There are spaces between icon in NetworkScanner module and the left-edge. Is it possible to make it full left-aligned?

      posted in Troubleshooting
      slametpsS
      slametps
    • RE: Go East, young icon!

      @strawberry-3.141 said in Go East, young icon!:

      @slametps for me this works

      .MMM-NetworkScanner .fa-ul {
          margin-left: 35px;
      }
      

      this style will cause the icon has a left-margin about 35px. what I want is the icon is left-aligned without a margin, and set margin-left to 0 or 1px is not working as expected.

      posted in Troubleshooting
      slametpsS
      slametps
    • RE: Go East, young icon!

      @Mykle1 said in Go East, young icon!:

      @slametps said in Go East, young icon!:

      the space on the left of the icon. How to remove it?

      Strawberry helped me with this. I’m not trying to answer for him, but while you’re waiting, this is what he did for me.

      Add this to your custon.css file.

      .MMM-NetworkScanner .fa-ul {
        margin-left: 0px; 
      }
      

      /* This aligned NetworkScanner to the left margin. Thanks to Strawberry-3.141 */

      I’m using this on my custom.css, but still no luck.

      .MMM-NetworkScanner .fa-ul {
        margin-left: 1px;
      }
      

      the icon still has space I mention earlier.

      posted in Troubleshooting
      slametpsS
      slametps
    • RE: Go East, young icon!

      @strawberry-3.141 : the space on the left of the icon. How to remove it?

      posted in Troubleshooting
      slametpsS
      slametps
    • 1 / 1