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

    Posts

    Recent Best Controversial
    • RE: MMM-InternetMonitor

      @sdetweil thanks again, I now at last have the small meters showing, but now it’s not registering any speed at all 🤔 @bhepler, any suggestions?
      It’s all zero?

      posted in Troubleshooting
      B
      Bungle68
    • RE: Display logos?

      @Bungle68 this is my current set up in the config.js

      {
            module: 'MMM-SimpleLog',
            position: 'top_left',      //This can be any of the regions. 
            config: {
       //The config property is optional. 
            file: ["~/home/mipi/MagicMirror/modules/MMM-SimpleLogo/Pi.png"]
           width: '300px'      }
      },
      
      

      However, it’s not showing any picture on the screen, or any errors? Has anyone used the SimpleLogo and can share the config?
      🙏

      posted in General Discussion
      B
      Bungle68
    • MMM-InternetMonitor

      Hi, I’m having issues with the above module. It just shows up a line with Internet Monitor on the screen (header), but nothing else?
      Any thoughts?

      {
      module: ‘internet-monitor’,
      position: ‘top_left’,
      header: ‘Internet Monitor’,
      config: {
      type: ‘minimal’,
      maxTime: 20000,
      updateInterval: 50000,
      verbose: false,
      displayStrength: false,
      displaySpeed: false,
      strengthIconSize: 80,
      maxGaugeScale:1000,
      },
      },

      posted in Troubleshooting
      B
      Bungle68
    • 1 / 1