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

    Posts

    Recent Best Controversial
    • RE: Making a Timer Module!!

      This module will definitely help you learning MMM-waffleContdown it’s a fork of the original module MMM-doomsDay

      and here is the Official module development doc.

      posted in Development
      R
      Ramez
    • RE: MMM-Random Fact

      @mykle1 yep, it does work ONLY when set to english but other languages has a problem as stated here due to error in promise.all() function Here …please try to change your language to any other to confirm the error and let us know.

      @lavolp3 it’s the same error of mine.

      posted in Education
      R
      Ramez
    • RE: MMM-Random Fact

      @cowboysdude sorry, but still same error

      posted in Education
      R
      Ramez
    • RE: MMM-Random Fact

      @lavolp3 glad it’s working…could you try to change it’s language and see if it still works?

      posted in Education
      R
      Ramez
    • RE: MMM-Random Fact

      @lauxtert @cowboysdude same here it stays in" getting a fact" (in my language)…restarting does nothing and setting global config language also does nothing only english is working! here is the error I get

      {node:1148} UnhandeledPromiseRejectWarning: Unhandeled promise rejection {rejection id: 1}: Error
      {node:1148} [DEP0018] DeprecationWarning: Unhandeled promise rejection are deprecated. In the future, promise rejections that are not handeled will terminate the Node.js process with a non-zer exit code.
      
      posted in Education
      R
      Ramez
    • RE: MMM-SoccerLiveScore

      @nem1 glad it’s working :) … same happened to me Here that’s because source server sometimes down

      posted in Sport
      R
      Ramez
    • RE: MMM-SoccerLiveScore

      @nem1 where did you get the 0 in leagues config? there is no leagues assigned to zero, remove it and try…

      posted in Sport
      R
      Ramez
    • RE: script or bash to exit MM and exit GUI and run a command in TTY mode

      put the first one in /home/pi/retropie/roms/ports and you can run it under ports section in ES

      the closing script is a bit tricky you can use MM module that excute a terminal command to exit like this one MMM-TouchButtons and config it like that

      {
        text: 'Exit MM',
        icon: 'skull',
        action: 'exec', 
        command: 'killall lightdm'
      }
      

      it should kicks you back to ES

      posted in Development
      R
      Ramez
    • Font Awesome alert icons

      greetings,
      I’m building my first little module which sends a notification to Alert module by

      this.sendNotification("SHOW_ALERT", {title: "blah", imageFA: 'bullhorn', message: "blah", timer: 5000});
      

      the problem is any icon in imageFA except bullhorn isn’t shown even with adding the proper

      getStyles: function() {
              return ['font-awesome.css'];
      },
      

      to my_module.js file so the question is, does alert module fully handle the notification payload (which contains imageFA data) if so looks like there is a problem with the default module?, or something missing has to be configured first in my module??

      posted in Development font awesome imagefa alert module sendnotification
      R
      Ramez
    • iFrame module cache clean

      greetings,
      a lot of iFrame modules and it’s forks out there but a small question just arised, When viewing a web page using iframe where it’s cache being stored?
      I’ve actually used MMM-iframe module to view a memo notepad site and want to clean it’s cache, removing electron cache didn’t help…any help please

      posted in Troubleshooting
      R
      Ramez
    • 1
    • 2
    • 3
    • 2 / 3