@broberg I also use Android, do you have your config file which I can use as a reference? I am not entirely sure how to link it in.
thank you!
@broberg I also use Android, do you have your config file which I can use as a reference? I am not entirely sure how to link it in.
thank you!
@broberg I’m using the existing default calendar. I don’t have any additions to that - , my config file is below
{
module: 'calendar',
header: 'US Holidays',
position: 'top_left',
config: {
calendars: [
{
symbol: 'calendar-check-o ',
url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
}
]
Is there something I can add to the above?
}
},
@Wedee that’s awesome, I have to look into wunderlist. Is it possible to add the dates to remember calendar into the default us holidays calendar so that special dates show up in the same module?
@Wedee wow this looks great! How did you add in the dates to remember as well as the chores, sticky notes, and grocery list?
Hi everyone, just wondering if it is possible to create an array and add custom calendar date entries into the config for the default calendar module The idea is to use the existing calendar and add some custom days for lets say family member’s birthdays and important dates.
Thanks in advance!
@ShpongledPanda I am looking to do the same with the MTA/LIRR. I did build some logic into MM1 but am not a JS developer at all and had a ton of help. This would be a nice addition if someone could help!
@Trentent Hey, I just did this with the NFL module but am wondering if I can only show one team in the NHL module? I tried focus_on: [‘NYI’] (yes I am an Isles fan, ugh). This didn’t work, is there something else I need to change?
Great module!! One question, is there anyway to make the length of the temperature bars a bit smaller? I suppose because the NY weather is so erratic right now it is making the bars wider but was just curious if I can shrink them a bit to save some space. thanks!
@strawberry-3.141 Hi, just curious, is there a way to show only one particular team? I tried adding a team to the focus_on array but I then returned no rows back.
Thanks in advance!