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

    Posts

    Recent Best Controversial
    • RE: Parse HTML String

      I want to create a module that gets data from a website in div id.

      Example:

      Website code:

      <b class="b2 nieb" title="Kurs EUR na żywo" id="EURPLN">4.33320</b>
      

      And i want display value of id="EURPLN"

      I want to set the config which site is to collect data and from which the ID

      example:

      defaults: {
      		url: http://domain.com/
      		findID: "EURPLN"
      }
      

      how to do it?


      Note from admin: Please use Markdown on code snippets!

      posted in Development
      P
      Plati
    • Standard module: Clock

      You could be introduced to the config options to disable showing the date (on top the clock).
      When we use the calendar_monthly we have duplicated the date (and a waste of valuable space :))

      0_1473503530927_mm-calendar.jpg

      posted in Feature Requests
      P
      Plati
    • RE: Calendar modification

      How to get ICAL for a Facebook calendar:

      https://www.facebook.com/help/152652248136178/

      2 different ICAL for birthdays and upcoming events :)

      Useful config part: “maximumEntries: X”

      And holidays calendars for many countries: https://www.mozilla.org/en-US/projects/calendar/holidays/

      posted in Tutorials
      P
      Plati
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @strawberry-3.141 Ok, i deleted my version (who i copy manually from github) and instal by commands:

      git clone https://github.com/RedNax67/MMM-WunderGround.git
      to ~/MagicMirror/modules/
      

      Now i see folder .git. Maybe the next updates this work.

      posted in Utilities
      P
      Plati
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @strawberry-3.141 no, in module.

      cd ~/MagicMirror/modules/default/MMM-WunderGround
      git pull
      
      posted in Utilities
      P
      Plati
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @strawberry-3.141 The last update is from yesterday, last updated my files was a week ago

      posted in Utilities
      P
      Plati
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @strawberry-3.141 but always I get an answer “Already up-to-date.”

      posted in Utilities
      P
      Plati
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @RedNax i have little question. I have a small question. If you want to update the module I have to copy the files manually from github? Is there a command or something that will do it automatically? Forgive the question, just starting to work with raspberry etc :)

      posted in Utilities
      P
      Plati
    • Little problem, probably news feed

      Hi, i have little problem :)

      “Whoops! There was an uncaught exception…
      { Error: socket hang up
      at createHangUpError (_http_client.js:252:15)
      at Socket.socketOnEnd (_http_client.js:344:23)
      at emitNone (events.js:91:20)
      at Socket.emit (events.js:185:7)
      at endReadableNT (_stream_readable.js:973:12)
      at _combinedTickCallback (internal/process/next_tick.js:74:11)
      at process._tickCallback (internal/process/next_tick.js:98:9) code: ‘ECONNRESET’ }
      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues”

      What it could be? I have internet connection. MagicMirror runs correctly, after some time only appears in error. It occurs periodically. Probably it is the news feed.

      posted in Troubleshooting
      P
      Plati
    • 1 / 1