Running an FvwmScript at Fvwm start

Esteemed fellows,

I’ve been strugling with an FvwmScript (+ Perl) to display the Weather.
Everything goes fine (see the screenshot) but I don’t know how (and I can’t find any reference about it) to start it when Fvwm starts.

I tried with

AddToFunc StartFunction

  • I FvwmScript Weather

OR

AddToFunc StartFunction

  • I Exec exec FvwmScript Weather

but nothing happens.
What am I missing here?

I’d appreciate any help.

It should be

AddToFunc StartFunction

  • I Module FvwmScript Weather

You need to add teh Module after the I.

VoiDeR

That’s it! Thank you very much!