We have $n$ cards that are black on one side and white on the other and $m$ cards that are black on both sides.
We draw a card and we only see one side; this side is black. What is the probability that the other side is black as well?
I tried to use the rule of Bayes.
Let $A=$ "both sides black", $B=$ "one side black, one white" So $A=\frac{m}{n+m}$, $B=\frac{m}{n+m}$. So $P(A\cap B)=\frac{nm}{(n+m)^2}$. And so I get $\frac{P(A \cap B)}{P(B)}=\frac{n}{n+m}$. I do not know what I am doing wrong. Probably my sets $A$ and $B$ are not correctly chosen. Help is much appreciated.
Your events $A$ and $B$ are disjoint, so $P(A\cap B)=0$. In fact $B=\overline A$.
You need to consider the following events: $A=$ both sides black, $C=$ black side seen. Then $P(A)=\frac n{n+m}$ and $P(\overline A)=\frac m{n+m}$ as you say. If $A$ happens then certainly $C$ also happens, so $P(A\cap C)=\frac n{n+m}$. The probability you want is $P(A\mid C)$.
$P(C\mid A)=1$ and $P(C\mid\overline A)=\frac12$. Now use the relation $$P(C)=P(A)P(C\mid A)+P(\overline A)P(C\mid\overline A)$$ to get $P(C)$, and then apply Bayes' rule.