Weekly all purpose question/project help/beginner help thread

Hi everyone! (:

I'm having a little trouble with the NowPlaying plugin. It's not updating anything. Literally. I've pressed refresh and tried tweaking the code (which I copied from the Rainmeter Manual to try and familiarize myself with NowPlaying) but to no avail. Though the issue is probably right there in my face, here's my code, I've looked over it again and again but I can't seem to find the problem:

[Rainmeter]
Update=1000
BackgroundMode=2
SolidColor=0,0,0,255

; MeasurePlayer is the main measure.
; MeasureArtist and MeasureAlbum are secondary measures.

[Variables]
Antialias=1
FontName=ChunkFive Ex

[MeasurePlayer]
Measure=Plugin
Plugin=NowPlaying.dll
; The main measure specifies the media player on PlayerName.
PlayerName=CAD
PlayerType=TITLE
; PlayerPath, TrackChangeAction, and DisableLeadingZero are valid here on
; the main measure only.

[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying.dll
; Secondary measures specify the name of the main measure on PlayerName.
PlayerName=[MeasurePlayer]
PlayerType=ARTIST

[MeasureAlbum]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=ALBUM

[MeterPrev]
Meter=String
X=5
Y=5
FontColor=FFFF00
Text="Prev"
LeftMouseUpAction=[!CommandMeasure "MeasurePlayer" "Previous"]

[MeterNext]
Meter=String
X=20R
Y=5
FontColor=FFFF00
Text="Next"
LeftMouseUpAction=[!CommandMeasure "MeasurePlayer" "Next"]

[MeterTitle]
Meter=String
MeasureName=MeasurePlayer
X=5
Y=35
W=400
H=20
FontColor=255,255,255,255
Text="Title: %1"
FontFace=ChunkFive Ex

[MeterArtist]
Meter=String
MeasureName=MeasureArtist
X=5
Y=55
W=400
H=20
FontColor=255,255,255,255
Text="Artist: %1"
FontFace=ChunkFive Ex

[MeterAlbum]
Meter=String
MeasureName=MeasureAlbum
X=5
Y=75
W=400
H=20
FontColor=255,255,255,255
Text="Album: %1"
FontFace=ChunkFive Ex
/r/Rainmeter Thread