@AAPS said in Wider Veriety of Modules For Different Kinds of People:
@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"
}
]
}
},
In my calendar, it says “No upcoming event”. Here is my entry in config.js
{
module: 'calendar',
classes: 'default everyone',
header: 'Prayer Time',
position: 'top_left',
config: {
calendars: [
{
symbol: 'calendar-check-o',
color: '#00ffff',
url: 'http://prayerwebcal.appspot.com/?z=420&l=Bandung%2C+Indonesia&x=-6.8963981&y=107.6750389&s=5&j=0'
}
]
}
},
If I copy the URL into my browser, it display the result.