Got it! thank you for your help
Read the statement by Michael Teeuw here.
Posts
-
RE: Calendar Color
@strawberry-3.141 I just did those steps and got an npm WARN grunt-yamllint@0.2.0 requires a peer of grunt@~0.4.0 but none was installed message
-
RE: Calendar Color
@strawberry-3.141 That’s it then. I didn’t realize that. Is there away for me to get that feature without having to start over?
-
RE: Calendar Color
@strawberry-3.141 I’ve tried it that way too with no luck.
-
Calendar Color
I am trying to add multiple calendars in one module and have them each have a different color, here is what I have so far, the maximumNumberOfDays is working, but the calendar is still showing up in the default color.
module: 'calendar', header: 'family', position: 'top_left', config: { colored: true, calendars: [ { symbol: 'male', url: 'xxxxxxx', }, ], color: '#f70000', maximumNumberOfDays: '14', } },
-
RE: Weekly Calendar
Wow…Awesome work, that is pretty damn close to what I was envisioning…Thank you for your work
-
RE: Monthly Calendar View
I like the look of that module you made, but speaking for just myself, I was looking for a large scale calendar with multiple calendars populating the days. I know you had talked about adding a css to iframe, but that seems to have been made more difficult by google. Plus I want to just use it as a module along with other features of this project.
Again, I’m looking for more of a home based dashboard for the family, as opposed to a mirror, but I like the setup of this project.Thanks for your efforts!
-
RE: Monthly Calendar View
I’m definitely thinking more of a full calendar with events. I plan on my screen being in landscape mode, upwards of 23". My “dashboard” so to speak would have a header with a weather module, this monthly calendar taking up about 80% of screen and then maybe an RSS feed along the bottom for news. I’ve tried messing with custom RSS feeds for Google calendar and iframe, and it’s just plain ugly.
-
RE: Weekly Calendar
@KirAsh4 for my application, that is what this project was going to be primarily for. Yes I can see the running 7 day thing working. I appreciate the help
-
RE: Weekly Calendar
@KirAsh4 not knowing how the API works, would it be easier to populate an entire month view? That way picking the week wouldn’t be an issue.