• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Wider Veriety of Modules For Different Kinds of People

Scheduled Pinned Locked Moved Requests
20 Posts 4 Posters 9.7k Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    slametps @AAPS
    last edited by Feb 18, 2017, 11:11 AM

    @AAPS

    @AAPS said in Wider Veriety of Modules For Different Kinds of People:

    Hi all,

    I have been using the magic mirror for a couple weeks, and it has occurred to me how great the system really is. As a Muslim , I have to stay on top of all of my religious duties, so I was wondering if there are any other Muslims out there with more tech knowledge than me who are able to develop modules for Muslims such as prayer times ( islamicfinder.org/ ). I also would suggest that different modules be made to help people with their everyday lives. Again, these are only suggestions, but I hope all of you tech savvy people keep doing what you’re doing to make everyone’s life a little bit easier.

    Hi, i’m an Indonesian and a muslim. I plan to develop a new one. I’m just finished develop a module to display a random ayah/verse of Quran. Please check : https://github.com/slametps/MMM-RandomQuranAyah.
    Hope it useful.

    regards,

    Slamet PS

    A 1 Reply Last reply Feb 18, 2017, 12:09 PM Reply Quote 0
    • A Offline
      AAPS @slametps
      last edited by Feb 18, 2017, 12:09 PM

      @slametps Much appreciated. I was able to get prayer times with http://prayerwebcal.appspot.com/ and the calendar module, but this will make a fine edition to my Magic Mirror.

      S 1 Reply Last reply Feb 18, 2017, 3:12 PM Reply Quote 0
      • S Offline
        slametps @AAPS
        last edited by Feb 18, 2017, 3:12 PM

        @AAPS said in Wider Veriety of Modules For Different Kinds of People:

        @slametps Much appreciated. I was able to get prayer times with http://prayerwebcal.appspot.com/ and the calendar module, but this will make a fine edition to my Magic Mirror.

        How you display this? using iframe or parse the content?

        regards,

        Slamet PS

        A 1 Reply Last reply Feb 18, 2017, 3:54 PM Reply Quote 0
        • A Offline
          AAPS @slametps
          last edited by Feb 18, 2017, 3:54 PM

          @slametps I used the calendar module. First I changed the settings on http://prayerwebcal.appspot.com Then, I hovered my mouse over the link that says “iCalendar Feed”. I replaced the current ical on my mirror with the one I found from the website. It shoul something like this: http://prayerwebcal.appspot.com/.ics?x=0.0&y=0.0&z=0&s=0&j=0

          S 1 Reply Last reply Feb 18, 2017, 10:45 PM Reply Quote 0
          • C Offline
            cowboysdude Module Developer
            last edited by Feb 18, 2017, 10:28 PM

            There are a variety of modules to choose from already… many people working on more all the time.

            S 1 Reply Last reply Feb 18, 2017, 10:29 PM Reply Quote 0
            • S Offline
              slametps @cowboysdude
              last edited by Feb 18, 2017, 10:29 PM

              @cowboysdude which module?

              regards,

              Slamet PS

              1 Reply Last reply Reply Quote 0
              • C Offline
                cowboysdude Module Developer
                last edited by Feb 18, 2017, 10:38 PM

                All types and kinds right here…

                https://forum.magicmirror.builders/category/7/showcase

                Calendars, schedulers, traffic, weather… tons of them. with more and more being developed everyday.

                If someone needs something specific they can go the request forum and ask…

                As for touch screen there are modules for that too… there are voice modules…

                Some requests are met, some are not. Everyone that builds modules do so for free and it takes time… even the MagicMirror itself is free… This is THE one place in my life that I can come to and talk to all kinds of people from all over the world. I like that very much :)

                S A 2 Replies Last reply Feb 18, 2017, 10:55 PM Reply Quote 2
                • S Offline
                  slametps @AAPS
                  last edited by Feb 18, 2017, 10:45 PM

                  @AAPS your calendar module setting?

                  regards,

                  Slamet PS

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    slametps @cowboysdude
                    last edited by Feb 18, 2017, 10:55 PM

                    @cowboysdude said in Wider Veriety of Modules For Different Kinds of People:

                    All types and kinds right here…

                    https://forum.magicmirror.builders/category/7/showcase

                    Calendars, schedulers, traffic, weather… tons of them. with more and more being developed everyday.

                    If someone needs something specific they can go the request forum and ask…

                    As for touch screen there are modules for that too… there are voice modules…

                    Some requests are met, some are not. Everyone that builds modules do so for free and it takes time… even the MagicMirror itself is free… This is THE one place in my life that I can come to and talk to all kinds of people from all over the world. I like that very much :)

                    Yes, that is the first place I read after I installed my first-time MM a month ago.

                    regards,

                    Slamet PS

                    1 Reply Last reply Reply Quote 2
                    • A Offline
                      AAPS @cowboysdude
                      last edited by AAPS Feb 19, 2017, 1:38 PM Feb 19, 2017, 1:34 PM

                      @cowboysdude I completely agree! Working on my Magic Mirror is the highlight of my day. I just wanted to suggest different ideas that popped into my head (many of which already became modules before or soon after I posted here), and I do recognize the work that many people put in to this project daily. :smiley:

                      @slametps I didn’t do anything to alter the config file except change what was already there for the calendar module. I fixed settings from the top right corner of prayerwebcal.appspot.com. Once I got everything the way I wanted, I just replaced the default calendar with my new url.

                      {
                                      module: "calendar",
                      
                      		header: "Prayer Times",
                      
                      		position: "top_left",
                      
                      		config: {
                      
                      			calendars: [
                      
                      				{
                      
                      					symbol: "calendar-check-o ",
                      
                      					url: "http://prayerwebcal.appspot.com/0.ics?x=0.0&y=0.0&z=-300&s=0&j=0"
                      
                      				}
                      
                      			]
                      
                      		}
                      
                      	},
                      
                      S 1 Reply Last reply Feb 19, 2017, 2:19 PM Reply Quote 1
                      • 1
                      • 2
                      • 2 / 2
                      2 / 2
                      • First post
                        12/20
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy