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

    Posts

    Recent Best Controversial
    • RE: Weatherunderground - currently - hourly - daily - configurable

      Hi,

      i have a question about the size of the actual weather Icon.

      Can i Change the size in the custom.css and if yes, how can i do this?

      Regards, Daniel0_1474715727414_20160924_124918_b.jpg

      posted in Utilities
      O
      ostfilinchen
    • MMM-FRITZ-Box-Callmonitor

      Hi all,

      i create an user and Password on the Fritz.box-Interface with these Settings:0_1474191737271_fritzbox_raspi.PNG

      The config-file Looks like this: 0_1474191877945_fritzbox_config.PNG

      If i get an Call, i see always the number, not the Name of the Caller. In the readme of this module it’s descriped this part:
      —>>> The latter will also load recently missed calls, which happened before you started your mirror.

      This is also not working for me.

      Has anyone else this Problems?

      Regards, Daniel

      posted in Troubleshooting
      O
      ostfilinchen
    • RE: newsfeed gives an error

      oh thanks… heise produce the error… :-(

      posted in Troubleshooting
      O
      ostfilinchen
    • RE: newsfeed gives an error

      I don’t think the error Comes from the Soccer module. Here is the new log from pm2:

      mm-0 starting internet monitor node helper
      mm-0 Create new news fetcher for url: http://www.heise.de/security/news/news-top-atom.xml - Interval: 300000
      mm-0 Create new news fetcher for url: http://www.n-tv.de/rss - Interval: 300000
      mm-0 Whoops! There was an uncaught exception...
      mm-0 TypeError: parser.close is not a function
      mm-0     at SAXStream.openf1 (/home/pi/MagicMirror/node_modules/feedme/lib/xmlfeedparser.js:107:14)
      mm-0     at emitOne (events.js:96:13)
      mm-0     at SAXStream.emit (events.js:188:7)
      mm-0     at Object.me._parser.(anonymous function) [as onopentag] (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:258:17)
      mm-0     at emit (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:640:35)
      mm-0     at emitNode (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:645:5)
      mm-0     at openTag (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:841:5)
      mm-0     at Object.write (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:1404:13)
      mm-0     at SAXStream.write (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:239:18)
      mm-0     at yoshi.write (/home/pi/MagicMirror/node_modules/feedme/lib/feedme.js:41:14)
      mm-0 MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      mm-0 If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      

      Note from admin: Please use Markdown on code snippets for easier reading!

      posted in Troubleshooting
      O
      ostfilinchen
    • newsfeed gives an error

      Hi all,

      i get an error with the newsfeed modul. I look in the logfile with ‘pm2 logs’ and i see this error:

      mm-0 Get league table for url http://api.football-data.org/v1/competitions/430/leagueTable
      mm-0 Can't parse feed item:
      mm-0 { text: '\n\n\n\n\n\n',
      mm-0   title: '',
      mm-0   link: { href: 'http://www.tagesschau.de' },
      mm-0   id: 'http://www.tagesschau.de',
      mm-0   updated: '',
      mm-0   summary: '' }
      mm-0 Title: 
      mm-0 Description: 
      mm-0 Pubdate: 
      mm-0 Whoops! There was an uncaught exception...
      mm-0 TypeError: parser.close is not a function
      mm-0     at SAXStream.openf1 (/home/pi/MagicMirror/node_modules/feedme/lib/xmlfeedparser.js:107:14)
      mm-0     at emitOne (events.js:96:13)
      mm-0     at SAXStream.emit (events.js:188:7)
      mm-0     at Object.me._parser.(anonymous function) [as onopentag] (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:258:17)
      mm-0     at emit (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:640:35)
      mm-0     at emitNode (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:645:5)
      mm-0     at openTag (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:841:5)
      mm-0     at Object.write (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:1404:13)
      mm-0     at SAXStream.write (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:239:18)
      mm-0     at yoshi.write (/home/pi/MagicMirror/node_modules/feedme/lib/feedme.js:41:14)
      mm-0 MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      mm-0 If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      

      A few lines is the fact that the system is deprecated.

      Had any one else these Errors?

      Best regards
      Daniel


      Note from admin: Please use Markdown on code snippets for easier reading!

      posted in Troubleshooting newsfeed parser error
      O
      ostfilinchen
    • RE: npm start dev

      and do u do these steps: https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror

      posted in Troubleshooting
      O
      ostfilinchen
    • RE: npm start dev

      do you have create an mm.sh and starts this with pm2?

      posted in Troubleshooting
      O
      ostfilinchen
    • RE: npm start dev

      Hey!

      in the readme i found this:

      Important: npm start does not work via SSH, use DISPLAY=:0 nohup npm start & instead. This starts the mirror on the remote display.

      posted in Troubleshooting
      O
      ostfilinchen
    • RE: not realy Fullscreen

      Du kannst im Desktop auf Einstellungen -> Raspberry-PI-Konfiguration gehen. Dort dann die Übertastung auf deaktiviert setzen. Eventuell muss der RPi neugestartet werden.

      Moderator’s note: While some folks here read German, not everyone does. Posting in English is preferred. That said, pardon the translation, but it’s what Google Translate comes up with:

      “You can browse the Desktop Preferences - Go> Raspberry PI configuration. There then set the overscan on disabled. Possibly the Rpi must be restarted.”

      posted in Troubleshooting
      O
      ostfilinchen
    • RE: No Data in Module MMM-Formula1

      @ianperrin: thanks for Change the Default Config in your module. I’ve updated my Installation an it works!

      posted in Troubleshooting
      O
      ostfilinchen
    • 1
    • 2
    • 10
    • 11
    • 12
    • 13
    • 14
    • 13 / 14