I'm new to the forum and to raspbian as well so I hope this question won't count as a 'basic' question which I shouldn't ask here:)
I searched google for an anwser but couldn't really find anything useful on this topic.
My problem is the following:
I want my Raspberry Pi to boot a browser in Kiosk mode without loading the GUI. That so far, I have achieved. Additionaly, I want it to display the network manager every time when there's no wifi connection established because of the lacking WPA password. I plan it to be a portable platform for surfing the net only, so the wifi networks and the passwords will change often.
To make things clearer:
1. Raspbian boots
2. Starts browser
3. Tries to connect with wifi -> a) if successful nothing happens (browser connects to predifined website)
b) if wifi manager in the background cannot connect (caused by the wrong password or the
complete lack of it) the network manager pops up allowing the user to choose the
right network and enter the new password.
I know that a python script is needed to make this work, but I just don't know it well enough yet, to write it on my own without help.
So any advice would be really appreciated.
(Hope my "Engrish" wasn't too bad, and my question is still understandable