Update README.md

This commit is contained in:
Benny 2020-10-23 17:44:58 +02:00 committed by GitHub
parent 0a0ed287b4
commit 6e49a1a0d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,10 +57,10 @@ After the first usage, the informations are cached and will be used in case of a
### Options ### Options
#### Use MeinVodafone Login #### Use MeinVodafone Login
It is possible to set the MeinVodafone Credentails via widget parameter, which allows the widget to update itself even with active WIFI or to show data usage of a different mobile contract. It is possible to set the MeinVodafone Credentails via widget parameter, which allows the widget to update itself even with active WIFI connection or to show data usage of a different mobile contract.
Add your Credentails in this format to your widget parameters: `username|password|mobile-number`. the mobile-number has to start with 49 instead of 0. 491721234567 Add your Credentails in this format to your widget parameters: `username|password|mobile-number`. the mobile-number has to start with 49 instead of 0. 491721234567
Example: `JohnSmith|TopSecret!|491721234567` Example: `JohnSmith|TopSecretPassword!|491721234567`
_Remark: If your password contains a | character, you have to adapt the script and use a different divider._ _Remark: If your password contains a | character, you have to adapt the script and use a different divider._