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

    Topics

    • R

      Blank Screen after New Installment

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      5
      0 Votes
      5 Posts
      815 Views
      R
      @mmrize fixed it ty :)
    • R

      MMM-Traffic with TomTom API

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      1
      0 Votes
      1 Posts
      261 Views
      R
      I would enyoy a Traffic Module using the TomTom API, since I am not able to make it work on my own ;) For my region, Tomtom is very accurate in Terms of traffic and its free ;)
    • R

      Changing MMM-Traffic into using TomTom API

      Watching Ignoring Scheduled Pinned Locked Moved Development
      17
      0 Votes
      17 Posts
      5k Views
      R
      @sdetweil The Same Error accured for Line 70, so I both commented those 2 lines. Now I get no Error, and the Loading disappeared, it now says: [image: 1632071778161-screenshot_4.png]
    • R

      Lets talk about Security

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      834 Views
      strawberry 3.141S
      @rxldavid the code is open source so you can check it for malicious intent or security issues
    • R

      Display a Picture from a website

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      2
      0 Votes
      2 Posts
      1k Views
      A
      @rxlDavid many modules are doing it. I am using MMM-EyeCandy for the same.
    • R

      MMM Arcgis Corona

      Watching Ignoring Scheduled Pinned Locked Moved Requests module
      1
      0 Votes
      1 Posts
      365 Views
      R
      Hi, Is it possible to make an Module which Shows the Overview in the Arcgis Website e.g. https://experience.arcgis.com/experience/ffe90c7ec3f540b1b1d30a4fdef6fd00 So Stats Like active positive etc. and maybe also multiple Arcgis links dir different regions? Thank you
    • R

      Cant connect on Browser

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      5
      0 Votes
      5 Posts
      1k Views
      S
      @rxlDavid gotta use the port number
    • R

      AfterShip

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      8
      0 Votes
      8 Posts
      1k Views
      R
      Debugging is pretty easy. Turn on your browser console (ctrl-sht-j) and then put log statements in your code. Log.info('ruff: shipment ’ + shipments.tag) They will turn up in the log. Aftership was throwing an error when a shipment was pending, the latest history message was trying to display even though there was a check for history = null. I added a check for Pending and now pending displays.
    • R

      Pages automaticly go back to main page

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      2
      0 Votes
      2 Posts
      393 Views
      FoziF
      @rxlDavid the latest MMM-pages release has now a new option called rotationFirstPage You can determine in ms when the first page should come up. I use this to let MM revert to the first page where a Text Clock is displayed like a kind of screen saver. To swipe to the other pages I use GroveGestures or Alexa-Control.
    • R

      Pi Freezes

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      4
      0 Votes
      4 Posts
      663 Views
      FoziF
      @rxlDavid disable all the 3rd Party modules and enable them one by one to see which module causes to freeze the MM. That is the he easiest approacjh. If you suspect GroveGestures and pages then disable them first, restart MM and see what happens. From my experience it’s not to blame only one module. It happens that the combination of two modules that don’t play well together can be the cause. I had this recently with MMM- Rain-Map and MMM-Google-routes. Each of them runs fine, both together let my RPi freeze.
    • R

      Pages with gesture sensor

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      3
      0 Votes
      3 Posts
      651 Views
      R
      @rxlDavid Thank you thats it :)
    • R

      DHL Tracking with DHL Paket Account

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      2
      1 Votes
      2 Posts
      717 Views
      M
      That would be very nice. It looks like DHL has an API. https://entwickler.dhl.de/
    • R

      Custom CSS

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      8
      0 Votes
      8 Posts
      2k Views
      S
      @rxlDavid your proposed css class .MMM-Mail{ position:absolute; left : 100px; top: 500px; } u also had syntax errors, spaces between number and px, each standalone item ends with ; not comma , u can open the developers window, f12 or ctrl-shift-i on the keyboard) (and can open a browser on the page from your desktop and do the debug there), ’ select the elements tab, and navigate thru the position area to find you module content, and click on an element and the dev window will show you the css class hierarchy (bottom at top of page). etc… u can fix the css file, and then refresh the page to examine the differences… repeat til you get what you want
    • R

      MMM-EFA Config

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      6
      0 Votes
      6 Posts
      980 Views
      R
      @lavolp3 said in MMM-EFA Config: @rxlDavid You have config errors in the respective lines. You should use your preferred editor (e.g. nano) and fix them nano config/config.js Or post your config.js here but delete every sensitive information! At least post the first few lines. /* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. * * For more information on how you can configure this file * See https://github.com/MichMich/MagicMirror#configuration * */ var config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], useHttps: false, // Support HTTPS or not, default "false" will use HTTP httpsPrivateKey: "", // HTTPS private key path, only require when useHttps is true httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true language: "de", timeFormat: 24, units: "metric", // serverOnly: true/false/"local" , // local for armv6l processors, default // starts serveronly and then starts chrome browser // false, default for all NON-armv6l devices // true, force serveronly mode, because you want to.. no UI on this device modules: [ { module: "alert", }, { module: "updatenotification", position: "top_bar" }, { module: "clock", position: "top_left" }, { module: "calendar", header: "Kalender", position: "top_left", config: { calendars: [ { symbol: "calendar-check", url: "XXXXXXX" } ] } }, { module: "compliments", position: "lower_third" }, { module: "currentweather", position: "top_right", config: { location: "XXXXXX", locationID: "28XXXX", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "XXXXXX" } }, { module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "XXXXXX", locationID: "XXXXXX", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "XXXXXX" } }, { module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "Tagesschau", url: "http://www.tagesschau.de/xml/rss2" } ], showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true } }, { module: 'MMM-Mail', position: 'bottom_left', header: 'Email', config:{ user: 'XXXXXX', pass: 'XXXXXX', host: 'XXXXXX', port: 993, numberOfEmails: 5, fade: true, subjectlength: 50 } }, { module: 'MMM-EFA-departures', position: 'upper_third', config: { efaUrl: "http://www2.vvs.de/vvs/XSLT_DM_REQUEST", stopID: "XXXXXX", stopName: "MMM-EFA is loading", lines: ['all'], reload: 60000, realDepTime: true, relativeDepTime: true, toggleDepTime: true, toggleDepTimePerReload: 6, fade: true, fadePoint: 0.25, maxDepartures: 4 } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;} i edit the config via nano…
    • 1 / 1