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

    Topics

    • S

      MMM-Traffic: Some routes on some days

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      0 Votes
      2 Posts
      2k Views
      outjetO
      I use the MMM-ModuleScheduler for this feature… You can schedule the traffic module to appear while you’re enjoying your morning coffee.
    • S

      Default calender module - two calenders in one module

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      10
      0 Votes
      10 Posts
      7k Views
      P
      I use several calendars, want it were all in one module, but that each could set maximumEntries and / or maximumNumberOfDays Now my config looks like this: { module: 'calendar', header: 'Nadchodzące święta', position: 'top_left', config: { maximumEntries: 2, fadePoint: 0.25, calendars: [ { symbol: 'calendar-o ', url: 'webcal://www.mozilla.org/media/caldata/PolishHolidays.ics' } ] } }, { module: 'calendar', header: 'Google Calendar', position: 'top_left', config: { maximumNumberOfDays: 7, calendars: [ { symbol: 'calendar-o', url: 'https://calendar.google.com/calendar/ical/XXXXXXXXXXX/basic.ics' } ] } }, { module: 'calendar', header: 'Facebook Calendar', position: 'top_left', config: { maximumNumberOfDays: 2, fadePoint: 0.75, calendars: [ { symbol: 'calendar-o', url: 'webcal://www.facebook.com/ical/u.php?uid=XXXXXXXXX' }, { symbol: 'birthday-cake', url: 'webcal://www.facebook.com/ical/b.php?uid=XXXXXXXXX' } ] } }, And i want: { module: 'calendar', header: 'Kalendarz', position: 'top_left', config: { maximumEntries: 10, calendars: [ { symbol: 'calendar-o ', maximumEntries: 2, maximumNumberOfDays: 21, url: 'webcal://www.mozilla.org/media/caldata/PolishHolidays.ics' }, { symbol: 'calendar-o', maximumNumberOfDays: 7, url: 'https://calendar.google.com/calendar/ical/XXXXXXXXXXX/basic.ics' }, { maximumNumberOfDays: 2, symbol: 'calendar-o', url: 'webcal://www.facebook.com/ical/u.php?uid=XXXXXXXXX' }, { maximumNumberOfDays: 2, symbol: 'birthday-cake', url: 'webcal://www.facebook.com/ical/b.php?uid=XXXXXXXXX' } ] } },
    • S

      MMM-Button white screen

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      23
      0 Votes
      23 Posts
      16k Views
      F
      Okay, next try… npm ERR! Linux 4.4.26-v7+ npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start" "dev" npm ERR! node v7.4.0 npm ERR! npm v4.0.5 npm ERR! code ELIFECYCLE npm ERR! magicmirror@2.0.0 start: `electron js/electron.js "dev"` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the magicmirror@2.0.0 start script 'electron js/electron.js "dev"'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the magicmirror package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! electron js/electron.js "dev" npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs magicmirror npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls magicmirror npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /home/pi/MagicMirror/npm-debug.log
    • S

      Old Modules from MM1 transfer to MM2

      Watching Ignoring Scheduled Pinned Locked Moved Development
      8
      0 Votes
      8 Posts
      4k Views
      ooom416354O
      I’m actually looking to do the reverse, take some MM2 modules and add them into my current MM1 (more for learning purposes). Any idea if this is possible?
    • S

      Black screen

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      3k Views
      S
      @strawberry-3.141 Thanks! The problem was that the module folder had the name “MMM-TrainConnections” but in the config was “module: ‘trainconnections’”. I renamed the module folder to 'trainconnections. That worked.
    • S

      Google API

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      0 Votes
      2 Posts
      2k Views
      S
      I solved the problem on my own. I needed a Browser API
    • S

      Problems with new Modules-> allways loading

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      0 Votes
      2 Posts
      2k Views
      S
      Hi guys, I solved the problem. I had the wrong API Key. Somethings are easy afterwards…
    • S

      Module WunderGround problem

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      9
      0 Votes
      9 Posts
      5k Views
      S
      Hello guys, thank you for your help. I thought I have always to run npm install. Now I´m a little bit smarter. Only run npm install when the author it´s write. Sebastian
    • S

      Wunderlist acess token

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      12
      0 Votes
      12 Posts
      13k Views
      S
      yes right !
    • S

      Openweathermap graphic

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      1
      0 Votes
      1 Posts
      1k Views
      S
      Hello, is it possible to add to the forcast module an graphic forcast? Like on the homepage of openweathermap.org. I have seen this at a Blog. It looks very good, but I don´t know how to implement this to MM2.
    • 1 / 1