I have taken the set of very nice default hand drawn images from the Moon Phase tool and modified them to produce a set where the full moon is bright and the new moon is dim.
New moon:
Waxing Crescent:
First Quarter:
Waxing Gibbous:
Full moon:
Waning Gibbous:
Last Quarter:
Waning Crescent:
Follow the link below to see an example:
To replace the images in the tool follow these steps.
click on the moon phase object in the left browser window
click on the advanced icon at the bottom of the screen ( looks like a spaceship )
scroll down the right hand window that pops up until you find the image you want to replace
hover your mouse over the image and when the cross appears in the top right hand corner click on the mouse to delete the image
click again in the empty square and upload your image
Having done that, scroll back up to the top to resize and re-position the tool to where you want it.
To help people find them it might be worth creating a unique thread with weather icons in the title and either re-posting the images in the new thread or posting a link to this one.
Before the nice Facer guys provided the new progress indicator, using images like these was a good way ( only way (?)) to show progress like info. With the new progress indicator it is now possible to do something like this with just a few layers.
You would need a foreground mask layer which has all of the progress steps cut-out as holes/windows in the layer. And then one or more progress indicator layers sitting underneath it to light up the windows above it as the progress changes.
You would use an expression that represents the phase of the moon and then use the result of the expression to choose between two different the two different text values.
You could use the expression here:
The result is a real number in the range 0 to 1, where 0 means the moon is new, 0.5 means it is full, etc.
The test would be:
expression <= 0.5 means waxing, and > 0.5 waning.
So, place a text object where you want it and then set the text value in the advanced window to: