• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Three module issues from a new user

Scheduled Pinned Locked Moved Unsolved Troubleshooting
27 Posts 6 Posters 7.3k Views 6 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    vilhelmr @sdetweil
    last edited by vilhelmr Mar 14, 2022, 6:18 PM Mar 14, 2022, 6:18 PM

    @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!

    S 2 Replies Last reply Mar 14, 2022, 9:45 PM Reply Quote 0
    • S Offline
      sdetweil @vilhelmr
      last edited by Mar 14, 2022, 9:45 PM

      @vilhelmr item 3, “fa-people”

      Screenshot at 2022-03-14 22-39-25.png

      item 2

      is that a repeating event, or lots of singles…

      I see the correct time.

      item 1, add the debug to the config to capture the log

      logLevel: ["INFO", "LOG", "WARN", "ERROR","DEBUG"],
      

      and then npm start >somefile.txt

      and ctrl-break after the MM screen and cal comes up…

      u can send the file to me,. same userid at gmail.

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      V 1 Reply Last reply Mar 16, 2022, 10:20 PM Reply Quote 0
      • S Offline
        sdetweil @vilhelmr
        last edited by sdetweil Mar 14, 2022, 9:49 PM Mar 14, 2022, 9:48 PM

        @vilhelmr item 2, I changed the date cause today is in the past

        I cut/pasted that cal event into my test ics (I am US central time, UTC-5)

        Screenshot at 2022-03-14 22-45-49.png

        with my system date set to Copenhagen

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • V Offline
          vilhelmr @sdetweil
          last edited by Mar 16, 2022, 10:20 PM

          @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.

          S 2 Replies Last reply Mar 17, 2022, 2:19 PM Reply Quote 0
          • S Offline
            sdetweil @vilhelmr
            last edited by Mar 17, 2022, 2:19 PM

            @vilhelmr weather takes sunrise/set from the location you configured for weather…

            clock in utc+1, weather location in Austin TX
            for example

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @vilhelmr
              last edited by sdetweil Mar 17, 2022, 2:22 PM Mar 17, 2022, 2:21 PM

              @vilhelmr for icons I would look in the developers window, ctrl-shift-i, console tab, for any errors.

              filter on calendar, by putting unique part of module name in filter field (cal for example)

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              V 1 Reply Last reply Mar 22, 2022, 12:59 PM Reply Quote 0
              • V Offline
                vildhjelm @sdetweil
                last edited by Mar 22, 2022, 12:59 PM

                @sdetweil
                I managed to get unique icons for each calendar, through trial and error with font awesome. Not all “free” fonts are supported, I think “brands” aren’t.
                Do you know, if I can set icons that I’ve stored locally? There are a lot on the noun project that would be excellent :).

                S 2 Replies Last reply Mar 22, 2022, 1:05 PM Reply Quote 0
                • S Offline
                  sdetweil @vildhjelm
                  last edited by Mar 22, 2022, 1:05 PM

                  @vildhjelm said in Three module issues from a new user:

                  Do you know, if I can set icons that I’ve stored locally?

                  i do not know myself, but I would think you could

                  <img icon="68" src="/img/emoji/U263a.ico" alt=":-)" />
                  

                  the base for MM web server is MagicMirror, so

                  src="/modules/{modulename}/{sub_folder}/{filename}"
                  

                  replace {} with the appropriate name, if any

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @vildhjelm
                    last edited by Apr 10, 2022, 8:43 PM

                    @vildhjelm where u able to get this working?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      skyfall
                      last edited by Apr 28, 2022, 8:07 PM

                      Hi all, was working on the same thing.

                      Some icons I wanted to use are in brands, and can’t figure out how to invoke it properly. Tried adding imports in fontawesome.css for it, but no go. Anyone know how/why brands wont work? They are considered free use.

                      S 1 Reply Last reply Apr 28, 2022, 8:13 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy