-
-
Notifications
You must be signed in to change notification settings - Fork 770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help needed [network module] #1505
Comments
Same issue. And if I put in {bandwidthUpBytes}, it the module disappears entirely. |
Whenever I use format-ethernet together with bandwitdh*Bytes I just get an error, that the argument can't be found Ah yes. Bytes just doesn't exist, so the wiki is wrong. Unrelated problem apparently. |
bandwidthupbytes does exist. It has a bug.
|
The speed stays 0 initially but starts updating speed after a minute. The "network": {
"interval": 5, // in seconds
"format-wifi": "{essid} ({signalStrength}%) ocean",
"format-ethernet": "{ifname}: {ipaddr}/{cidr} link | {bandwidthUpBits} arrow_up {bandwidthDownBits} arrow_down ",
"format-linked": "{ifname} (No IP) no_entry",
"format-disconnected": "Disconnected airplane",
"format-alt": "{ifname}: {ipaddr}/{cidr}"
} |
So the interval gets ignored regarding the {bandwidthUpBits} or {bandwidthUpBytes} variable? |
No By default, it would mean that The module works (for me at least). Just reduce the interval. |
Got it. I assigned "1" as an interval, it shoud've been just 1, without quotes (int). |
By the way, I'm trying to set the module width to a fixed position by specifying: |
@kooskaspers In short: |
Tested, and working great! Thanks. |
Hi 🙋🏻,
Could you correct me
`"network": {✈️ ",
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) 🌊",
"format-ethernet": "{ifname}: {ipaddr}/{cidr} 🔗 | {bandwidthUpBits} ⬆️ {bandwidthDownBits} ⬇️ ",
"format-linked": "{ifname} (No IP) ⛔",
"format-disconnected": "Disconnected
"format-alt": "{ifname}: {ipaddr}/{cidr}"
},`
how can I make the bandwidth working
it gives 0b/s
thanks in advance
The text was updated successfully, but these errors were encountered: