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

    Posts

    Recent Best Controversial
    • RE: Default newsfeed - make list?

      As I said, this is nowhere near complete, just playing around. Speed is the same as in the config. The rest can be done. I’ll look into it.

      posted in Requests
      D
      doubleT
    • RE: Need help with internet monitor-module

      That doesn’t make sense, the functions are expecting integer and boolean, not strings.

      But maybe I found something while checking the module’s readme for the variables and default config:

      “Please note that updateInterval has to be greater than maxTime”

      https://github.com/ronny3050/internet-monitor

      posted in Troubleshooting
      D
      doubleT
    • RE: Default newsfeed - make list?

      The lines are ment for MagicMirror/css/custom.css – just add them.
      Alternatively, add this function in the module (probably after start: function():

      getStyles: function() {
      	return [
      		this.file('custom.css')
      	]
      },
      
      posted in Requests
      D
      doubleT
    • RE: Default newsfeed - make list?

      Yes, but you forgot the custom.css.

      posted in Requests
      D
      doubleT
    • RE: Getting the MagicMirror full-screen resolution

      Does your monitor itself allow adjustment?

      posted in Troubleshooting
      D
      doubleT
    • RE: Show a picture infont of everything with a button

      For the first part you’re probably looking for MMM-Button: https://github.com/PtrBld/MMM-Button
      And I think there are several modules to show an image.

      posted in Requests
      D
      doubleT
    • RE: Modules not always loading

      I don’t use npm start… Is this an issue? I use pm2 start which shows:

      No problem, doesn’t matter, you got the browser console.

      I had hoped that the logs would show something that would help. There where no other errors in the browser console further up? Time to contact the creator of MMM-MyWastePickup.

      posted in Troubleshooting
      D
      doubleT
    • RE: Need help with internet monitor-module

      I don’t see any problem with it. But to be on the safe side, I changed the single quotes in the config object for the internet-monitor to double quotes (as the rest of the file), what Schlachtkreuzer said. Again, shouldn’t be an issue – unless it’s conflicting with single quotes in a different place.

      ,{
          module: "internet-monitor",
          position: "top_center",
          header: "Internet Monitor",
          config:{
              type: "",
              maxTime: 20000,
              updateInterval: 0,
              verbose: false,
              displayStrength: true,
              displaySpeed: true,
              strengthIconSize: 80,
              maxGaugeScale: 100,
              wifiSymbol:{
                  size: 50,
                  fullColor: "#3afc25",
                  almostColor: "#ffff0c",
                  halfColor: "#ff8c00",
                  noneColor: "#ff1111"
              }
          }
      }
      

      What happens if you leave out that module? Does it work then?
      Are there any errors listed in the console where you start the mirror? Any errors listed in the browser’s console (if you start it with npm start dev)?

      posted in Troubleshooting
      D
      doubleT
    • RE: Modules not always loading

      Is the console where you run npm start showing any errors?
      And can you try npm start dev and see if the browser’s console shows any errors? The modules write notifications there.

      Have you tried to remove the new module from the config again to see if the problem remains?

      posted in Troubleshooting
      D
      doubleT
    • RE: MMM-Fuel

      @DamienWakeford1

      Do you have a favorite station or brand and do they have a website with live feed of the prices? If they have an API, maybe I have something, if it’s accessable.

      posted in Transport
      D
      doubleT
    • 1 / 1