@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?
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
B
Posts
-
RE: MMM-InternetMonitor
-
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?
🙏 -
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,
},
},