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

    vilhelmr

    @vilhelmr

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

    vilhelmr Unfollow Follow

    Latest posts made by vilhelmr

    • RE: Three module issues from a new user

      @sdetweil
      Neither fa-solid fa-person-half-dress nor fa-brands fa-firefox-browser are showing up 😕. They’re both registered as free. Is there something else I should be aware of?

      The other issues I’ve learned to live with 🤷‍♂️, by not having sunrise/sunset and by using a different calendar-formatting.

      posted in Troubleshooting
      V
      vilhelmr
    • RE: Three module issues from a new user

      @sdetweil
      Thank you for replying 😊.

      Item 1: It’s set correctly though, to Copenhagen. It gets the time right, so it knows where it is (so to speak).

      Item 2:
      Here’s an example, because the full document was ~40 000 lines long:
      BEGIN:VEVENT
      DTEND;TZID=Europe/Copenhagen:20220314T165500
      DTSTAMP:20220314T181224Z
      DTSTART;TZID=Europe/Copenhagen:20220314T160000
      LOCATION: removed
      SEQUENCE:0
      SUMMARY:TRX
      TRANSP:OPAQUE
      UID:0742E3B1-9CB7-413A-B849-2B7CE152932E
      END:VEVENT

      Item 3:
      The symbol only works for the first calendar, the horse-head.
      {
      symbol: “fa-solid fa-horse-head”,
      url: “address”
      },
      {
      symbol: “fa-solid fa-people”,
      url: “address”
      },
      {
      symbol: “fa-brands fa-firefox-browser”,
      url: “address”
      },
      {
      symbol: “fa-solid fa-church”,
      url: “address”
      },

      Thank you so much!

      posted in Troubleshooting
      V
      vilhelmr
    • MMM-Reddit: Can't use with only one subreddit

      Hello,
      I’m very new to magic mirrors, and so maybe my issue is obvious, and in that case I’m sorry. I’m trying to use the mmm-reddit module to pull from just one subreddit, but it’ll only work for me, if I set it to multiple subreddits.

      Here’s the setup that doesn’t work for me:

      {
      		  module: "MMM-Reddit",
      		  position: "top_right",
      		  config: {
      			subreddit: ["showerthoughts"],
      			showHeader: false,
      			headerType: "sentence",
      			displayType: "headlines",
      			count: 4,
      			show: 4,
      			width: 360,
      			showRank: false,
      			showScore: false,
      			showSubreddit: false,
      			showNumComments: false,
      			colorText: false,
      			showThumbnail: false,
      			showGilded: false,
            		}
      		},
      

      Here’s the setup that does work for me:

      {
      		  module: "MMM-Reddit",
      		  position: "top_right",
      		  config: {
      			subreddit: ["NintendoSwitch", "Showerthoughts", "Denmark"],
      			showHeader: false,
      			headerType: "sentence",
      			displayType: "headlines",
      			count: 4,
      			show: 4,
      			width: 360,
      			showRank: false,
      			showScore: false,
      			showSubreddit: false,
      			showNumComments: false,
      			colorText: false,
      			showThumbnail: false,
      			showGilded: false,
            		}
      		},
      

      Any good suggestions? I’m kind of lost 😕.

      Thank you very much!

      posted in Troubleshooting
      V
      vilhelmr