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.
Read the statement by Michael Teeuw here.
Posts
-
RE: Default newsfeed - make list?
-
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”
-
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 afterstart: function()
:getStyles: function() { return [ this.file('custom.css') ] },
-
RE: Getting the MagicMirror full-screen resolution
Does your monitor itself allow adjustment?
-
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. -
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.
-
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 withnpm start dev
)? -
RE: Modules not always loading
Is the console where you run
npm start
showing any errors?
And can you trynpm 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?
-
RE: MMM-Fuel
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.