Problem visualizing EOG and EMG of .edf file (normal eeg tracks view)

I checked the code, and channels with lower sampling rates are indeed ignored when reading from EDF files in Brainstorm. This is probably why you don’t see anything in the EMG and EOG windows.

Brainstorm can’t handle signals with mixed sampling rates. It would be possible to reinterpolate the signals with the lower sampling rates using a higher rate, but it would require some consequent rewriting and testing of the current reading functions.
If you are interested in working on this, you are more than welcome than welcome to contribute to the project!