MagicMirror Forum

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

    Brewtus

    @Brewtus

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Brewtus Unfollow Follow

    Latest posts made by Brewtus

    • Custom css folder

      I new at this and I hope I’m not asking a question that has been asked a billion times. I have done several searches on here and google and can’t find what I’m looking for. I keep reading to make changes to fonts, colors, etc to add in custom css folder. However, in my css folder I have the main.css and a custom.css sample; which does not make changes. Do I need to create another folder and if so how do I do that?

      posted in Custom CSS
      B
      Brewtus
    • RE: broadcastPastEvents not working

      @sdetweil Thank you.

      posted in Troubleshooting
      B
      Brewtus
    • broadcastPastEvents not working

      I setup my calendar and have 3 urls it pulls from. Everything works fine until I enter the config of
      broadcastPastEvents: true,
      When MM loads back up the calendar doesn’t display any of my calendar entries. When I go back and remove the broadcastPastEvents and then run MM they all show back up.
      Any help would be greatly appreciated.

      module: “calendar”,
      header: “Events”,
      position: “top_left”,
      config: {
      maxumEnteries:100,
      showLocation: true,
      calendars:[
      {
      url: “https://p34-calendars.icloud.com/holidays/us_en-us.ics”,
      name: “holidays”,
      color: “yellow”
      },
      {
      url: “xxx…”,
      name: “family”,
      color: “red”
      },
      {
      url: “xxx…”,
      name: “us_holiday”,
      color: “orange”
      },
      {
      url: "xxx’',
      name: “Reffing”,
      color: “blue”

      posted in Troubleshooting
      B
      Brewtus