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

    Topics

    • B

      MM & Google Maps Traffic

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      16
      0 Votes
      16 Posts
      17k Views
      B
      @Mirrorolentia thanks for helping me and sorry for late reply. Here comes the config: /* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. * * For more information how you can configurate this file * See https://github.com/MichMich/MagicMirror#configuration * */ var config = { 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"], language: "en", timeFormat: 24, units: "metric", modules: [ { module: "alert", }, { module: "updatenotification", position: "top_bar" }, { module: "clock", position: "top_left" }, { module: "calendar", header: "AWISTA & Feiertage NRW", position: "top_left", config: { calendars: [ { symbol: "calendar-check-o ", url: "https://calendar.google.com/calendar/ical/**********/public/basic.ics" } ] } }, { module: "compliments", position: "lower_third" }, { module: "currentweather", position: "top_right", config: { location: "Dusseldorf", locationID: "2934246", //ID from http://www.openweathermap.org/help/city_list.txt appid: "************" } }, { module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "Dusseldorf", locationID: "2934246", //ID from http://www.openweathermap.org/help/city_list.txt appid: "***********" } }, { module: 'MMM-Vrr', position: "bottom_left", config: { city: 'Düsseldorf', station: '***********', numberOfResults: 6, displayTimeOption: 'time+countdown' } }, { module: "MMM-Fuel", position: "bottom_right", config: { api_key: "************", lat: *********, lng: ************, types: ["diesel"], radius: 1.4, max: 2, rotate: false, } }, { module: 'MMM-Traffic', position: 'bottom_right', classes: 'dimmed medium', //optional, default is 'bright medium', only applies to commute info not route_name config: { api_key: '*********', mode: 'driving', origin: '******+Düsseldorf,+Deutschland', destination: '**********+Essen,+Deutschland', route_name: 'Home to Work', changeColor: true, showGreen: false, limitYellow: 5, //Greater than 5% of journey time due to traffic limitRed: 20, //Greater than 20% of journey time due to traffic traffic_model: 'best_guess', departure_time: 'now', interval: 60000, showWeekend: false, allTime: true, width: '300px', height: '300px' } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;} and here is netstat: pi@raspberrypi:~ $ netstat -nalp | grep 8080 (Es konnten nicht alle Prozesse identifiziert werden; Informationen über nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.) tcp6 0 0 :::8080 :::* LISTEN 1119/electron.js tcp6 0 0 ::1:51608 ::1:8080 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:8080 ::1:51610 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:51606 ::1:8080 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:51600 ::1:8080 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:51610 ::1:8080 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:51604 ::1:8080 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:8080 ::1:51608 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:8080 ::1:51598 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:8080 ::1:51600 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:51602 ::1:8080 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:8080 ::1:51606 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:8080 ::1:51604 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:8080 ::1:51602 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:51598 ::1:8080 VERBUNDEN 1119/electron.js pi@raspberrypi:~ $
    • B

      Old LCD PC monitor

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      20
      0 Votes
      20 Posts
      14k Views
      B
      Dear all, next issue: to reduce the empty space behind the LCD panel, I bought a 90 degrees DVI adapter. But I have noticed, my plug was DVI-D and I bought DVI-I. Question: I don’t want to wait a week for a new one, can I remove few pins (esp. the 4 on the left) on my own? see picture below: [image: 1504603338595-2000px-dvi_connector_types.svg.png] Thx for your help! Regards birdy
    • 1 / 1