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

    Posts

    Recent Best Controversial
    • RE: MMM-Flights

      I have MMM-Flights working well except mapFixedArea: true, seems to be ignored.

      The map changes width depending upon the ac in the area.

      a20cd758-3d80-48ea-a85a-27ed2fb9fe83-image.png

      663449c8-671d-42c4-8c18-74c65bc38a68-image.png

      Also the map shows even with no traffic and showMap: “ifTraffic”,

      b582dc48-864d-429a-a27b-331cdf05973f-image.png

      Any ideas or thoughts?

      posted in Transport
      L
      lif
    • RE: MMM-AutoDimmer

      @Fifteen15Studios

      Thank you very much for your reply, I’ll see if that works later tonight.

      Best regards

      posted in System
      L
      lif
    • RE: MMM-AutoDimmer

      @Fifteen15Studios

      Hi,

      Thanks for creating this, I’ve installed it and while it dims and brightens, it doesn’t do it at the times I set-up in config.js

       {
          module: 'MMM-AutoDimmer',
          position: 'fullscreen_above',
          header: '',
        // Don't change anything above this line
          config: {
            schedules: [
              {}, // default schedule - 8pm to 7am daily
              {
              // will dim to default level of 0.9, from 8am to 5pm, Mon-Fri
                days: ["Monday","Tuesday","Wednesday","Thursday","Friday"],
                dimTime: 2330,
                brightTime: 730
              // defaults are used for values that are not explicitly set
              }
            ]
          }
        },
      

      Sorry, I don’t know what time it is actually dimming, the monitor is in my office but is it possible it’s taking the times from another Time Zone? I’m in CET.

      Best regards

      posted in System
      L
      lif
    • RE: Displaying two calendars in the standard calendar in one list

      @lif

      Thanks, that worked.

      posted in Troubleshooting
      L
      lif
    • RE: Displaying two calendars in the standard calendar in one list

      @Klinge

      I typed too soon, just after I posted that I applied a MagicMirror upgrade, now it doesn’t display my personal calendar.

      posted in Troubleshooting
      L
      lif
    • RE: Displaying two calendars in the standard calendar in one list

      @Klinge

      I use this to display 3 calendars in the same column

      {
      module: “calendar”,
      header: “Our Calendar”,
      position: “top_left”,
      config: {
      calendars: [
      {
      fetchInterval: 7 * 24 * 60 * 60 * 1000,
      symbol: “calendar-check”,
      url: ‘https://calendar.google.com/calendar/ical/en.uk%23holiday%40group.v.calendar.google.com/public/basic.ics’,
      },

      {
      color: ‘#FFFF00’,
      symbol: “calendar”,
      url: ‘https://calendar.google.com/calendar/ical/fr.french%23holiday%40group.v.calendar.google.com/public/basic.ics’,
      },
      {
      color: ‘#00FF00’,
      symbol: “calendar”,
      url: ‘https://calendar.google.com/calendar/ical/xxxx%40gmail.com/private-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/basic.ics’,

                                          },					
      			]
      		}
      	},
      
      posted in Troubleshooting
      L
      lif
    • MMM-CurrencyExchange

      Over the past 3 or 4 months MMM-CurrencyExchange has stopped working, it just displays ‘Loading’

      I have changed the api from
      apiBase: “http://api.exchangeratesapi.io/latest”,
      to
      apiBase: “http://api.exchangeratesapi.io/v1/latest”,
      and then
      “http://api.exchangeratesapi.io/v1/latest?access_key=xxxxxxxxxxxxxxxxxxxxxxxx”

      as per the instructions at https://manage.exchangeratesapi.io/quickstart

      I have noticed that if I click on the link at https://manage.exchangeratesapi.io/quickstart
      I get
      {
      “error”:{
      “code”:“https_access_restricted”,
      “message”:“Access Restricted - Your current Subscription Plan does not support HTTPS Encryption.”
      }
      }

      I assume that the http:// is being redirected to https:// and I don’t know of a way to force it back to http://

      Has anyone any other thoughts or other suggestions for a GBP:EUR currency exchange module?

      Thanks is advance.

      posted in Troubleshooting
      L
      lif
    • RE: SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.

      @sdetweil said in SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.:

      @lif yes… currently 64 bit mode is sketchy in my opinion

      OK

      posted in Troubleshooting
      L
      lif
    • RE: SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.

      @sdetweil said in SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.:

      @lif

      aarch64 GNU/Linux

      ah 64 bit mode…

      Does that make much of a difference?

      posted in Troubleshooting
      L
      lif
    • RE: SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.

      Done, I’ll tell you in a week or so if it’s worked :-)

      It’s held for 7 days, so thank you very much.

      posted in Troubleshooting
      L
      lif
    • 1 / 1