MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Tippon
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 53
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Exact matches for phrases in config.js?

      @lavolp3 @sdetweil Thanks for the replies, it worked perfectly! :)

      I tried a space before and after ‘live’, and both at once. I made a separate entry for ‘delivery’ too, and put it after the ‘live’ line. The ‘delivery’ line wasn’t necessary, but I tried it as an override (which didn’t work), and liked the way it looked :D

      {keyword: 'live ', symbol: 'music', color: 'Aqua'},
      {keyword: 'delivery', symbol: 'truck', color: 'GreenYellow'},
      
      posted in Troubleshooting
      TipponT
      Tippon
    • RE: Calendar FontAwesome Icon not displayed

      @Rene1695 This is currently working for me:

      						{keyword: 'leave', symbol: 'beer', color: 'yellow'},
      						{keyword: 'anniversary', symbol: 'beer', color: 'yellow'},
      						{keyword: 'a/l', symbol: 'brands fa-twitch', color: 'aqua'}
      						],
              calendars: [
                {
                  symbol: 'brands fa-twitch',
                  url: 'https://my calendar link.ics'
                },
      

      Notice the ‘brands fa-twitch’ in the last keyword field, and in the symbols field under calendars. You don’t need them in both places, just whichever one you choose. They work for both options individually :)

      posted in Troubleshooting
      TipponT
      Tippon
    • 1 / 1