@cotxwx said in "Not that WWI!" - Trouble with Weather WIthout Icons module:
-109.0158592
Well, something else must be going on there as I used your lat and long successfully.

{
disabled: false,
module: "MMM-WWI",
position: "top_right",
config: {
apiKey: "MY API KEY",
lat: '44.531712', // Your latitude goes here
lng: '-109.0158592', // Your longitude goes here
tempUnits: "F", // C or F
pix: "4", // 1-13 Comment out display: none in css file
useHeader: true, // true if you want a header
header: "my_unique_header",
maxWidth: "300px",
}
},