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
    • RE: Positions of modules

      @bhepler hi yes my monitor is 1920 x 1080 but other way around to let it be portrait, it’s also 16:9 aspect radio. It’s just strange as the top and bottom are fine, it’s just left and right I’ve about about an inch black border on each side.

      posted in Troubleshooting
      J
      jakuk
    • RE: Positions of modules

      @barnosch I was trying to stretch the screen but relised that wasn’t right way to do it… my resolution size is now set to width 1280 x height 1920… the bottom and top are perfect with no black bars but left and right Just won’t seem to change no matter what I change my overscan to? It says negative numbers if there is too much border but doesn’t seem to work…

      Thanks

      posted in Troubleshooting
      J
      jakuk
    • RE: Positions of modules

      Thank you so much it was an overscan issue the resolution was set wrong for portrait mode.
      I have my resolution set to width 1100 x height 1920
      My overscan left and right set to -20 and i still have black border can’t make it fit the width size fully? Any ideas?

      Thankyou again…

      posted in Troubleshooting
      J
      jakuk
    • RE: Positions of modules

      Thank you for your reply. Yes I already know that to change the position of modules is in the config file, my problem is when I set my screen to portrait mode everything is in the middle of the screen now, even tho the clock config says top left? Does this need to say top_bar?

      Thank you again.

      posted in Troubleshooting
      J
      jakuk
    • Positions of modules

      Hi all, I’ve got my magic mirror all up and running, and decided I wanted it portrait, so I got that sorted, but now all my modules I.e time, weather, news feeds are all bunched up together. How do I change the position of each module is it in the main .css file? Or the css file in the specific module folder? Also can someone explain how I go about changing them to specific locations.

      Thanks

      posted in Troubleshooting
      J
      jakuk
    • Can’t install magic mirror on raspberry pi 1 model B

      Hi,
      I’m new to this forum and new to magic mirror. I’m currently using a raspberry pi 1 model b to try and install magic mirror and I’m having a nightmare. I’ve tried two fresh copy’s of OS one been the latest Raspbian, and even tried Jessie. Every time i install MagicMirror I get errors listing dependencies, and other errors. I know that when your running it on a rp1 model b it has to be the server only version, can anyone please advise or point me to a good guide for my model pi and running server only? Thank you in advance.
      Jack

      posted in Troubleshooting
      J
      jakuk
    • 1 / 1