Skip to content

Commit

Permalink
Enhancing README, removing old config file
Browse files Browse the repository at this point in the history
  • Loading branch information
oxodao committed Aug 28, 2021
1 parent eab84f7 commit eab5c37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 29 deletions.
14 changes: 12 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ram:
### IP
The IP module lets you display a local IP address.

It takes an interface array which will be scanned in the same order. As of today, it only supports IPv4. IPv6 support may be coming later (PR are welcome ;)).
It takes an interface array which will be scanned in the same order. As of today, it only supports IPv4. IPv6 support may be coming later (PR are welcome ;)). This will also ignore non-existing interface, so if you want to put first your Android's RNDIS it won't mess your setup when you are not connected through your smartphone.

It also takes a `no_ip` string that is displayed when no address IP can be found.

Expand Down Expand Up @@ -130,4 +130,14 @@ custom:
my_custom_script:
prefix: ☁️
command: curl wttr.in/Paris?format=%t
```
```

### Future plans
This project is open for contribution. If you know Go you can definetly create your own module and submit a PR !

Here are the upcoming features:
- include / multiple config file
- Temperature sensors module

Could happen in the future:
- Weather module
27 changes: 0 additions & 27 deletions config.yml

This file was deleted.

0 comments on commit eab5c37

Please sign in to comment.