@ZeroCool Another thing to keep in mind is the type of the value. Text types must start and end with ", whilst boolean values (true/false) and numbers should not.
A small example:
{
module: "weather",
position: "top_right",
config: {
type: "current",
updateInterval: 600000,
useBeaufort: false
}
Maybe we should add a type-column to the default modules documentation.