MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Jas
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Jas

    @Jas

    0
    Reputation
    108
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Jas Unfollow Follow

    Latest posts made by Jas

    • RE: MMM-Todoist - Your todoist tasks on your mirror

      For the OAuth, I can’t seem to find the “Test Token” on ToDoList site. Under the app, I only have Client ID and Client Secret. Under Settings/Integrations, there is a entry for API Token. Which of the 3 should I be using? Right now, I don’t have anything showing up from ToDoList when Mirror is running.

      Thanks

      posted in Productivity
      J
      Jas
    • RE: MMM-Sonos - Display what is currently playing on your Sonos network

      @tbouron Got it! Thank you for the quick response. Looks great!

      posted in Entertainment
      J
      Jas
    • RE: MMM-Sonos - Display what is currently playing on your Sonos network

      @tbouron Beautiful module. How can I get the album art and Rooms that are stopped to also show up? What other info can I display?

      Thanks

      posted in Entertainment
      J
      Jas
    • MMM-SystemStats Styling

      Re: [MMM-SystemStats (cpu temp/load](fre ram …))

      Hi,
      Trying to figure out how to only show the CPU and Memory stats and hide the rest? ANy thoughts please?
      Thanks

      posted in Development
      J
      Jas
    • RE: MMM-CalendarExt2

      @Sean Thank you so much! Yup all working now. I got the “No more events” to show up by using the following in the daily view if that helps anyone else.

      .CX2 .slot.eventCount_0 .slotContent::after {
        content: "No Scheduled Meetings"
      }
      

      Thanks for the amazing work and support!

      posted in Utilities
      J
      Jas
    • RE: MMM-CalendarExt2

      @Sean I just want Today’s events to show up. So that should not list Tomorrow or any other day’s events. Sorry if I wasn’t clear.
      Thanks

      posted in Utilities
      J
      Jas
    • RE: MMM-CalendarExt2

      @Sean said in MMM-CalendarExt2:

      @Jas

      1. Weird. if you are using timeFormat: "h:mm A", it will show 11:00 AM not 11 or 11AM.
        https://github.com/eouia/MMM-CalendarExt2/wiki/Event-Time
      2. In that case, just use daily view with filterPassedEvent: true
        https://github.com/eouia/MMM-CalendarExt2/wiki/2c.-Configuration:View
      3. use fromNow to skip days.
        https://github.com/eouia/MMM-CalendarExt2/wiki/2c.-Configuration:View
      4. like this?
        0_1578188119325_7897ec12-3972-4d80-a7d6-ee3545b69220-image.png
        add this into your css/custom.css
      .CX2 .view.upcoming .eventCount_0 .slotFooter::after {
        content: "There is no event."
      }
      

      https://github.com/eouia/MMM-CalendarExt2/wiki/4.-Styling

      @Sean Thanks. Got some of them working but not all.

      1. I’ll keep tweaking.

      2. How do I filter the events for Today’s date only in “daily view”. I see Today, Tomorrow, Tuesday, Wednesday listed in my daily view but can’t figure out how to filter that to today’s date only.
        0_1578268987914_37058269-f12c-4ef5-a284-4ad6eb3a74e0-image.png

      3. Works! 🙂 Thank you!

      4. The suggestion about showing “There is no event” does not work. Nothing shows up. I used the same syntax as above and also tried to modify it but no luck.

      Thanks

      posted in Utilities
      J
      Jas
    • RE: MMM-CalendarExt2

      Hi Guys,

      Noob on MM but loving it. Got the calendar configured almost to my liking but am running into couple issues if anyone can please assist?

      1. Upcoming views - how can I use the event time properly. using the h:mm A for timeFormat in that view only displays 11 - 12:30PM and not 11AM - 12:30 PM. What format would I use as I can’t seem to get it.

      2. Upcoming view - how can I only display events for Today (current date) and not next scheduled. Also, if there are no events, I like the message to say “No more meetings today”. Currently the maxDays = 1 does only show events for a day but if I have no events left today, it will show events for tomorrow.

      3. While I will use the #2 for current day’s event, in the daily view on the same screen below in row format, how can I remove current day/today from that since I already see that in my upcoming view above.

      4. In the same daily/row view, if there are no events, i like the message to be “No meetings today”.

      Thank you kindly
      J.

      posted in Utilities
      J
      Jas