MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Herr-pres
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Herr-pres

    @Herr-pres

    0
    Reputation
    121
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Herr-pres Unfollow Follow

    Latest posts made by Herr-pres

    • overheating Pi /freezing up and not responding

      this is my first project ever using a pi
      so i’ve been trying to get my pi working for a while with both Hass.io using Docker CE and Magicmirror with the following modules

      default weather + weather forcast + news + compliments + clock
      MMM-GoogleTasks
      MMM-NowPlayingOnSpotify
      MMM-PublicTransportHafas

      but temps are getting really high above 60° and it’s freezing up when i edit or use any other app
      i have black heat sinks installed and Raspbee getaway install directly on gpio

      right now with magicmirror not working my temps are stable at 47° and my room temp is 20°
      i tried turning on open gl G1 but it was pretty much useless

      is it normal temps, should i get a better heatsinks with a fan?

      posted in Troubleshooting
      H
      Herr-pres
    • MMM-PublicTransportHafas stuck at loading

      Hi i used MMM-PublicTransportHafas to show the busses at my station but it’s stuck at loading

      {
      		  module: "MMM-PublicTransportHafas",
      		  position: "bottom_right",
      		  
      		  config: {
      		    stationID: "000703897",                   // Replace with your stationID!
      		    stationName: "Ellerbeker Markt, Kiel",   // Replace with your station name!
      		  
      		    direction: "",                    // Show only departures heading to this station. (A station ID.)
      		    ignoredLines: [],                 // Which lines should be ignored? (comma-separated list of line names)
      		    excludedTransportationTypes: [],  // Which transportation types should not be shown on the mirror? (comma-separated list of types) possible values: StN for tram, BuN for bus, s for suburban
      		    timeToStation: 4,                // How long do you need to walk to the next Station?
      		
      		    showColoredLineSymbols: true,     // Want colored line symbols?
      		    useColorForRealtimeInfo: true,    // Want colored real time information (timeToStation, early)?
      		    showTableHeadersAsSymbols: true,  // Table Headers as symbols or text?
      		    maxUnreachableDepartures: 0,      // How many unreachable departures should be shown?
      		    maxReachableDepartures: 7,        // How many reachable departures should be shown?
      		    customLineStyles: "",             // Prefix for the name of the custom css file. ex: Leipzig-lines.css (case sensitive)
      		    showOnlyLineNumbers: false        // Display only the line number instead of the complete name, i. e. "11" instead of "STR 11"
      		  }
      		},
      
      posted in Troubleshooting
      H
      Herr-pres