Triggering initial insertUI event programmatically in a Shiny module

Hi,

I'm not familiar with modules, but after playing with the code I noticed that the behavior of the input$month was odd (would not always render the expected response). I found that this might be because you're trying to pass a Shiny variable into a module, which is not allowed by design according to this post:

Could be a start...

PJ