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

    Posts

    Recent Best Controversial
    • RE: Alignment with module "random_quotes"

      Okay, understood.

      Are you familiar with the “stocks/MMM-Stocks” module? Because I’ve having trouble with them too.

      I’ve got few more questions, should I create new threads for them, or can I PM you or something since you seem like an expert at MM2. ;)

      posted in Troubleshooting
      Q
      qqqqqqqq
    • RE: absolute date in calendar module

      @strawberry-3.141

      Most of my events are Fullday events. So, yeah.

      Right now, I guess it gets relative for next 3/4 days, and absolute thereafter.

      posted in Troubleshooting
      Q
      qqqqqqqq
    • RE: Alignment with module "random_quotes"

      Works like a charm!
      Thank you SOOO much.

      Can I use this to set margins for other modules as well? If yes, how?
      How do I set their alignment?

      posted in Troubleshooting
      Q
      qqqqqqqq
    • RE: Alignment with module "random_quotes"

      My custom.css is a blank file.
      Is this correct? If yes, then it’s not working.

      /*****************************************************
       * Magic Mirror                                      *
       * Custom CSS                                        *
       *                                                   *
       * By Michael Teeuw http://michaelteeuw.nl           *
       * MIT Licensed.                                     *
       *                                                   *
       * Add any custom CSS below.                         *
       * Changes to this files will be ignored by GIT. *
       *****************************************************/
      
       body {
       .random_quotes {
        width: 200px;
        }
      }
      
      
      posted in Troubleshooting
      Q
      qqqqqqqq
    • Alignment with module "random_quotes"

      I’m using the module random_quotes to display pre-defined quotes from a local file.
      Now, the problem is that I’ve set it’s position to ‘top_right’ & aligned it to the right so that it appears just below the current weather module; but instead of appearing in 2-3 rows, it it blocking the calendar module (currently hidden).

      I know I have to just change the margin value in the random_quotes.js, but I can’t seem to get it right. Here is the image.

      0_1487352887035_random_quotes module.png

      posted in Troubleshooting
      Q
      qqqqqqqq
    • RE: MMM-Stock (issues with 'height' of the module)

      @valid8r

      Hi, I’ve been trying to use this module but every time it shows me config file error, and in case it starts without any error, i can’t see it in the MagicMirror.
      Can you help me out here? Can you share the code that you’ve used?

      posted in Troubleshooting
      Q
      qqqqqqqq
    • RE: absolute date in calendar module

      I’ve updated the values in both, the main config file & the calendar.js (in the modules folder) but it’s still the same.

      Here is the image. http://pasteboard.co/z6KcmVgLB.jpg

      posted in Troubleshooting
      Q
      qqqqqqqq
    • RE: absolute date in calendar module

      Nope, still the same.

      Btw, i should let you know that I am start the MagicMirror by using the command

      npm start
      

      Should I be using some other method to start it? Do I need to clear cache or something like that? :slight_frown:

      posted in Troubleshooting
      Q
      qqqqqqqq
    • RE: absolute date in calendar module

      Okay, made both the changes, fixed the case in “timeFormat” and added

      urgency: '0',
      

      right next to the timeFormat tag.

      But, now the events appear like this

      event 1 The day after tomorrow
      event 2 Feb 19th
      event 3 Feb 21st

      Still need to fix event 1

      posted in Troubleshooting
      Q
      qqqqqqqq
    • RE: absolute date in calendar module

      Here is my main config file

      {
      			module: 'calendar',
      			header: 'Your Calendar',
      			position: 'top_left',
      			config: {
      				timeformat: 'absolute',
      				calendars: [
      					{
      						symbol: 'calendar-check-o ',
      						url: 'webcal://calendar.google.com/calendar/ical/....ics'
      					},
      					{
      						symbol: 'calendar-check-o ',
      						url: 'webcal://calendar.google.com/calendar/ical/....ics'
      					},
      					{
      						symbol: 'facebook-official ',
      						url: 'webcal://localhost:8080/modules/Cals/FbBirthday.ics'
      
      					},
      					{
      						symbol: 'calendar ',
      						url: 'webcal://calendar.google.com/c.....ics'
      					}
      				]
      			}
      		},
      		{
      			module: 'compliments',
      
      posted in Troubleshooting
      Q
      qqqqqqqq
    • 1 / 1