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

    Posts

    Recent Best Controversial
    • RE: Adding new Module in Config

      Sorry does this help at all?

      Line 155 col 2 ‘destructuring binding’ is available in ES6 (use ‘esversion: 6’) or Mozilla JS extensions (use moz).
      Line 159 col 17 Expected an identifier and instead saw ‘MMM-Tado’.
      Line 160 col 19 Expected an identifier and instead saw ‘top_right’.
      Line 162 col 23 Expected an identifier and instead saw ‘*****’.
      Line 163 col 23 Expected an identifier and instead saw ‘*******’.
      Line 164 col 29 Expected an identifier and instead saw ‘300000’.
      Line 174 col 1 Unexpected ‘if’.
      Line 174 col 1 Expected an identifier and instead saw ‘if’ (a reserved word).
      Line 174 col 3 Missing semicolon.
      Line 174 col 34 Expected an assignment or function call and instead saw an expression.
      Line 174 col 35 Missing semicolon.

      posted in Troubleshooting
      J
      jakuk
    • RE: Adding new Module in Config

      still nothing after adding the , to the bracket…

      posted in Troubleshooting
      J
      jakuk
    • RE: Adding new Module in Config

      thank you very much for your reply… Yes my MM was working before i added the new module…
      Still doesn’t seem to want to work.
      Ive added the module like you said and still doesn’t load up…

      This is how my config looks now.

      Thanks

       title: 'BBC',
                  url: 'http://feeds.bbci.co.uk/news/rss.xml'
                }
              ],
              startTags: [],
              endTags: [],
              prohibitedWords: []
            }
          }
        ],
        paths: {
          modules: 'modules',
          vendor: 'vendor'
        }
      }
      
      
      {
              module: 'MMM-Tado',
              position: 'top_right', // This can be any of the regions.
              config: {
                  username: '***', 
                  password: '***', 
                  updateInterval: 300000
              }
          },
           
      
      posted in Troubleshooting
      J
      jakuk
    • Adding new Module in Config

      Hi, can someone help me out please, been a while since I’ve edited the config file of my magic mirror.
      Im trying to add the Tado module, and cant seem to get it all verified.

      This is how the end of my last module ends and then starting with the Tado module. What am i doing wrong?

      Thanks

            module: 'newsfeed',
            position: 'bottom_bar',
            config: {
              feeds: [
                {
                  title: 'BBC',
                  url: 'http://feeds.bbci.co.uk/news/rss.xml'
                }
              ],
              startTags: [],
              endTags: [],
              prohibitedWords: []
            }
          }
        ],
        paths: {
          modules: 'modules',
          vendor: 'vendor'
        }
      },
      }
           {
      
               module: 'MMM-Tado',
               position: 'middle',
               config: {
                   username: '********',
                   password: '*******',
                   updateInterval: 300000
               }
           }
           
      }
      
      posted in Troubleshooting
      J
      jakuk
    • RE: Finding module classes

      Sorry i’m really confused now, in my config file i have this. I don’t have a titleClass, i have named the calendar under the header?
      Do i just need to put color under the config ?

      },
          {
            module: 'calendar',
            header: 'Family Calendar',
            position: 'top_left',
            fetchInterval: '30000',
            config: {
              calendars: [
                {
                  symbol: 'calendar-check-o',
                  url: ********
                }
              ],
              titleReplace: {
                'De verjaardag van ': '',
                '\'s birthday': ''
              },
              excludedEvents: []
            }
          },
          {
      
      posted in Troubleshooting
      J
      jakuk
    • RE: Finding module classes

      @sdetweil yes I found that too but putting this code in my custom.css file won’t change the follow of the name of the calendar? Am I doing it wrong?
      Thanks again

      .calendar .titleClass {
      Color: yellow

      }

      posted in Troubleshooting
      J
      jakuk
    • RE: Finding module classes

      Thank you for your reply’s, yes when going into the .js folders I search for class, and then work through all the classes to see which ones I want… so thank you for your help… I’m stuck on the calendar module… I have changed the symbol, time, title of the reminder, all works fine, my problem is I can’t seem to find the class for the actually calendar name I renamed it family calendar. Can you help with his please…

      Thanks

      posted in Troubleshooting
      J
      jakuk
    • Finding module classes

      Hi there, I’m trying to change the colour of different modules, can anyone tell me how to find the different classes within a module for example, I’ve changed the newsfeed to yellow the topics are shown in yellow but the “BBC 12 yours ago” is still in white, so how do I find out what the class is called?

      Thanks in advance.

      Jack

      posted in Troubleshooting
      J
      jakuk
    • RE: Positions of modules

      Finally sorted the issue of the screen size in portrait… thank you all for you help, a lot of trial and error but finally got there…

      Cheers 👍

      posted in Troubleshooting
      J
      jakuk
    • RE: Positions of modules

      @bhepler so if I wanted to change the borders in magic mirror it’s self I use the custom.css file. Could you give me an example of making the clock in the top left to be closer to the edge of the screen?
      Thank you for your help…

      posted in Troubleshooting
      J
      jakuk
    • 1 / 1