Can't get unroutable HMVC request to work in FuelPHP

In the documentation of FuelPHP, it has the following sample: // or fetch the output of a module $widget = Request::forge('mymodule/mycontroller/mymethod/parms', false)->execute(); echo $widget;