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

    Posts

    Recent Best Controversial
    • RE: Calendar moves right by 5 px every update

      @sdetweil Yes I did - but I have tried without

      Checked the code and it led me to checking symbol settings - tried disabling all kinds of symbols -

      sample cal

                     {
                          name: "Google",
                          symbol: "google",
                          color: "#00F0F0",
                          maximumEntries: 4,
                          url: "webcal://127.0.0.1:8080/config/emwtur-gmail.ics",
                      },
      
      posted in Bug Hunt
      E
      emwtur
    • Calendar moves right by 5 px every update

      Since updating to latest MagicMirror my calendar has started shifting right continously

      have not changed anything in configuration since updating

      portion of config.js

      {
                  module: "calendar",
                  header: "Min Kalender",
                  position: "top_left",
                  showLocation: true,
                  maximumEntries: 12,
                  maximumNumberOfDays: 40,
                  wrapEvents: true,
                  config: {
                      colored: true,
                      fade: false,
                      showLocation: false,
                      wrapEvents: false,
                      calendars: [{
      

      all calendars are reading from local .ics files read from other scripts
      (“webcal://127.0.0.1:8080/config/xxx.ics”)

      in html is looks like a

      <span class="fas fa-fw fa-" style="padding-left: 5px;"></span>
      

      is inserted for each update - I have some 25 of them now - there are a few less if I restart mm

      /Per-Eric

      posted in Bug Hunt
      E
      emwtur
    • 1 / 1